Hello community, here is the log from the commit of package vlc for openSUSE:Factory checked in at 2013-05-13 16:02:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vlc (Old) and /work/SRC/openSUSE:Factory/.vlc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vlc" Changes: -------- --- /work/SRC/openSUSE:Factory/vlc/vlc.changes 2013-05-07 16:20:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vlc.new/vlc.changes 2013-05-13 16:02:22.000000000 +0200 @@ -1,0 +2,18 @@ +Tue May 7 13:22:21 UTC 2013 - [email protected] + +- Move live555-devel BuildRequires to the unconditional area: + live555 has been added to Factory and is safe for distribution. +- Move the live555 demuxer from vlc-codecs to vlc-noX. +- Add unconditional --enable-live555 parameter to configure, and + remove the conditional enable/remove-live555, based on BUILD_ORIG. + +------------------------------------------------------------------- +Thu May 2 18:19:13 UTC 2013 - [email protected] + +- Add pkgconfig(libswscale) BuildRequires: improve the quality of + the video filters. +- Unconditionally pass --enable-swscale to configure. +- Move the swscale videofilter out of the -codecs package to the + -noX package. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vlc.spec ++++++ --- /var/tmp/diff_new_pack.LFWuSG/_old 2013-05-13 16:02:24.000000000 +0200 +++ /var/tmp/diff_new_pack.LFWuSG/_new 2013-05-13 16:02:24.000000000 +0200 @@ -101,6 +101,7 @@ BuildRequires: libvorbis-devel BuildRequires: libxml2-devel BuildRequires: lirc-devel +BuildRequires: live555-devel %if 0%{?suse_version} >= 1220 BuildRequires: lua51-devel %else @@ -124,6 +125,9 @@ BuildRequires: vcdimager-devel BuildRequires: xosd-devel BuildRequires: zvbi-devel +# This is intentionally done the pkgconfig way: 3rd party repos might have alternative implementations +# and can favor one over the other. +BuildRequires: pkgconfig(libswscale) # BuildRequires that are not actively used for VLC, but for the build itself to work smoothly BuildRequires: findutils @@ -141,7 +145,6 @@ BuildRequires: libtwolame-devel BuildRequires: libx264-devel BuildRequires: libxvidcore-devel -BuildRequires: live555-devel %endif Requires: %{name}-noX = %{version}-%{release} @@ -280,22 +283,20 @@ --enable-libproxy \ %endif --enable-lirc \ + --enable-swscale \ + --enable-live555 \ %if 0%{?BUILD_ORIG} --enable-libmpeg2 \ - --enable-live555 \ --enable-mad \ --enable-avcodec \ - --enable-swscale \ --enable-postproc \ --enable-faad \ --enable-a52 \ --enable-dca \ %else --disable-libmpeg2 \ - --disable-live555 \ --disable-mad \ --disable-avcodec \ - --disable-swscale \ --disable-postproc \ --disable-faad \ --disable-a52 \ @@ -629,6 +630,7 @@ %{_libdir}/vlc/plugins/demux/libflacsys_plugin.so %{_libdir}/vlc/plugins/demux/libh264_plugin.so %{_libdir}/vlc/plugins/demux/libimage_plugin.so +%{_libdir}/vlc/plugins/demux/liblive555_plugin.so %{_libdir}/vlc/plugins/demux/libmjpeg_plugin.so %{_libdir}/vlc/plugins/demux/libmkv_plugin.so %{_libdir}/vlc/plugins/demux/libmod_plugin.so @@ -783,6 +785,7 @@ %{_libdir}/vlc/plugins/video_filter/libsepia_plugin.so %{_libdir}/vlc/plugins/video_filter/libsharpen_plugin.so %{_libdir}/vlc/plugins/video_filter/libsubsdelay_plugin.so +%{_libdir}/vlc/plugins/video_filter/libswscale_plugin.so %{_libdir}/vlc/plugins/video_filter/libtransform_plugin.so %{_libdir}/vlc/plugins/video_filter/libwall_plugin.so %{_libdir}/vlc/plugins/video_filter/libwave_plugin.so @@ -811,9 +814,7 @@ %{_libdir}/vlc/plugins/codec/libtwolame_plugin.so %{_libdir}/vlc/plugins/codec/libx264_plugin.so %{_libdir}/vlc/plugins/demux/libavformat_plugin.so -%{_libdir}/vlc/plugins/demux/liblive555_plugin.so %{_libdir}/vlc/plugins/video_filter/libpostproc_plugin.so -%{_libdir}/vlc/plugins/video_filter/libswscale_plugin.so %endif %files -n libvlc%{libvlc} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
