Compare commits
No commits in common. "rawhide" and "f15" have entirely different histories.
7 changed files with 224 additions and 373 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,8 +1,2 @@
|
|||
vdr-streamdev-0.5.0.tgz
|
||||
/vdr-streamdev-0.5.1.tgz
|
||||
/vdr-streamdev-0.6.0.tgz
|
||||
/vdr-streamdev-10db11ac.tar.xz
|
||||
/vdr-streamdev-84c6f6b6.tar.xz
|
||||
/vdr-streamdev-b84b7d85.tar.xz
|
||||
/vdr-streamdev-0.6.3.tar.gz
|
||||
/vdr-streamdev-0.6.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
From ce74c3ab559d579c37ad8ac29ddfc188d2f3ba26 Mon Sep 17 00:00:00 2001
|
||||
From: Jasmin Jessich <jasmin@anw.at>
|
||||
Date: Sun, 11 Jun 2017 21:01:01 +0200
|
||||
Subject: [PATCH] Fixed compilation for vdr 2.3.7
|
||||
|
||||
---
|
||||
server/connectionVTP.c | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
|
||||
index 1b8dd96..346ca45 100644
|
||||
--- a/server/connectionVTP.c
|
||||
+++ b/server/connectionVTP.c
|
||||
@@ -41,7 +41,9 @@ private:
|
||||
enum eStates { Channel, Event, Title, Subtitle, Description, Vps, Content, Rating,
|
||||
EndEvent, EndChannel, EndEPG };
|
||||
cConnectionVTP *m_Client;
|
||||
+#if APIVERSNUM < 20300
|
||||
cSchedulesLock *m_SchedulesLock;
|
||||
+#endif
|
||||
const cSchedules *m_Schedules;
|
||||
const cSchedule *m_Schedule;
|
||||
const cEvent *m_Event;
|
||||
@@ -210,7 +212,9 @@ cLSTEHandler::cLSTEHandler(cConnectionVTP *Client, const char *Option):
|
||||
|
||||
cLSTEHandler::~cLSTEHandler()
|
||||
{
|
||||
+#if APIVERSNUM < 20300
|
||||
delete m_SchedulesLock;
|
||||
+#endif
|
||||
}
|
||||
|
||||
bool cLSTEHandler::Next(bool &Last)
|
||||
--
|
||||
2.7.4
|
||||
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vdr-streamdev-0.6.4.tar.gz) = 8687e3f64fdd60257049dfc6955042f3983f30f2f66b2c96525109e1dbe36584054b15aaf3086b93f0026f641541d8322a9b0ada1308f7e1bdffe47db5c2892b
|
||||
6abebb62f5825324092ae1c7df3692c8 vdr-streamdev-0.5.1.tgz
|
||||
|
|
|
|||
|
|
@ -1,37 +0,0 @@
|
|||
diff -r -Bc a/server/connectionVTP.c b/server/connectionVTP.c
|
||||
*** a/server/connectionVTP.c 2021-05-22 10:33:01.633332698 +0200
|
||||
--- b/server/connectionVTP.c 2021-05-22 10:27:50.000000000 +0200
|
||||
***************
|
||||
*** 1882,1888 ****
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
! cDevice::SetCurrentChannel(CurrentChannel);
|
||||
}
|
||||
}
|
||||
isyslog("channel %d moved to %d", FromNumber, ToNumber);
|
||||
--- 1882,1888 ----
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
! cDevice::SetCurrentChannel(CurrentChannel->Number());
|
||||
}
|
||||
}
|
||||
isyslog("channel %d moved to %d", FromNumber, ToNumber);
|
||||
***************
|
||||
*** 1983,1989 ****
|
||||
Channels.SwitchTo(CurrentChannel->Number());
|
||||
#endif
|
||||
else
|
||||
! cDevice::SetCurrentChannel(CurrentChannel);
|
||||
}
|
||||
Reply(250, "Channel \"%s\" deleted", Option);
|
||||
}
|
||||
--- 1983,1989 ----
|
||||
Channels.SwitchTo(CurrentChannel->Number());
|
||||
#endif
|
||||
else
|
||||
! cDevice::SetCurrentChannel(CurrentChannel->Number());
|
||||
}
|
||||
Reply(250, "Channel \"%s\" deleted", Option);
|
||||
}
|
||||
183
vdr-streamdev-gpl-fsf-fix.patch
Normal file
183
vdr-streamdev-gpl-fsf-fix.patch
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
diff -ruN streamdev-0.5.1.orig/COPYING streamdev-0.5.1/COPYING
|
||||
--- streamdev-0.5.1.orig/COPYING 2008-04-01 16:29:55.000000000 +0200
|
||||
+++ streamdev-0.5.1/COPYING 2010-03-24 00:34:05.000000000 +0100
|
||||
@@ -1,12 +1,12 @@
|
||||
- GNU GENERAL PUBLIC LICENSE
|
||||
- Version 2, June 1991
|
||||
+ GNU GENERAL PUBLIC LICENSE
|
||||
+ Version 2, June 1991
|
||||
|
||||
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
- Preamble
|
||||
+ Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
@@ -15,7 +15,7 @@
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
-the GNU Library General Public License instead.) You can apply it to
|
||||
+the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
@@ -55,8 +55,8 @@
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
-
|
||||
- GNU GENERAL PUBLIC LICENSE
|
||||
+
|
||||
+ GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
@@ -110,7 +110,7 @@
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
-
|
||||
+
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
@@ -168,7 +168,7 @@
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
-
|
||||
+
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
@@ -225,7 +225,7 @@
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
-
|
||||
+
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
@@ -255,7 +255,7 @@
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
- NO WARRANTY
|
||||
+ NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
@@ -277,9 +277,9 @@
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
- END OF TERMS AND CONDITIONS
|
||||
-
|
||||
- How to Apply These Terms to Your New Programs
|
||||
+ END OF TERMS AND CONDITIONS
|
||||
+
|
||||
+ How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
@@ -303,10 +303,9 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
- You should have received a copy of the GNU General Public License
|
||||
- along with this program; if not, write to the Free Software
|
||||
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
-
|
||||
+ You should have received a copy of the GNU General Public License along
|
||||
+ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
@@ -336,5 +335,5 @@
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
-library. If this is what you want to do, use the GNU Library General
|
||||
+library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/ctools.c streamdev-0.5.1/libdvbmpeg/ctools.c
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/ctools.c 2008-04-01 16:29:56.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/ctools.c 2011-10-23 21:32:27.158208794 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/ctools.h streamdev-0.5.1/libdvbmpeg/ctools.h
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/ctools.h 2008-04-01 16:29:56.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/ctools.h 2011-10-23 21:32:27.160208800 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/remux.c streamdev-0.5.1/libdvbmpeg/remux.c
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/remux.c 2008-04-01 16:29:56.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/remux.c 2011-10-23 21:32:27.165208817 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/remux.h streamdev-0.5.1/libdvbmpeg/remux.h
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/remux.h 2008-04-01 16:29:56.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/remux.h 2011-10-23 21:32:27.166208821 +0200
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/transform.c streamdev-0.5.1/libdvbmpeg/transform.c
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/transform.c 2008-04-01 16:29:56.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/transform.c 2011-10-23 21:32:27.178208860 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
diff -ruN streamdev-0.5.1.orig/libdvbmpeg/transform.h streamdev-0.5.1/libdvbmpeg/transform.h
|
||||
--- streamdev-0.5.1.orig/libdvbmpeg/transform.h 2009-06-12 15:16:14.000000000 +0200
|
||||
+++ streamdev-0.5.1/libdvbmpeg/transform.h 2011-10-23 21:32:27.179208863 +0200
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
|
||||
*
|
||||
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
NAME=vdr-streamdev
|
||||
REPO=git://projects.vdr-developer.org/vdr-plugin-streamdev.git
|
||||
TMPDIR=`mktemp -d`
|
||||
|
||||
pushd $TMPDIR
|
||||
git clone $REPO $NAME
|
||||
pushd $NAME
|
||||
if [ -z $1 ]; then
|
||||
GITVER=`git rev-parse HEAD`
|
||||
else
|
||||
GITVER=$1
|
||||
fi
|
||||
git archive --format=tar --prefix=${NAME}-${GITVER:0:8}/ ${GITVER} | xz > ${NAME}-${GITVER:0:8}.tar.xz
|
||||
popd
|
||||
popd
|
||||
mv $TMPDIR/$NAME/${NAME}-${GITVER:0:8}.tar.xz .
|
||||
rm -rf $TMPDIR
|
||||
|
|
@ -1,62 +1,34 @@
|
|||
%global pname streamdev
|
||||
# If this variable is set the spec file assumes it's building a git snapshot
|
||||
# Also see info below on generating snapshots
|
||||
%global gitver b84b7d858cf4f6f3473ba72d456326c048946cb0
|
||||
%global gitshort %(echo %gitver | awk '{print substr($0,1,8)}')
|
||||
%global __provides_exclude_from ^%{vdr_plugindir}/.*\\.so.*$
|
||||
|
||||
# Set vdr_version based on Fedora version
|
||||
%if 0%{?fedora} >= 43
|
||||
%global vdr_version 2.7.7
|
||||
%elif 0%{?fedora} == 42
|
||||
%global vdr_version 2.7.4
|
||||
%else
|
||||
%global vdr_version 2.6.9
|
||||
%endif
|
||||
|
||||
%if 0%{?gitver:0}
|
||||
# Use vdr-streamdev-snapshot.sh contained in the source of the package to
|
||||
# generate new snapshots
|
||||
# You can also create snapshots for specific commit hashes
|
||||
# Example: sh vdr-streamdev-snapshot.sh b84b7d858cf4f6f3473ba72d456326c048946cb0
|
||||
%global srcfile %{name}-%{gitshort}.tar.xz
|
||||
%global setuppath %{name}-%{gitshort}
|
||||
%else
|
||||
# URL for original source file when not using git snapshots
|
||||
%global srcfile https://github.com/vdr-projects/vdr-plugin-streamdev/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
%global setuppath %{pname}-%{version}
|
||||
%endif
|
||||
%define pname streamdev
|
||||
#define prever 20090706
|
||||
%define plugindir %(vdr-config --plugindir 2>/dev/null || echo ERROR)
|
||||
%define apiver %(vdr-config --apiversion 2>/dev/null || echo ERROR)
|
||||
%define configdir %(vdr-config --configdir 2>/dev/null || echo ERROR)
|
||||
|
||||
Name: vdr-%{pname}
|
||||
Version: 0.6.4
|
||||
%if 0%{?gitver:0}
|
||||
Release: 0.48%{?gitver:.git%{gitshort}}%{?dist}
|
||||
%else
|
||||
Release: 7%{?dist}
|
||||
%endif
|
||||
Version: 0.5.1
|
||||
Release: 3%{?dist}
|
||||
Summary: Streaming plug-in for VDR
|
||||
License: GPL-1.0-or-later AND GPL-2.0-or-later
|
||||
URL: https://github.com/vdr-projects/vdr-plugin-streamdev
|
||||
|
||||
Source0: %{srcfile}
|
||||
Group: Applications/Multimedia
|
||||
License: GPL+ and GPLv2+
|
||||
URL: http://projects.vdr-developer.org/projects/plg-streamdev
|
||||
Source0: http://projects.vdr-developer.org/attachments/download/497/vdr-streamdev-%{version}.tgz
|
||||
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
|
||||
Source1: %{name}-server.conf
|
||||
Source2: %{name}-client.conf
|
||||
# Script to generate git snapshots
|
||||
# listed here so that it's pulled into the SRPM
|
||||
Source3: %{name}-snapshot.sh
|
||||
Patch0: %{name}-gpl-fsf-fix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: vdr-devel >= 1.5.9
|
||||
BuildRequires: gettext
|
||||
BuildRequires: vdr-devel >= %{vdr_version}
|
||||
|
||||
%description
|
||||
The streamdev plug-in adds streaming capabilities to your VDR.
|
||||
|
||||
%package server
|
||||
Summary: Streaming server plug-in for VDR
|
||||
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
|
||||
Group: Applications/Multimedia
|
||||
Requires: vdr(abi) = %{apiver}
|
||||
|
||||
%description server
|
||||
Lets your VDR act as a streaming server for other clients.
|
||||
|
|
@ -64,18 +36,16 @@ This will let you watch TV or Recordings across the network.
|
|||
|
||||
%package client
|
||||
Summary: Streaming client plug-in for VDR
|
||||
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
|
||||
Group: Applications/Multimedia
|
||||
Requires: vdr(abi) = %{apiver}
|
||||
|
||||
%description client
|
||||
Lets your VDR in conjunction with a streamdev-server act as a streaming client.
|
||||
VDR will then be able to work even without a DVB device.
|
||||
|
||||
%prep
|
||||
%if 0%{?gitver:0}
|
||||
%autosetup -p1 -n %{setuppath}
|
||||
%else
|
||||
%autosetup -p1 -n vdr-plugin-streamdev-%{version}
|
||||
%endif
|
||||
%setup -q -n %{pname}-%{version}%{?prever:-pre-%{prever}}
|
||||
%patch0 -p1
|
||||
|
||||
sed -i 's@$(VDRDIR)/device.h@%{_includedir}/vdr/device.h@' Makefile
|
||||
|
||||
|
|
@ -86,246 +56,40 @@ for f in CONTRIBUTORS HISTORY; do
|
|||
done
|
||||
|
||||
%build
|
||||
%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
|
||||
make %{?_smp_mflags} LIBDIR=. VDRDIR=%{_libdir}/vdr LOCALEDIR=$RPM_BUILD_ROOT%{_libdir}/vdr/locale all
|
||||
|
||||
%install
|
||||
%make_install
|
||||
install -dm 755 $RPM_BUILD_ROOT%{vdr_configdir}/plugins/streamdev-server
|
||||
install -Dpm 644 streamdev-server/streamdevhosts.conf $RPM_BUILD_ROOT%{vdr_configdir}/plugins/streamdev-server/streamdevhosts.conf
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
install -dm 755 $RPM_BUILD_ROOT%{plugindir}
|
||||
install -dm 755 $RPM_BUILD_ROOT%{configdir}/plugins/streamdev-server
|
||||
install -pm 755 server/libvdr-%{pname}-server.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
|
||||
install -pm 755 client/libvdr-%{pname}-client.so.%{apiver} $RPM_BUILD_ROOT%{plugindir}
|
||||
install -Dpm 644 streamdev-server/streamdevhosts.conf $RPM_BUILD_ROOT%{configdir}/plugins/streamdev-server/streamdevhosts.conf
|
||||
install -Dpm 755 streamdev-server/externremux.sh $RPM_BUILD_ROOT%{_libdir}/vdr/bin/externremux.sh
|
||||
install -Dpm 644 %{SOURCE1} \
|
||||
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
|
||||
install -Dpm 644 %{SOURCE2} \
|
||||
$RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-client.conf
|
||||
%find_lang %{name}-server
|
||||
%find_lang %{name}-client
|
||||
|
||||
%files server -f %{name}-server.lang
|
||||
%doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
|
||||
%{vdr_plugindir}/libvdr-%{pname}-server.so.%{vdr_apiversion}
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root,-)
|
||||
%{plugindir}/libvdr-%{pname}-server.so.%{apiver}
|
||||
%{_libdir}/vdr/bin/externremux.sh
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-server.conf
|
||||
%dir %{vdr_configdir}/plugins/streamdev-server
|
||||
%config(noreplace) %{vdr_configdir}/plugins/streamdev-server/streamdevhosts.conf
|
||||
|
||||
%files client -f %{name}-client.lang
|
||||
%dir %{configdir}/plugins/streamdev-server
|
||||
%config(noreplace) %{configdir}/plugins/streamdev-server/streamdevhosts.conf
|
||||
%doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
|
||||
%{vdr_plugindir}/libvdr-%{pname}-client.so.%{vdr_apiversion}
|
||||
|
||||
%files client
|
||||
%defattr(-,root,root,-)
|
||||
%{plugindir}/libvdr-%{pname}-client.so.%{apiver}
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}-client.conf
|
||||
%doc CONTRIBUTORS COPYING HISTORY PROTOCOL README
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.6.4-7
|
||||
- Rebuilt for new VDR API version 2.7.7
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sat Jun 21 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.6.4-5
|
||||
- Rebuilt for new VDR API version 2.7.6
|
||||
|
||||
* Tue May 27 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.6.4-4
|
||||
- Rebuilt for new VDR API version 2.7.5
|
||||
|
||||
* Fri Feb 28 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.6.4-3
|
||||
- Rebuilt for new VDR API version 2.7.4
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Thu Jan 02 2025 Martin Gansser <martinkg@fedoraproject.org> - 0.6.4-1
|
||||
- Update to 0.6.4
|
||||
|
||||
* Wed Oct 09 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-14
|
||||
- Rebuilt for new VDR API version 2.7.2
|
||||
|
||||
* Wed Aug 07 2024 Miroslav Suchý <msuchy@redhat.com> - 0.6.3-13
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Jul 15 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-11
|
||||
- Rebuilt for new VDR API version 2.6.9
|
||||
|
||||
* Thu Jul 11 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-10
|
||||
- Rebuilt for new VDR API version 2.6.8
|
||||
|
||||
* Fri Apr 12 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-9
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Jan 26 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-8
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Jan 05 2024 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-7
|
||||
- Rebuilt for new VDR API version
|
||||
- Add BR gettext for rawhide
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Dec 14 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-4
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Thu Dec 01 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-3
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Jun 19 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.6.3-1
|
||||
- Update to 0.6.3
|
||||
|
||||
* Sat Feb 05 2022 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.33.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.32.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Dec 30 2021 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.31.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
- Add streamdev-server-2.5.4-patch
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.30.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Apr 28 2021 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.29.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.28.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Sun Jan 03 2021 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.27.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Aug 28 2020 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.26.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Fri Aug 14 2020 Jeff Law <law@redhat.com> - 0.6.1-0.25.gitb84b7d85
|
||||
- Force C++14 as this code is not C++17 ready
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.24.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.23.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.22.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 18 2019 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.21.gitb84b7d85
|
||||
- Rebuilt for new VDR API version
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.20.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.19.gitb84b7d85
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Apr 18 2018 Martin Gansser <martinkg@fedoraproject.org> - 0.6.1-0.18.gitb84b7d85
|
||||
- Rebuild for vdr-2.4.0
|
||||
- Update to 0.6.1-0.18.gitb84b7d8
|
||||
- Add 0001-Fixed-compilation-for-vdr-2.3.7.diff
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.17.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.16.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.15.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.14.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-0.13.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-0.12.git84c6f6b6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Apr 07 2015 Felix Kaechele <heffer@fedoraproject.org> - 0.6.1-0.11.git84c6f6b6
|
||||
- fix compile for VDR 2.2 and F22+
|
||||
- use make install
|
||||
|
||||
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-0.10.git10db11ac
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-0.9.git10db11ac
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Thu Apr 24 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.8.git10db11ac
|
||||
- Rebuild
|
||||
|
||||
* Sun Mar 23 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.7.git10db11ac
|
||||
- Rebuild
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.1-0.6.git10db11ac
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sun Mar 31 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.5.git10db11ac
|
||||
- Rebuild.
|
||||
|
||||
* Sat Mar 16 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.4.git10db11ac
|
||||
- Rebuild.
|
||||
|
||||
* Wed Mar 13 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.3.git10db11ac
|
||||
- Rebuild.
|
||||
|
||||
* Sun Mar 03 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.6.1-0.2.git10db11ac
|
||||
- Rebuild.
|
||||
|
||||
* Thu Feb 21 2013 Felix Kaechele <heffer@fedoraproject.org> - 0.6.1-0.1.git10db11ac
|
||||
- update to latest git snapshot for VDR 1.7.38 support
|
||||
- modified spec to easily support git snapshots
|
||||
- cleanup spec: remove old macros and constructs
|
||||
|
||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
* Tue Oct 02 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.6.0-4
|
||||
- Rebuild.
|
||||
|
||||
* Thu Sep 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.6.0-3
|
||||
- Rebuild.
|
||||
|
||||
* Thu Jul 19 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.6.0-2
|
||||
- Make vdr(abi) deps arch qualified.
|
||||
|
||||
* Wed Jul 04 2012 Felix Kaechele <heffer@fedoraproject.org> - 0.6.0-1
|
||||
- update to 0.6.0
|
||||
- drop all patches as upstream includes them already
|
||||
|
||||
* Tue Mar 27 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-12
|
||||
- Rebuild.
|
||||
|
||||
* Sun Mar 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-11
|
||||
- Apply upstream VDR 1.7.26+ patches.
|
||||
|
||||
* Tue Mar 6 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-10
|
||||
- Apply upstream VDR 1.7.25+ patches.
|
||||
|
||||
* Mon Feb 20 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-9
|
||||
- Rebuild.
|
||||
|
||||
* Sun Jan 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-8
|
||||
- Rebuild.
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Mon Dec 5 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-6
|
||||
- Rebuild.
|
||||
|
||||
* Sun Nov 6 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-5
|
||||
- Fix build with Liemikuutio patch 1.32.
|
||||
|
||||
* Sun Nov 6 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.5.1-4
|
||||
- Install locale files (#750084).
|
||||
|
||||
* Sun Oct 23 2011 Felix Kaechele <heffer@fedoraproject.org> - 0.5.1-3
|
||||
- own the configuration dir
|
||||
- add patch to fix the GPL in COPYING and the FSF address in some source files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue