Hello community,

here is the log from the commit of package libavutil for openSUSE:Factory 
checked in at 2013-05-02 11:18:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libavutil (Old)
 and      /work/SRC/openSUSE:Factory/.libavutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavutil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libavutil/libavutil.changes      2013-03-20 
09:52:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil.changes 2013-05-02 
11:18:54.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 17:44:11 UTC 2013 - [email protected]
+
+- Also package swscale library.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libavutil.spec ++++++
--- /var/tmp/diff_new_pack.5aXg42/_old  2013-05-02 11:18:56.000000000 +0200
+++ /var/tmp/diff_new_pack.5aXg42/_new  2013-05-02 11:18:56.000000000 +0200
@@ -17,6 +17,7 @@
 
 
 %define soname 52
+%define swscale 2
 
 Name:           libavutil
 Version:        1.1
@@ -51,6 +52,21 @@
 %description -n libavutil-devel
 Headers and libraries to program against libavutil.
 
+%package -n libswscale%{swscale}
+Summary:        SWScale library from ffmpeg
+Group:          System/Libraries
+
+%description -n libswscale%{swscale}
+SW-Scale library from ffmpeg
+
+%package -n libswscale-devel
+Summary:        Development files for libavutil
+Group:          Development/Libraries/C and C++
+Requires:       libswscale%{swscale} = %{version}
+
+%description -n libswscale-devel
+Headers and libraries to program against libswscale.
+
 %prep
 %setup -q -n ffmpeg-%{version}
 %patch0 -p1
@@ -72,6 +88,10 @@
 
 %postun -n libavutil%{soname} -p /sbin/ldconfig
 
+%post -n libswscale%{swscale} -p /sbin/ldconfig
+
+%postun -n libswscale%{swscale} -p /sbin/ldconfig
+
 %files -n libavutil%{soname}
 %defattr(0644,root,root,0755)
 %doc Changelog COPYING.LGPLv3 CREDITS LICENSE MAINTAINERS README
@@ -83,4 +103,15 @@
 %{_libdir}/libavutil.so
 %{_libdir}/pkgconfig/libavutil.pc
 
+%files -n libswscale%{swscale}
+%defattr(-,root,root)
+%doc Changelog COPYING.LGPLv3 CREDITS LICENSE MAINTAINERS README
+%{_libdir}/libswscale.so.%{swscale}*
+
+%files -n libswscale-devel
+%defattr(-,root,root)
+%{_includedir}/libswscale/
+%{_libdir}/libswscale.so
+%{_libdir}/pkgconfig/libswscale.pc
+
 %changelog

++++++ ffmpeg-1.1-crippled.tar.bz2 ++++++
++++ 20782 lines of diff (skipped)

++++++ libavutil-1.1-cripple.patch ++++++
--- /var/tmp/diff_new_pack.5aXg42/_old  2013-05-02 11:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.5aXg42/_new  2013-05-02 11:18:57.000000000 +0200
@@ -1,7 +1,8 @@
-diff -ur ffmpeg-1.1.orig/configure ffmpeg-1.1/configure
---- ffmpeg-1.1.orig/configure  2013-01-06 22:53:29.000000000 +0100
-+++ ffmpeg-1.1/configure       2013-01-07 23:08:48.326757371 +0100
-@@ -1110,15 +1110,7 @@
+Index: ffmpeg-1.1/configure
+===================================================================
+--- ffmpeg-1.1.orig/configure
++++ ffmpeg-1.1/configure
+@@ -1110,14 +1110,7 @@ DOCUMENT_LIST="
  "
  
  LIBRARY_LIST="
@@ -13,11 +14,10 @@
      avutil
 -    postproc
 -    swresample
--    swscale
+     swscale
  "
  
- PROGRAM_LIST="
-@@ -2159,18 +2151,6 @@
+@@ -2159,18 +2152,6 @@ find_things(){
      sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" 
"$file"
  }
  
@@ -36,10 +36,11 @@
  ALL_COMPONENTS="
      $BSF_LIST
      $DECODER_LIST
-diff -ur ffmpeg-1.1.orig/tests/Makefile ffmpeg-1.1/tests/Makefile
---- ffmpeg-1.1.orig/tests/Makefile     2013-01-06 22:53:29.000000000 +0100
-+++ ffmpeg-1.1/tests/Makefile  2013-01-07 23:09:22.192868686 +0100
-@@ -59,60 +59,6 @@
+Index: ffmpeg-1.1/tests/Makefile
+===================================================================
+--- ffmpeg-1.1.orig/tests/Makefile
++++ ffmpeg-1.1/tests/Makefile
+@@ -59,60 +59,6 @@ ENCDEC2 = $(call ALLYES, $(firstword $(1
  DEMDEC  = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER))
  ENCMUX  = $(call ALLYES, $(1:%=%_ENCODER) $(2)_MUXER)
  

++++++ precheckin_cripple_tarball.sh ++++++
--- /var/tmp/diff_new_pack.5aXg42/_old  2013-05-02 11:18:57.000000000 +0200
+++ /var/tmp/diff_new_pack.5aXg42/_new  2013-05-02 11:18:57.000000000 +0200
@@ -26,7 +26,6 @@
 -e '^ffmpeg-[0-9\.]\+/libavformat/$' \
 -e '^ffmpeg-[0-9\.]\+/libpostproc/$' \
 -e '^ffmpeg-[0-9\.]\+/libswresample/$' \
--e '^ffmpeg-[0-9\.]\+/libswscale/$' \
 -e '^ffmpeg-[0-9\.]\+/tests/fate/.*\.mak$' \
 -e '^ffmpeg-[0-9\.]\+/[^/]*.[ch]$' \
 )

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to