SPECS: vlc.spec - added twolame bcond - BR fixes - more TODO

sls sls at pld-linux.org
Mon Apr 7 12:59:54 CEST 2008


Author: sls                          Date: Mon Apr  7 10:59:54 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added twolame bcond
- BR fixes
- more TODO

---- Files affected:
SPECS:
   vlc.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: SPECS/vlc.spec
diff -u SPECS/vlc.spec:1.146 SPECS/vlc.spec:1.147
--- SPECS/vlc.spec:1.146	Mon Apr  7 10:57:58 2008
+++ SPECS/vlc.spec	Mon Apr  7 12:59:48 2008
@@ -9,6 +9,8 @@
 # - flac plugin doesn't work with mono files
 # - what really changes live bcond?
 # - install mozilla plugin to some nice dir (now _libdir/mozilla/plugins/libvlcplugin.so)
+# - why mozilla plugin is linked with libXt?
+# - why mkv plugin is linked with libsysfs?
 #
 # Conditional build:
 %bcond_without	aalib	# build without aalib support
@@ -35,6 +37,7 @@
 %bcond_without	shout	# shout plugin
 %bcond_without	speex	# don't build speex plugin
 %bcond_without	svg	# svg plugin
+%bcond_without	twolame # twolame plugin
 %bcond_without	svgalib	# build with svgalib video_output
 %bcond_without	x264	# build without x264 support
 #
@@ -106,6 +109,7 @@
 %{?with_dv:BuildRequires:	libraw1394-devel}
 %{?with_shout:BuildRequires:	libshout-devel}
 BuildRequires:	libsmbclient-devel
+BuildRequires:	libsysfs-devel
 BuildRequires:	libtheora-devel
 BuildRequires:	libtool
 BuildRequires:	libvorbis-devel
@@ -115,12 +119,12 @@
 %{?with_live:BuildRequires:	live >= 2005.03.11}
 BuildRequires:	mpeg2dec-devel >= 0.3.2
 BuildRequires:	ncurses-devel
-%{?with_slp:BuildRequires:	openslp-devel}
 BuildRequires:	pkgconfig
 %{?with_portaudio:BuildRequires:	portaudio-devel}
 %{?with_speex:BuildRequires:	speex-devel > 1:1.1.0}
 %{?with_svg:BuildRequires:	librsvg-devel >= 2.9.0}
 %{?with_svgalib:BuildRequires:	svgalib-devel}
+%{?with_twolame:BuildRequires:	twolame-devel}
 BuildRequires:	vcdimager-devel
 BuildRequires:	wxGTK2-unicode-devel >= 2.6.2-2
 %{?with_mozilla:BuildRequires:	xorg-lib-libXt-devel}
@@ -322,6 +326,7 @@
 	--enable-tarkin \
 	--enable-theora \
 	--enable-tremor \
+	%{?with_twolame:--enable-twolame} \
 	--enable-v4l\
 	--enable-vcdx \
 	--enable-x11 \
@@ -465,6 +470,7 @@
 %attr(755,root,root) %{_libdir}/vlc/codec/libsubsdec_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/codec/libsvcdsub_plugin.so
 %attr(755,root,root) %{_libdir}/vlc/codec/libtelx_plugin.so
+%{?with_twolame:%attr(755,root,root) %{_libdir}/vlc/codec/libtwolame_plugin.so}
 %attr(755,root,root) %{_libdir}/vlc/codec/libvorbis_plugin.so
 %{?with_x264:%attr(755,root,root) %{_libdir}/vlc/codec/libx264_plugin.so}
 %dir %{_libdir}/vlc/control
@@ -674,6 +680,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2008-04-07 10:59:48  sls
+- added twolame bcond
+- BR fixes
+- more TODO
+
 Revision 1.146  2008-04-07 08:57:58  sls
 - added svg bcond
 - --enable-{snapshot,sout}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.146&r2=1.147&f=u



More information about the pld-cvs-commit mailing list