rpms/xine-lib/F-8 .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 xine-lib-cleanup-sources.sh, 1.6, 1.7 xine-lib.spec, 1.34, 1.35

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Mar 19 19:52:29 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/xine-lib/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4230/F-8

Modified Files:
	.cvsignore sources xine-lib-cleanup-sources.sh xine-lib.spec 
Log Message:
* Wed Mar 19 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.11-1
- 1.1.11 (security update, #438182, CVE-2008-0073).
- Drop jack and wavpack build conditionals.
- Specfile cleanups.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/F-8/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	8 Feb 2008 19:48:53 -0000	1.13
+++ .cvsignore	19 Mar 2008 19:51:43 -0000	1.14
@@ -1,2 +1,2 @@
-xine-lib-1.1.10.1-pruned.tar.bz2
-xine-lib-1.1.10.1-autotools.patch.bz2
+xine-lib-1.1.11-pruned.tar.bz2
+xine-lib-1.1.11-autotools.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/F-8/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	8 Feb 2008 19:48:53 -0000	1.13
+++ sources	19 Mar 2008 19:51:43 -0000	1.14
@@ -1,2 +1,2 @@
-3e78ed0690314436b0a74d1d11535fea  xine-lib-1.1.10.1-pruned.tar.bz2
-b7e702d0bd235e7102efaa11caea2895  xine-lib-1.1.10.1-autotools.patch.bz2
+40d8c51a914ed20b8499c5da9cf57bc0  xine-lib-1.1.11-pruned.tar.bz2
+bb30e6af99e5abfcb6133fbe347be7eb  xine-lib-1.1.11-autotools.patch.bz2


Index: xine-lib-cleanup-sources.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/F-8/xine-lib-cleanup-sources.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xine-lib-cleanup-sources.sh	8 Feb 2008 19:48:53 -0000	1.6
+++ xine-lib-cleanup-sources.sh	19 Mar 2008 19:51:43 -0000	1.7
@@ -21,6 +21,14 @@
 tar -xjf $tarball
 cd $dir
 
+rmpluglib()
+{
+    echo "removing src/$1/$2..."
+    rm -rf src/$1/$2
+    sed -i -e "s/SUBDIRS = \(.*\)$2\(.*\)/SUBDIRS = \1\2/g" src/$1/Makefile.am
+    sed -i -e "/^src\/$1\/$2/d" configure.ac
+}
+
 # Main libraries
 for remove in libfaad libffmpeg libmad libmpeg2 dxr3 liba52 libdts; do
     echo "removing src/$remove..."
@@ -30,10 +38,10 @@
 done
 # Input plugin libraries
 for remove in vcd; do
-    echo "removing src/input/$remove..."
-    rm -rf src/input/$remove 
-    sed -i -e "s/SUBDIRS = \(.*\)${remove}\(.*\)/SUBDIRS = \1\2/g" src/input/Makefile.am
-    sed -i -e "/^src\/input\/$remove/d" configure.ac
+    rmpluglib input vcd
+done
+for remove in ffmpeg; do
+    rmpluglib combined ffmpeg
 done
 # Input plugins
 for p in dvd vcd mms; do


Index: xine-lib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xine-lib/F-8/xine-lib.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- xine-lib.spec	8 Feb 2008 19:48:53 -0000	1.34
+++ xine-lib.spec	19 Mar 2008 19:51:43 -0000	1.35
@@ -6,34 +6,31 @@
 #   http://fedoraproject.org/wiki/Releases/FeaturePulseaudio
 #   --> not yet:
 #    http://www.redhat.com/archives/fedora-devel-list/2007-August/msg01411.html
-# - external dvdnav - not compatible as of 1.1.9.1 and 4.1.1
+# - external dvdnav - not compatible as of 1.1.11 and 4.1.1
 
 %define         codecdir %{_libdir}/codecs
+
 %ifarch %{ix86}
     %define     have_vidix  1
 %else
     %define     have_vidix  0
 %endif # ix86
-%if 0%{?fedora} >= 8
-    %define     with_xcb    %{?_without_xcb:0}%{!?_without_xcb:1}
-%else
-    %define     with_xcb    %{?_with_xcb:1}%{!?_with_xcb:0}
-%endif # >= F8
-    %define     with_jack   %{?_without_jack:0}%{!?_without_jack:1}
-    %define     with_wpack  %{?_without_wavpack:0}%{!?_without_wavpack:1}
+
 %if 0%{?fedora}
     %define     with_aalib  %{?_without_aalib:0}%{!?_without_aalib:1}
     %define     with_caca   %{?_without_caca:0}%{!?_without_caca:1}
     %define     with_pa     %{?_without_pulseaudio:0}%{!?_without_pulseaudio:1}
+    %define     with_xcb    %{?_without_xcb:0}%{!?_without_xcb:1}
 %else
     %define     with_aalib  %{?_with_aalib:1}%{!?_with_aalib:0}
     %define     with_caca   %{?_with_caca:1}%{!?_with_caca:0}
     %define     with_pa     %{?_with_pulseaudio:1}%{!?_with_pulseaudio:0}
+    %define     with_xcb    %{?_with_xcb:1}%{!?_with_xcb:0}
 %endif # Fedora
 
 Summary:        Xine library
 Name:           xine-lib
-Version:        1.1.10.1
+Version:        1.1.11
 Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Libraries
@@ -50,13 +47,18 @@
 Patch6:         %{name}-1.1.1-deepbind-939.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 # X11
-BuildRequires:  libX11-devel libXv-devel libXinerama-devel libXvMC-devel
+BuildRequires:  libX11-devel
+BuildRequires:  libXv-devel
+BuildRequires:  libXinerama-devel
+BuildRequires:  libXvMC-devel
 BuildRequires:  libGLU-devel
 %if %{with_xcb}
 BuildRequires:  libxcb-devel
 %endif # xcb
 # Video
-BuildRequires:  SDL-devel libtheora-devel libmng-devel
+BuildRequires:  SDL-devel
+BuildRequires:  libtheora-devel
+BuildRequires:  libmng-devel
 %if %{with_aalib}
 BuildRequires:  aalib-devel >= 1.4
 %endif # aalib
@@ -73,41 +75,27 @@
 BuildRequires:  fontconfig-devel
 %endif # freetype
 # Audio
-BuildRequires:  libogg-devel libvorbis-devel flac-devel libmodplug-devel
-BuildRequires:  esound-devel speex-devel arts-devel alsa-lib-devel >= 0.9.0
+BuildRequires:  libogg-devel
+BuildRequires:  libvorbis-devel
+BuildRequires:  flac-devel
+BuildRequires:  libmodplug-devel
+BuildRequires:  esound-devel
+BuildRequires:  speex-devel
+BuildRequires:  arts-devel
+BuildRequires:  alsa-lib-devel >= 0.9.0
 BuildRequires:  libmpcdec-devel
-%if %{with_wpack}
 BuildRequires:  wavpack-devel
-%endif # wpack
 %if %{with_pa}
 BuildRequires:  pulseaudio-lib-devel
 %endif # pa
-%if %{with_jack}
 BuildRequires:  jack-audio-connection-kit-devel
-%endif # jack
 # CDs
 BuildRequires:  libcdio-devel
 # Other
-BuildRequires:  pkgconfig gnome-vfs2-devel gtk2-devel libsmbclient-devel
-
-%package devel
-Summary:         Xine library development files
-Group:           Development/Libraries
-Requires:        %{name} = %{version}-%{release}
-Requires:        pkgconfig zlib-devel
-
-%package arts
-Summary:         aRts plugin for xine-lib
-Group:           System Environment/Libraries
-Requires:        %{name} = %{version}-%{release}
-# -arts was split off the -extras subpackage at 1.1.7-3
-Obsoletes:       xine-lib-extras < 1.1.7-3
-
-%package extras
-Summary:         Additional plugins for xine-lib
-Group:           System Environment/Libraries
-Requires:        %{name} = %{version}-%{release}
-
+BuildRequires:  pkgconfig
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libsmbclient-devel
 
 %description
 This package contains the Xine library. Xine is a free multimedia player.
@@ -116,21 +104,37 @@
 interprets many of the most common multimedia formats available - and some
 of the most uncommon formats, too.  --with/--without rpmbuild options
 (some default values depend on target distribution): aalib, caca, directfb,
-imagemagick, freetype, antialiasing (with freetype), jack, pulseaudio,
-wavpack, xcb.
+imagemagick, freetype, antialiasing (with freetype), pulseaudio, xcb.
+
+%package        devel
+Summary:        Xine library development files
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+Requires:       zlib-devel
 
-%description devel
+%description    devel
 This package contains development files for xine-lib.
 
-%description arts
+%package        arts
+Summary:        aRts plugin for xine-lib
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}-%{release}
+# -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 extra plugin for xine-lib.
 
