rpms/xine-lib/devel .cvsignore, 1.21, 1.22 sources, 1.23, 1.24 xine-lib-mk-autotools-patch.sh, 1.4, 1.5 xine-lib.spec, 1.78, 1.79 xine-lib-1.1.15-avsync_hack.patch, 1.1, NONE xine-lib-1.1.16.3-mod_mimetypes_typo.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Wed Dec 2 18:27:27 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/xine-lib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17277

Modified Files:
	.cvsignore sources xine-lib-mk-autotools-patch.sh 
	xine-lib.spec 
Removed Files:
	xine-lib-1.1.15-avsync_hack.patch 
	xine-lib-1.1.16.3-mod_mimetypes_typo.patch 
Log Message:
* Wed Dec 02 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.17-1
- xine-lib-1.1.17, plugin-abi 1.27



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	3 Apr 2009 17:07:18 -0000	1.21
+++ .cvsignore	2 Dec 2009 18:27:27 -0000	1.22
@@ -1,2 +1,2 @@
-xine-lib-1.1.16.3-autotools.patch.bz2
-xine-lib-1.1.16.3-pruned.tar.bz2
+xine-lib-1.1.17-pruned.tar.bz2
+xine-lib-1.1.17-autotools.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- sources	3 Apr 2009 17:07:18 -0000	1.23
+++ sources	2 Dec 2009 18:27:27 -0000	1.24
@@ -1,2 +1,2 @@
-e50122a9323107564d58056b35256610  xine-lib-1.1.16.3-autotools.patch.bz2
-0cac86b7d74c1dcaa22f5a8cbc5ef578  xine-lib-1.1.16.3-pruned.tar.bz2
+4c2655e0c12520b1e6e78a72d59a62ce  xine-lib-1.1.17-pruned.tar.bz2
+f4282ee36447d94765d89d06787012be  xine-lib-1.1.17-autotools.patch.bz2


Index: xine-lib-mk-autotools-patch.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib-mk-autotools-patch.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xine-lib-mk-autotools-patch.sh	10 Feb 2009 23:03:37 -0000	1.4
+++ xine-lib-mk-autotools-patch.sh	2 Dec 2009 18:27:27 -0000	1.5
@@ -23,6 +23,7 @@ tar jxf xine-lib-$version-pruned.tar.bz2
 cp -a xine-lib-$version xine-lib-$version-pruned
 
 pushd xine-lib-$version
+patch -p1 < ../xine-lib-${version}-no_autopoint.patch
 # extra work for to omit old libtool-related crud
 rm -f configure ltmain.sh libtool m4/libtool.m4 m4/ltoptions.m4 m4/ltversion.m4
 ./autogen.sh noconfig


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/devel/xine-lib.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -p -r1.78 -r1.79
--- xine-lib.spec	30 Nov 2009 02:08:09 -0000	1.78
+++ xine-lib.spec	2 Dec 2009 18:27:27 -0000	1.79
@@ -1,10 +1,9 @@
 # TODO, sometime, maybe:
 # - libstk:  http://www.libstk.net/ - probably not, see 1.1.5 ChangeLog
 # - drop the opengl video out plugin?
-#   http://www.redhat.com/archives/fedora-legal-list/2007-August/msg00011.html
 # - deprecate ESD support?
 
-%define         plugin_abi  1.26
+%define         plugin_abi  1.27
 %define         codecdir    %{_libdir}/codecs
 
 %ifarch %{ix86}
@@ -33,35 +32,36 @@
 
 Summary:        A multimedia engine 
 Name:           xine-lib
-Version:        1.1.16.3
-Release:        5%{?dist}
+Version:        1.1.17
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.xine-project.org/ 
 # The tarball is generated from the upstream tarball using
 # the script in SOURCE1. It prunes potentially patented code
 #Source0:        http://downloads.sourceforge.net/xine/xine-lib-%{version}.tar.bz2
-Source0:        %{name}-%{version}-pruned.tar.bz2
-Source1:        %{name}-cleanup-sources.sh
-Source2:        %{name}-mk-autotools-patch.sh
+Source0:        xine-lib-%{version}-pruned.tar.bz2
+Source1:        xine-lib-cleanup-sources.sh
+Source2:        xine-lib-mk-autotools-patch.sh
 # autotools patch created with source2
