Author: sls Date: Mon Apr 7 12:46:27 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added upnp bcond - BR fixes - more TODO
---- Files affected: SPECS: vlc.spec (1.147 -> 1.148) ---- Diffs: ================================================================ Index: SPECS/vlc.spec diff -u SPECS/vlc.spec:1.147 SPECS/vlc.spec:1.148 --- SPECS/vlc.spec:1.147 Mon Apr 7 12:59:48 2008 +++ SPECS/vlc.spec Mon Apr 7 14:46:22 2008 @@ -11,6 +11,11 @@ # - 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? +# - create specs and build plugins: +# - libtar - http://www.feep.net/libtar +# - tremor - http://xiph.org/vorbis +# - goom - http://www.ios-software.com/?page=projet&quoi=1 +# - tarkin - http://xiph.org/vorbis (obsolete?) # # Conditional build: %bcond_without aalib # build without aalib support @@ -39,6 +44,7 @@ %bcond_without svg # svg plugin %bcond_without twolame # twolame plugin %bcond_without svgalib # build with svgalib video_output +%bcond_without upnp # upnp plugin %bcond_without x264 # build without x264 support # Summary: VLC - a multimedia player and stream server @@ -92,7 +98,6 @@ BuildRequires: libcdio-devel BuildRequires: libdts-devel BuildRequires: libdvbpsi-devel -BuildRequires: libdvdcss-devel BuildRequires: libdvdnav-devel BuildRequires: libdvdread-devel BuildRequires: libebml-devel >= 0.7.6 @@ -109,9 +114,9 @@ %{?with_dv:BuildRequires: libraw1394-devel} %{?with_shout:BuildRequires: libshout-devel} BuildRequires: libsmbclient-devel -BuildRequires: libsysfs-devel BuildRequires: libtheora-devel BuildRequires: libtool +%{?with_upnp:BuildRequires: libupnp-devel} BuildRequires: libvorbis-devel %{?with_x264:BuildRequires: libx264-devel} BuildRequires: libxml2-devel @@ -123,6 +128,7 @@ %{?with_portaudio:BuildRequires: portaudio-devel} %{?with_speex:BuildRequires: speex-devel > 1:1.1.0} %{?with_svg:BuildRequires: librsvg-devel >= 2.9.0} +BuildRequires: sysfsutils-devel %{?with_svgalib:BuildRequires: svgalib-devel} %{?with_twolame:BuildRequires: twolame-devel} BuildRequires: vcdimager-devel @@ -327,6 +333,7 @@ --enable-theora \ --enable-tremor \ %{?with_twolame:--enable-twolame} \ + %{?with_upnp:--enable-upnp} \ --enable-v4l\ --enable-vcdx \ --enable-x11 \ @@ -561,6 +568,7 @@ %attr(755,root,root) %{_libdir}/vlc/services_discovery/libpodcast_plugin.so %attr(755,root,root) %{_libdir}/vlc/services_discovery/libsap_plugin.so %attr(755,root,root) %{_libdir}/vlc/services_discovery/libshout_plugin.so +%{?with_upnp:%attr(755,root,root) %{_libdir}/vlc/services_discovery/libupnp_intel_plugin.so} %dir %{_libdir}/vlc/stream_out %attr(755,root,root) %{_libdir}/vlc/stream_out/libstream_out_bridge_plugin.so %attr(755,root,root) %{_libdir}/vlc/stream_out/libstream_out_description_plugin.so @@ -680,6 +688,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.148 2008-04-07 12:46:22 sls +- added upnp bcond +- BR fixes +- more TODO + Revision 1.147 2008-04-07 10:59:48 sls - added twolame bcond - BR fixes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vlc.spec?r1=1.147&r2=1.148&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