-%description extras
+%package        extras
+Summary:        Additional plugins for xine-lib
+Group:          System Environment/Libraries
+Requires:       %{name} = %{version}-%{release}
+
+%description    extras
 This package contains extra plugins for xine-lib:
   - EsounD
-%if %{with_jack}
   - JACK
-%endif # jack
 %if %{with_pa}
   - Pulseaudio
 %endif # pa
@@ -197,9 +201,7 @@
     --without-imagemagick \
 %endif # imagemagick
     --with-arts \
-%if %{with_wpack}
     --with-wavpack \
-%endif
     --with-real-codecs-path=%{codecdir} \
     --with-w32-path=%{codecdir}
 
@@ -337,9 +339,7 @@
 %{_libdir}/xine/plugins/*/xineplug_vo_out_xv.so
 %{_libdir}/xine/plugins/*/xineplug_vo_out_xvmc.so
 %{_libdir}/xine/plugins/*/xineplug_vo_out_xxmc.so
-%if %{with_wpack}
 %{_libdir}/xine/plugins/*/xineplug_wavpack.so
-%endif # wpack
 
 %files arts
 %defattr(-,root,root,-)
@@ -348,9 +348,7 @@
 %files extras
 %defattr(-,root,root,-)
 %{_libdir}/xine/plugins/*/xineplug_ao_out_esd.so
-%if %{with_jack}
 %{_libdir}/xine/plugins/*/xineplug_ao_out_jack.so
-%endif # jack
 %if %{with_pa}
 %{_libdir}/xine/plugins/*/xineplug_ao_out_pulseaudio.so
 %endif # pa
@@ -385,6 +383,14 @@
 
 
 %changelog
+* Wed Mar 19 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.11-1
+- 1.1.11 (security update, #438182, CVE-2008-0073).
+- Drop jack and wavpack build conditionals.
+- Specfile cleanups.
+
+* Fri Mar  7 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.1.10.1-1.1
+- xcb support for f7+ (#373411)
+
 * Fri Feb  8 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.1.10.1-1
 - 1.1.10.1 (security update, #431541).
 




More information about the fedora-extras-commits mailing list