-Patch0:         %{name}-%{version}-autotools.patch.bz2
+Patch0:         xine-lib-%{version}-autotools.patch.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:         %{name}-1.1.4-optflags.patch
-Patch6:         %{name}-1.1.1-deepbind-939.patch
+Patch1:         xine-lib-1.1.4-optflags.patch
+# used to help 
+Patch2:         xine-lib-1.1.17-no_autopoint.patch
+Patch6:         xine-lib-1.1.1-deepbind-939.patch
 # http://bugzilla.redhat.com/470568
-Patch8:         xine-lib-1.1.15-avsync_hack.patch
+Patch8:         xine-lib-1.1.17-avsync_hack.patch
 # http://bugzilla.redhat.com/477226
 Patch9:         xine-lib-1.1.16.2-multilib.patch
 ## upstreamable patches
-Patch50:        xine-lib-1.1.16.3-mod_mimetypes_typo.patch
 ## upstream patches
 
-Provides:       xine-lib(plugin-abi) = %{plugin_abi}
-%if "%{?_isa}" != "%{nil}"
-Provides:       xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}
-%endif
+Provides:         xine-lib(plugin-abi) = %{plugin_abi}
+%{?_isa:Provides: xine-lib(plugin-abi)%{?_isa} = %{plugin_abi}}
+
+BuildRequires:  automake libtool
 # X11
 BuildRequires:  libX11-devel
 BuildRequires:  libXv-devel
@@ -133,39 +133,32 @@ common multimedia formats available - an
 %package        devel
 Summary:        Xine library development files
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
 Requires:       zlib-devel
-
 %description    devel
 This package contains development files for %{name}.
 
 %package        arts
 Summary:        aRts plugin for %{name} 
 Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 #Requires:      xine-lib(plugin-abi) = %{plugin_abi}
-# -arts was split off the -extras subpackage at 1.1.7-3
-Obsoletes:      xine-lib-extras < 1.1.7-3
-
 %description    arts
 This package contains the aRts plugin for %{name}.
 
 %package        pulseaudio
 Summary:        Pulseaudio plugin for %{name} 
 Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
-
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 %description    pulseaudio
 This package contains the pulseaudio plugin for %{name}.
 
-
 %package        extras
 Summary:        Additional plugins for %{name} 
 Group:          System Environment/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 #Requires:      xine-lib(plugin-abi) = %{plugin_abi}
-
 %description    extras
 This package contains extra plugins for %{name}:
   - EsounD
@@ -196,12 +189,14 @@ touch -r m4/optimizations.m4.stamp m4/op
 # needed at least when compiling with external ffmpeg and internal faad livna bug#939.
 # see also http://bugzilla.redhat.com/480504 for side-effects
 #patch6 -p1 -b .deepbind
-
 %patch8 -p1 -b .avsync_hack
 %patch9 -p1 -b .multilib
-%patch50 -p1 -b .mod_mimetypes_typo
 
-# Avoid standard rpaths on lib64 archs: (autotools patch should handle this, no? -- Rex )
+# autotools patch + touch'ing above seems to miss something, aclocal
+# runs on make anyway, let's use the ./autogen.sh hammer for now.
+./autogen.sh noconfig
+
+#Avoid standard rpaths on lib64 archs: (autotools patch handles this too)
 #sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure
 
 
@@ -314,7 +309,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_gsm610.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_lpcm.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_mpc.so
-%ifarch %ix86
+%ifarch %{ix86}
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_qt.so
 %endif # ix86
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_real.so
@@ -324,6 +319,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucc.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spucmml.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spudvb.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_spuhdmv.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_sputext.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_theora.so
 %{_libdir}/xine/plugins/%{plugin_abi}/xineplug_decode_vorbis.so
@@ -435,6 +431,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 02 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.17-1
+- xine-lib-1.1.17, plugin-abi 1.27
+
 * Sun Nov 29 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.16.3-5
 - move -pulseaudio into main pkg (f12+)
 - update URL


--- xine-lib-1.1.15-avsync_hack.patch DELETED ---


--- xine-lib-1.1.16.3-mod_mimetypes_typo.patch DELETED ---




More information about the scm-commits mailing list