rpms/vlc/F-11 sources,1.20,1.21 vlc.spec,1.45,1.46

NicolasChauvet kwizart at rpmfusion.org
Sat Oct 31 10:21:22 CET 2009


Author: kwizart

Update of /cvs/free/rpms/vlc/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12699

Modified Files:
	sources vlc.spec 
Log Message:
Update to 1.0.3



Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	20 Sep 2009 09:08:52 -0000	1.20
+++ sources	31 Oct 2009 09:21:22 -0000	1.21
@@ -1 +1 @@
-69d4e30fe4fc2691780fbeacd40359d2  vlc-1.0.2.tar.bz2
+d0945c2489551c102a3f0f15e4591555  vlc-1.0.3.tar.bz2


Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-11/vlc.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- vlc.spec	20 Sep 2009 09:08:52 -0000	1.45
+++ vlc.spec	31 Oct 2009 09:21:22 -0000	1.46
@@ -1,13 +1,13 @@
 # TODO: libdc1394(juju), modularization (vlc-plugin-foo)
 
 #global live555_date       2009.07.28
-#global vlc_rc             -rc4
+#global vlc_rc             -rc
 %global vlc_bootstrap      1
 
 
 Summary:	Multi-platform MPEG, DVD, and DivX player
 Name:		vlc
-Version:	1.0.2
+Version:	1.0.3
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
@@ -41,7 +41,7 @@
 BuildRequires:  dbus-devel
 BuildRequires:  dirac-devel >= 1.0.0
 %{!?_without_directfb:BuildRequires:  directfb-devel}
-BuildRequires:	faac-devel
+%{?_with_faac:BuildRequires:  faac-devel}
 BuildRequires:	faad2-devel
 BuildRequires:	ffmpeg-devel >= 0.4.9-0
 BuildRequires:	flac-devel
@@ -95,6 +95,7 @@
 BuildRequires:	libGL-devel
 BuildRequires:	libGLU-devel
 BuildRequires:  libmusicbrainz-devel
+BuildRequires:  libshout-devel
 BuildRequires:  lua-devel
 BuildRequires:  minizip-devel
 BuildRequires:	mpeg2dec-devel >= 0.3.2
@@ -216,16 +217,6 @@
 JACK audio plugin for the VLC media player.
 
 
-%{?_with_dc1394:
-%package plugin-dc1394
-Summary:	VLC Media Player Plugins for dc1394
-Group:		Applications/Multimedia
-Requires:	%{name}-core%{_isa} = %{version}
-
-%description plugin-dc1394
-VLC plugin for libdc1394
-}
-
 %prep
 %setup -q -n %{name}-%{version}%{?vlc_rc}
 %if 0%{?live555_date:1}
@@ -239,11 +230,10 @@
 sed -i.dmo_pic -e 's/fno-PIC/fPIC/' libs/loader/Makefile.in
 %patch4 -p1 -b .mmx_pic
 
-
 rm modules/access/videodev2.h
 ln -sf %{_includedir}/linux/videodev2.h modules/access/videodev2.h
 %if 0%{?vlc_bootstrap:1}
-rm aclocal.m4 m4/lib*.m4 m4/lt*.m4
+rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
 ./bootstrap
 %endif
 
@@ -273,7 +263,6 @@
 %if 0%{?live555_date:1}
 	--with-live555-tree=live		\
 %endif
-%{?_with_dc1394:--enable-dc1394}		\
 	--enable-dv				\
 	--enable-opencv				\
 	--enable-pvr				\
@@ -282,6 +271,7 @@
 	--enable-wma-fixed			\
 	--enable-shine				\
 	--enable-faad				\
+%{!?_with_faac:--disable-faac}			\
 	--enable-twolame			\
 	--enable-real				\
 	--enable-realrtsp			\
@@ -292,6 +282,7 @@
 	--enable-theora				\
 	--enable-dirac				\
 	--enable-libass				\
+	--enable-shout				\
 	--enable-xcb				\
 	--enable-svg				\
 	--enable-snapshot			\
@@ -501,9 +492,6 @@
 %exclude %{_libdir}/vlc/audio_output/libjack_plugin.so
 %exclude %{_libdir}/vlc/audio_output/libportaudio_plugin.so
 %exclude %{_libdir}/vlc/audio_output/libpulse_plugin.so
-%{?_with_dc1394:
-%exclude %{_libdir}/vlc/access/libdc1394_plugin.so
-}
 %{_libdir}/vlc/
 %{_mandir}/man1/vlc*.1*
 
@@ -523,12 +511,6 @@
 %{_libdir}/vlc/video_output/libsvgalib_plugin.so
 %endif
 
-%{?_with_dc1394:
-%files plugin-dc1394
-%defattr(-,root,root,-)
-%{_libdir}/vlc/access/libdc1394_plugin.so
-}
-
 %files devel
 %defattr(-,root,root,-)
 %doc HACKING
@@ -548,6 +530,25 @@
 
 
 %changelog
+* Sat Oct 31 2009 Nicolas Chauvet <kwizart at fedoraproject.org> - 1.0.3-1
+- Update to 1.0.3
+
+* Sun Oct 25 2009 kwizart < kwizart at gmail.com > - 1.0.3-0.1_rc
+- Update to 1.0.3-rc
+- Update bugfix to 20091025
+- Clean dc1394 sub-package
+
+* Thu Oct 16 2009 kwizart < kwizart at gmail.com > - 1.0.2-2
+- Update to 1.0-bugfix 20091016
+- Rebuild for x264/ffmpeg
+
+* Sun Sep 27 2009 kwizart < kwizart at gmail.com > - 1.0.2-1.2
+- Disable the workaround for the compiler bug. (rhbz#524439)
+- Resync with the fonts requirement.
+
+* Sun Sep 20 2009 kwizart < kwizart at gmail.com > - 1.0.2-1.1
+- Workaround the compiler bug on x86 x86_64 by disabling optimization.
+
 * Sat Sep 19 2009 kwizart < kwizart at gmail.com > - 1.0.2-1
 - Update to 1.0.2
 



More information about the rpmfusion-commits mailing list