From ac8c51818c76dc7218aa2dc7d16b7fa1a547efff Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 15 Mar 2007 06:16:23 +0000 Subject: [PATCH 01/24] Initialize branch FC-6 for xine-plugin --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..d5b6362 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +FC-6 From ff145f2e5ef168af46e425b6c4fff68a76b8bec0 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Thu, 15 Mar 2007 16:33:25 +0000 Subject: [PATCH 02/24] auto-import xine-plugin-1.0-3 on branch devel from xine-plugin-1.0-3.src.rpm --- .cvsignore | 1 + sources | 1 + xine-plugin.spec | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 xine-plugin.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5f56685 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xine-plugin-1.0.tar.bz2 diff --git a/sources b/sources index e69de29..a811738 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +05498789ac11990d5ddd05269671ad0d xine-plugin-1.0.tar.bz2 diff --git a/xine-plugin.spec b/xine-plugin.spec new file mode 100644 index 0000000..74cbade --- /dev/null +++ b/xine-plugin.spec @@ -0,0 +1,68 @@ +Name: xine-plugin +Version: 1.0 +Release: 3%{?dist} +Summary: Media plugin for mozilla compatible browsers using libxine backend + +Group: Applications/Multimedia +License: GPL +URL: http://xinehq.de/ +Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: xine-lib-devel +BuildRequires: pkgconfig +BuildRequires: xorg-x11-proto-devel +BuildRequires: libX11-devel +Requires: %{_libdir}/mozilla/plugins + +%description +This is a very simple netscape/mozilla browser plugin using the xine +engine to display multimedia streams. + +Features: + +- embedded display on browser window +- streaming playback directly from xine engine +- playback control using keyboard +- relative paths supported +- on screen display of buffering and stream information +- playlists and references support +- loop and repeat mode +- multiple instances within the same page +- javascript support + + +%prep +%setup -q + + +%build +%configure --with-plugindir=%{_libdir}/mozilla/plugins +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README +%{_libdir}/mozilla/plugins/* + + +%changelog +* Wed Mar 14 2007 Martin Sourada - 1.0-3 +- fix rpmlint warning + +* Tue Mar 13 2007 Martin Sourada - 1.0-2 +- add BR: xorg-x11-proto-devel, libX11-devel + +* Sun Feb 04 2007 Martin Sourada - 1.0-1 +- Initial package From 38d5a54221ac6f4861a79715c479d96f7139aeb9 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Thu, 15 Mar 2007 16:37:40 +0000 Subject: [PATCH 03/24] auto-import xine-plugin-1.0-3 on branch FC-6 from xine-plugin-1.0-3.src.rpm --- .cvsignore | 1 + sources | 1 + xine-plugin.spec | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 xine-plugin.spec diff --git a/.cvsignore b/.cvsignore index e69de29..5f56685 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +xine-plugin-1.0.tar.bz2 diff --git a/sources b/sources index e69de29..a811738 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +05498789ac11990d5ddd05269671ad0d xine-plugin-1.0.tar.bz2 diff --git a/xine-plugin.spec b/xine-plugin.spec new file mode 100644 index 0000000..74cbade --- /dev/null +++ b/xine-plugin.spec @@ -0,0 +1,68 @@ +Name: xine-plugin +Version: 1.0 +Release: 3%{?dist} +Summary: Media plugin for mozilla compatible browsers using libxine backend + +Group: Applications/Multimedia +License: GPL +URL: http://xinehq.de/ +Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2 +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: xine-lib-devel +BuildRequires: pkgconfig +BuildRequires: xorg-x11-proto-devel +BuildRequires: libX11-devel +Requires: %{_libdir}/mozilla/plugins + +%description +This is a very simple netscape/mozilla browser plugin using the xine +engine to display multimedia streams. + +Features: + +- embedded display on browser window +- streaming playback directly from xine engine +- playback control using keyboard +- relative paths supported +- on screen display of buffering and stream information +- playlists and references support +- loop and repeat mode +- multiple instances within the same page +- javascript support + + +%prep +%setup -q + + +%build +%configure --with-plugindir=%{_libdir}/mozilla/plugins +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make install DESTDIR=$RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/*.la + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README +%{_libdir}/mozilla/plugins/* + + +%changelog +* Wed Mar 14 2007 Martin Sourada - 1.0-3 +- fix rpmlint warning + +* Tue Mar 13 2007 Martin Sourada - 1.0-2 +- add BR: xorg-x11-proto-devel, libX11-devel + +* Sun Feb 04 2007 Martin Sourada - 1.0-1 +- Initial package From d8910d0832c77a549109189d6517edd0c0117b07 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Thu, 9 Aug 2007 09:42:30 +0000 Subject: [PATCH 04/24] Update License: field --- xine-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 74cbade..7038102 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,10 +1,10 @@ Name: xine-plugin Version: 1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia -License: GPL +License: GPLv2+ URL: http://xinehq.de/ Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 09 2007 Martin Sourada - 1.0-4 +- update License: field to GPLv2+ + * Wed Mar 14 2007 Martin Sourada - 1.0-3 - fix rpmlint warning From 6ec185145106d10b47337ab3d8c042f0c131b4d1 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Tue, 21 Aug 2007 17:12:31 +0000 Subject: [PATCH 05/24] Rebuild. --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 7038102..ff226e5 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 21 2007 Martin Sourada - 1.0-5 +- rebuild + * Thu Aug 09 2007 Martin Sourada - 1.0-4 - update License: field to GPLv2+ From cc2f68f1d4eaf7239540c5d551f952453a2f915d Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Sat, 9 Feb 2008 12:59:03 +0000 Subject: [PATCH 06/24] Rebuid for GCC 4.3. Add patch to support xine-lib 1.1.10.1. --- xine-plugin-1.0-xine-version-check.patch | 18 ++++++++++++++++++ xine-plugin.spec | 10 ++++++++-- 2 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 xine-plugin-1.0-xine-version-check.patch diff --git a/xine-plugin-1.0-xine-version-check.patch b/xine-plugin-1.0-xine-version-check.patch new file mode 100644 index 0000000..b960841 --- /dev/null +++ b/xine-plugin-1.0-xine-version-check.patch @@ -0,0 +1,18 @@ +diff -up xine-plugin-1.0/configure.xine-version-check xine-plugin-1.0/configure +--- xine-plugin-1.0/configure.xine-version-check 2007-02-03 00:37:21.000000000 +0100 ++++ xine-plugin-1.0/configure 2008-02-09 13:55:20.000000000 +0100 +@@ -21955,11 +21955,11 @@ echo $ECHO_N "checking for XINE-LIB vers + XINE_LIBS=`$XINE_CONFIG $xine_config_args --libs` + XINE_ACFLAGS=`$XINE_CONFIG $xine_config_args --acflags` + xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \ +- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'` + xine_config_minor_version=`$XINE_CONFIG $xine_config_args --version | \ +- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'` + xine_config_sub_version=`$XINE_CONFIG $xine_config_args --version | \ +- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` ++ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/'` + xine_data_dir=`$XINE_CONFIG $xine_config_args --datadir` + xine_script_dir=`$XINE_CONFIG $xine_config_args --scriptdir` + xine_plugin_dir=`$XINE_CONFIG $xine_config_args --plugindir` diff --git a/xine-plugin.spec b/xine-plugin.spec index ff226e5..41d3de7 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,19 +1,20 @@ Name: xine-plugin Version: 1.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia License: GPLv2+ URL: http://xinehq.de/ Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2 +Patch0: xine-plugin-1.0-xine-version-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xine-lib-devel BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel -Requires: %{_libdir}/mozilla/plugins +Requires: xulrunner %description This is a very simple netscape/mozilla browser plugin using the xine @@ -34,6 +35,7 @@ Features: %prep %setup -q +%patch0 -p1 -b .xine-version-check %build @@ -58,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 09 2008 Martin Sourada - 1.0-6 +- rebuild for gcc 4.3 +- add patch for x.y.z.w format xine-lib version string + * Tue Aug 21 2007 Martin Sourada - 1.0-5 - rebuild From e734087ba68de1fce351d24ce42a2bd15b6a6882 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Tue, 22 Apr 2008 21:35:37 +0000 Subject: [PATCH 07/24] Update to new version. --- .cvsignore | 2 +- sources | 2 +- xine-plugin.spec | 26 +++++++++++++++++++++----- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5f56685..b0f7955 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xine-plugin-1.0.tar.bz2 +xine-plugin-1.0.1.tar.bz2 diff --git a/sources b/sources index a811738..204d43b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05498789ac11990d5ddd05269671ad0d xine-plugin-1.0.tar.bz2 +56f826f5ca85543df114d25591147970 xine-plugin-1.0.1.tar.bz2 diff --git a/xine-plugin.spec b/xine-plugin.spec index 41d3de7..d4b7a05 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,12 +1,18 @@ +%if 0%{?fedora} > 8 + %define use_xulrunner 1 +%else + %define use_xulrunner 0 +%endif + Name: xine-plugin -Version: 1.0 -Release: 6%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia License: GPLv2+ URL: http://xinehq.de/ -Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-1.0.tar.bz2 +Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2 Patch0: xine-plugin-1.0-xine-version-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -14,7 +20,13 @@ BuildRequires: xine-lib-devel BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel -Requires: xulrunner + +%if 0%{?use_xulrunner} +Requires: xulrunner +%else +Requires: %{_libdir}/mozilla/plugins +%endif + %description This is a very simple netscape/mozilla browser plugin using the xine @@ -35,7 +47,7 @@ Features: %prep %setup -q -%patch0 -p1 -b .xine-version-check +#%patch0 -p1 -b .xine-version-check %build @@ -60,6 +72,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Apr 22 2008 Martin Sourada - 1.0.1-1 +- new upstream release +- drop the xine-lib version patch - fixed in upstream + * Sat Feb 09 2008 Martin Sourada - 1.0-6 - rebuild for gcc 4.3 - add patch for x.y.z.w format xine-lib version string From 12dcb9a02f267b10b13f60f82b84d08bf4700ebd Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Tue, 22 Apr 2008 22:30:23 +0000 Subject: [PATCH 08/24] Fix build issue (remove unused patch from specfile). --- xine-plugin.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index d4b7a05..7297ef0 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -13,7 +13,6 @@ Group: Applications/Multimedia License: GPLv2+ URL: http://xinehq.de/ Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2 -Patch0: xine-plugin-1.0-xine-version-check.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xine-lib-devel @@ -47,8 +46,6 @@ Features: %prep %setup -q -#%patch0 -p1 -b .xine-version-check - %build %configure --with-plugindir=%{_libdir}/mozilla/plugins @@ -72,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 23 2008 Martin Sourada - 1.0.1-2 +- remove the dropped patch from spec file completely + * Tue Apr 22 2008 Martin Sourada - 1.0.1-1 - new upstream release - drop the xine-lib version patch - fixed in upstream From 9ce9d72d95eda7e4dbb81620d85f896eff044f3e Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Tue, 22 Apr 2008 22:34:00 +0000 Subject: [PATCH 09/24] And bump the release... --- xine-plugin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 7297ef0..01cbca7 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -6,7 +6,7 @@ Name: xine-plugin Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia From 0532539f007810aa5390e668b19aab001af1b279 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Sun, 1 Jun 2008 12:22:07 +0000 Subject: [PATCH 10/24] Require mozilla-filesystem instead of xulrunner on >= F9 --- xine-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 01cbca7..c77119d 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -6,7 +6,7 @@ Name: xine-plugin Version: 1.0.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia @@ -21,7 +21,7 @@ BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel %if 0%{?use_xulrunner} -Requires: xulrunner +Requires: mozilla-filesystem %else Requires: %{_libdir}/mozilla/plugins %endif @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 01 2008 Martin Sourada - 1.0.1-3 +- require mozilla-filesystem instead of xulrunner on >= F9 + * Wed Apr 23 2008 Martin Sourada - 1.0.1-2 - remove the dropped patch from spec file completely From 7339e641a7c3413dcc2e6147da403a69c7713981 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Tue, 22 Jul 2008 21:40:17 +0000 Subject: [PATCH 11/24] Sync devel with F9 to fix EVR problem. --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index c77119d..1d8bfb4 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -6,7 +6,7 @@ Name: xine-plugin Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Media plugin for mozilla compatible browsers using libxine backend Group: Applications/Multimedia @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 22 2008 Martin Stransky - 1.0.1-4 +- rebuild against new xulrunner + * Sun Jun 01 2008 Martin Sourada - 1.0.1-3 - require mozilla-filesystem instead of xulrunner on >= F9 From 91cbbd30f5efdadc9b73ce2c1b695edd763aff67 Mon Sep 17 00:00:00 2001 From: Martin Sourada Date: Thu, 11 Dec 2008 00:06:20 +0000 Subject: [PATCH 12/24] Update to 1.0.2. --- .cvsignore | 2 +- sources | 2 +- xine-plugin.spec | 21 +++++++-------------- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/.cvsignore b/.cvsignore index b0f7955..3dd8b0a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xine-plugin-1.0.1.tar.bz2 +xine-plugin-1.0.2.tar.bz2 diff --git a/sources b/sources index 204d43b..db93bea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56f826f5ca85543df114d25591147970 xine-plugin-1.0.1.tar.bz2 +dde79a4d12270cbe0c71a0c1afa41111 xine-plugin-1.0.2.tar.bz2 diff --git a/xine-plugin.spec b/xine-plugin.spec index 1d8bfb4..9fd4ff8 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,13 +1,7 @@ -%if 0%{?fedora} > 8 - %define use_xulrunner 1 -%else - %define use_xulrunner 0 -%endif - Name: xine-plugin -Version: 1.0.1 -Release: 4%{?dist} -Summary: Media plugin for mozilla compatible browsers using libxine backend +Version: 1.0.2 +Release: 1%{?dist} +Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia License: GPLv2+ @@ -20,12 +14,7 @@ BuildRequires: pkgconfig BuildRequires: xorg-x11-proto-devel BuildRequires: libX11-devel -%if 0%{?use_xulrunner} Requires: mozilla-filesystem -%else -Requires: %{_libdir}/mozilla/plugins -%endif - %description This is a very simple netscape/mozilla browser plugin using the xine @@ -69,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 11 2008 Martin Sourada - 1.0.2-1 +- new upstreame release +- should fix rhbz #473830 + * Sun Jun 22 2008 Martin Stransky - 1.0.1-4 - rebuild against new xulrunner From 7f4ae2a9ac8e55e268b2797b559bbde99ec3f0c6 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 26 Feb 2009 09:41:31 +0000 Subject: [PATCH 13/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 9fd4ff8..b4a52e1 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 26 2009 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Thu Dec 11 2008 Martin Sourada - 1.0.2-1 - new upstreame release - should fix rhbz #473830 From 40f9bffcb059fe8328988508e7f7db0758ef1e3c Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 08:05:47 +0000 Subject: [PATCH 14/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index b4a52e1..82814a9 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 Fedora Release Engineering - 1.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Thu Feb 26 2009 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 1f71c1f15dd1eeec7b46e2af823863ce31bd98aa Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:59 +0000 Subject: [PATCH 15/24] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23c548d..e90bd0a 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: xine-plugin -# $Id$ +# $Id: Makefile,v 1.1 2007/03/15 06:16:14 petersen Exp $ NAME := xine-plugin SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From ef0c8fd52397c04862066cd0f103d3ba7e3cf3f4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:33:36 +0000 Subject: [PATCH 16/24] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23c548d..05e2881 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := xine-plugin SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From b94912a9e57f4f6550972ece7306e58e576bb3e7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:53:11 +0000 Subject: [PATCH 17/24] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index e90bd0a..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xine-plugin -# $Id: Makefile,v 1.1 2007/03/15 06:16:14 petersen Exp $ -NAME := xine-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From 0535dc873e133c7a2f776546a5be9b2cfef45f97 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:53:12 +0000 Subject: [PATCH 18/24] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 05e2881..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xine-plugin -# $Id$ -NAME := xine-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index d5b6362..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -FC-6 From ea59b102bda583d3df3e5546d5cca79ce67c446a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 23:15:29 -0600 Subject: [PATCH 19/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 82814a9..3fa3853 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 38b9f68271ca8c6a942fd47b48a02ed6e41978c6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:58:18 -0600 Subject: [PATCH 20/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 3fa3853..f134ce4 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From fc023d6e05b3aeb040373f68263009997d071dde Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 22 Jul 2012 00:35:29 -0500 Subject: [PATCH 21/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index f134ce4..c65eb1c 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From a81b53f7e94b5aee27f1b469ed6e5243a0eb7cc5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:45:15 -0600 Subject: [PATCH 22/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index c65eb1c..31ebeb0 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.0.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 26d090bbe0984356ef1d169c943d62a5c34dcf7f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 03:19:05 -0500 Subject: [PATCH 23/24] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- xine-plugin.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xine-plugin.spec b/xine-plugin.spec index 31ebeb0..4a1d868 100644 --- a/xine-plugin.spec +++ b/xine-plugin.spec @@ -1,6 +1,6 @@ Name: xine-plugin Version: 1.0.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Mozilla/Netscape compatible media plugin Group: Applications/Multimedia @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.0.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 3172389a0c49bbe40d34fe9291a7baeb39a332fa Mon Sep 17 00:00:00 2001 From: Xavier Bachelot Date: Thu, 24 Oct 2013 09:59:48 +0200 Subject: [PATCH 24/24] Moved to RPM Fusion together with xine-lib 1.2+ --- .gitignore | 1 - dead.package | 1 + sources | 1 - xine-plugin-1.0-xine-version-check.patch | 18 ---- xine-plugin.spec | 116 ----------------------- 5 files changed, 1 insertion(+), 136 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xine-plugin-1.0-xine-version-check.patch delete mode 100644 xine-plugin.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 3dd8b0a..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xine-plugin-1.0.2.tar.bz2 diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..a621cab --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Moved to RPM Fusion together with xine-lib 1.2+ diff --git a/sources b/sources deleted file mode 100644 index db93bea..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -dde79a4d12270cbe0c71a0c1afa41111 xine-plugin-1.0.2.tar.bz2 diff --git a/xine-plugin-1.0-xine-version-check.patch b/xine-plugin-1.0-xine-version-check.patch deleted file mode 100644 index b960841..0000000 --- a/xine-plugin-1.0-xine-version-check.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -up xine-plugin-1.0/configure.xine-version-check xine-plugin-1.0/configure ---- xine-plugin-1.0/configure.xine-version-check 2007-02-03 00:37:21.000000000 +0100 -+++ xine-plugin-1.0/configure 2008-02-09 13:55:20.000000000 +0100 -@@ -21955,11 +21955,11 @@ echo $ECHO_N "checking for XINE-LIB vers - XINE_LIBS=`$XINE_CONFIG $xine_config_args --libs` - XINE_ACFLAGS=`$XINE_CONFIG $xine_config_args --acflags` - xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'` - xine_config_minor_version=`$XINE_CONFIG $xine_config_args --version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\2/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'` - xine_config_sub_version=`$XINE_CONFIG $xine_config_args --version | \ -- sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\3/'` -+ sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\3/'` - xine_data_dir=`$XINE_CONFIG $xine_config_args --datadir` - xine_script_dir=`$XINE_CONFIG $xine_config_args --scriptdir` - xine_plugin_dir=`$XINE_CONFIG $xine_config_args --plugindir` diff --git a/xine-plugin.spec b/xine-plugin.spec deleted file mode 100644 index 4a1d868..0000000 --- a/xine-plugin.spec +++ /dev/null @@ -1,116 +0,0 @@ -Name: xine-plugin -Version: 1.0.2 -Release: 8%{?dist} -Summary: Mozilla/Netscape compatible media plugin - -Group: Applications/Multimedia -License: GPLv2+ -URL: http://xinehq.de/ -Source0: http://prdownloads.sourceforge.net/xine/xine-plugin-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: xine-lib-devel -BuildRequires: pkgconfig -BuildRequires: xorg-x11-proto-devel -BuildRequires: libX11-devel - -Requires: mozilla-filesystem - -%description -This is a very simple netscape/mozilla browser plugin using the xine -engine to display multimedia streams. - -Features: - -- embedded display on browser window -- streaming playback directly from xine engine -- playback control using keyboard -- relative paths supported -- on screen display of buffering and stream information -- playlists and references support -- loop and repeat mode -- multiple instances within the same page -- javascript support - - -%prep -%setup -q - -%build -%configure --with-plugindir=%{_libdir}/mozilla/plugins -make %{?_smp_mflags} - - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -rm -rf $RPM_BUILD_ROOT/%{_libdir}/mozilla/plugins/*.la - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING README -%{_libdir}/mozilla/plugins/* - - -%changelog -* Sun Aug 04 2013 Fedora Release Engineering - 1.0.2-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 1.0.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Sun Jul 22 2012 Fedora Release Engineering - 1.0.2-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 1.0.2-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Jul 27 2009 Fedora Release Engineering - 1.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Thu Feb 26 2009 Fedora Release Engineering - 1.0.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Dec 11 2008 Martin Sourada - 1.0.2-1 -- new upstreame release -- should fix rhbz #473830 - -* Sun Jun 22 2008 Martin Stransky - 1.0.1-4 -- rebuild against new xulrunner - -* Sun Jun 01 2008 Martin Sourada - 1.0.1-3 -- require mozilla-filesystem instead of xulrunner on >= F9 - -* Wed Apr 23 2008 Martin Sourada - 1.0.1-2 -- remove the dropped patch from spec file completely - -* Tue Apr 22 2008 Martin Sourada - 1.0.1-1 -- new upstream release -- drop the xine-lib version patch - fixed in upstream - -* Sat Feb 09 2008 Martin Sourada - 1.0-6 -- rebuild for gcc 4.3 -- add patch for x.y.z.w format xine-lib version string - -* Tue Aug 21 2007 Martin Sourada - 1.0-5 -- rebuild - -* Thu Aug 09 2007 Martin Sourada - 1.0-4 -- update License: field to GPLv2+ - -* Wed Mar 14 2007 Martin Sourada - 1.0-3 -- fix rpmlint warning - -* Tue Mar 13 2007 Martin Sourada - 1.0-2 -- add BR: xorg-x11-proto-devel, libX11-devel - -* Sun Feb 04 2007 Martin Sourada - 1.0-1 -- Initial package