Hello community,

here is the log from the commit of package libavutil for openSUSE:Factory 
checked in at 2013-03-08 09:14:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libavutil (Old)
 and      /work/SRC/openSUSE:Factory/.libavutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libavutil", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libavutil/libavutil.changes      2012-12-28 
15:03:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil.changes 2013-03-08 
09:14:18.000000000 +0100
@@ -1,0 +2,60 @@
+Mon Jan 07 00:00:00 UTC 2013 - manfred.trem...@iiv.de
+
+- update to 1.1
+  * stream disposition information printing in ffprobe
+  * filter for loudness analysis following EBU R128
+  * Opus encoder using libopus
+  * ffprobe -select_streams option
+  * Pinnacle TARGA CineWave YUV16 decoder
+  * TAK demuxer, decoder and parser
+  * DTS-HD demuxer
+  * remove -same_quant, it hasn't worked for years
+  * FFM2 support
+  * X-Face image encoder and decoder
+  * 24-bit FLAC encoding
+  * multi-channel ALAC encoding up to 7.1
+  * metadata (INFO tag) support in WAV muxer
+  * subtitles raw text decoder
+  * support for building DLLs using MSVC
+  * LVF demuxer
+  * ffescape tool
+  * metadata (info chunk) support in CAF muxer
+  * field filter ported from libmpcodecs
+  * AVR demuxer
+  * geq filter ported from libmpcodecs
+  * remove ffserver daemon mode
+  * AST muxer/demuxer
+  * new expansion syntax for drawtext
+  * BRender PIX image decoder
+  * ffprobe -show_entries option
+  * ffprobe -sections option
+  * ADPCM IMA Dialogic decoder
+  * BRSTM demuxer
+  * animated GIF decoder and demuxer
+  * PVF demuxer
+  * subtitles filter
+  * IRCAM muxer/demuxer
+  * Paris Audio File demuxer
+  * Virtual concatenation demuxer
+  * VobSub demuxer
+  * JSON captions for TED talks decoding support
+  * SOX Resampler support in libswresample
+  * aselect filter
+  * SGI RLE 8-bit decoder
+  * Silicon Graphics Motion Video Compressor 1 & 2 decoder
+  * Silicon Graphics Movie demuxer
+  * apad filter
+  * Resolution & pixel format change support with multithreading for H.264
+  * documentation split into per-component manuals
+  * pp (postproc) filter ported from MPlayer
+  * NIST Sphere demuxer
+  * MPL2, VPlayer, MPlayer, AQTitle, PJS and SubViewer v1 subtitles demuxers 
and decoders
+  * Sony Wave64 muxer
+  * adobe and limelight publisher authentication in RTMP
+  * data: URI scheme
+  * support building on the Plan 9 operating system
+  * kerndeint filter ported from MPlayer
+  * histeq filter ported from VirtualDub
+  * 012v decoder
+
+-------------------------------------------------------------------

Old:
----
  ffmpeg-1.0.1-crippled.tar.bz2
  libavutil-1.0.1-cripple.patch

New:
----
  ffmpeg-1.1-crippled.tar.bz2
  libavutil-1.1-cripple.patch

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

Other differences:
------------------
++++++ libavutil.spec ++++++
--- /var/tmp/diff_new_pack.UOAqdw/_old  2013-03-08 09:14:19.000000000 +0100
+++ /var/tmp/diff_new_pack.UOAqdw/_new  2013-03-08 09:14:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libavutil
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define soname 51
+%define soname 52
 
 Name:           libavutil
-Version:        1.0.1
+Version:        1.1
 Release:        0
 Summary:        Utilities library from ffmpeg
 License:        LGPL-3.0+
@@ -53,7 +53,7 @@
 
 %prep
 %setup -q -n ffmpeg-%{version}
-%patch0
+%patch0 -p1
 
 %build
 CFLAGS='%{optflags}'

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.UOAqdw/_old  2013-03-08 09:14:19.000000000 +0100
+++ /var/tmp/diff_new_pack.UOAqdw/_new  2013-03-08 09:14:19.000000000 +0100
@@ -1 +1 @@
-libavutil51
+libavutil52

++++++ ffmpeg-1.0.1-crippled.tar.bz2 -> ffmpeg-1.1-crippled.tar.bz2 ++++++
++++ 53474 lines of diff (skipped)

++++++ libavutil-1.0.1-cripple.patch -> libavutil-1.1-cripple.patch ++++++
--- /work/SRC/openSUSE:Factory/libavutil/libavutil-1.0.1-cripple.patch  
2012-12-28 15:03:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libavutil.new/libavutil-1.1-cripple.patch       
2013-03-08 09:14:18.000000000 +0100
@@ -1,22 +1,23 @@
---- configure.orig     2012-12-03 22:17:33.000000000 +0100
-+++ configure  2012-12-16 00:28:06.130728867 +0100
-@@ -2047,15 +2047,7 @@
- enable $PROGRAM_LIST
- enable $DOCUMENT_LIST
+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 @@
+ "
  
--enable avcodec
--enable avdevice
--enable avfilter
--enable avformat
- enable avutil
--enable postproc
--enable stripping
--enable swresample
--enable swscale
+ LIBRARY_LIST="
+-    avcodec
+-    avdevice
+-    avfilter
+-    avformat
+-    avresample
+     avutil
+-    postproc
+-    swresample
+-    swscale
+ "
  
- enable asm
- enable debug
-@@ -2138,18 +2130,6 @@
+ PROGRAM_LIST="
+@@ -2159,18 +2151,6 @@
      sed -n "s/^[^#]*$pattern.*([^,]*, *\([^,]*\)\(,.*\)*).*/\1_$thing/p" 
"$file"
  }
  
@@ -35,20 +36,67 @@
  ALL_COMPONENTS="
      $BSF_LIST
      $DECODER_LIST
-@@ -4234,16 +4214,7 @@
-     eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
- }
+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 @@
+ DEMDEC  = $(call ALLYES, $(1)_DEMUXER $(2:%=%_DECODER))
+ ENCMUX  = $(call ALLYES, $(1:%=%_ENCODER) $(2)_MUXER)
  
--get_version_old LIBPOSTPROC libpostproc/postprocess.h
--get_version_old LIBSWRESAMPLE libswresample/swresample.h
+-include $(SRC_PATH)/tests/fate/acodec.mak
+-include $(SRC_PATH)/tests/fate/vcodec.mak
+-include $(SRC_PATH)/tests/fate/avformat.mak
+-include $(SRC_PATH)/tests/fate/avfilter.mak
+-include $(SRC_PATH)/tests/fate/seek.mak
 -
--get_version libavcodec
--get_version libavdevice
--get_version libavfilter
--get_version libavformat
--get_version libavresample
- get_version libavutil
--get_version libswscale
+-include $(SRC_PATH)/tests/fate/aac.mak
+-include $(SRC_PATH)/tests/fate/ac3.mak
+-include $(SRC_PATH)/tests/fate/adpcm.mak
+-include $(SRC_PATH)/tests/fate/alac.mak
+-include $(SRC_PATH)/tests/fate/als.mak
+-include $(SRC_PATH)/tests/fate/amrnb.mak
+-include $(SRC_PATH)/tests/fate/amrwb.mak
+-include $(SRC_PATH)/tests/fate/atrac.mak
+-include $(SRC_PATH)/tests/fate/audio.mak
+-include $(SRC_PATH)/tests/fate/bmp.mak
+-include $(SRC_PATH)/tests/fate/cdxl.mak
+-include $(SRC_PATH)/tests/fate/cover-art.mak
+-include $(SRC_PATH)/tests/fate/demux.mak
+-include $(SRC_PATH)/tests/fate/dfa.mak
+-include $(SRC_PATH)/tests/fate/dpcm.mak
+-include $(SRC_PATH)/tests/fate/ea.mak
+-include $(SRC_PATH)/tests/fate/ffmpeg.mak
+-include $(SRC_PATH)/tests/fate/ffprobe.mak
+-include $(SRC_PATH)/tests/fate/filter.mak
+-include $(SRC_PATH)/tests/fate/flac.mak
+-include $(SRC_PATH)/tests/fate/fft.mak
+-include $(SRC_PATH)/tests/fate/h264.mak
+-include $(SRC_PATH)/tests/fate/image.mak
+-include $(SRC_PATH)/tests/fate/indeo.mak
+-include $(SRC_PATH)/tests/fate/libavcodec.mak
+-include $(SRC_PATH)/tests/fate/libavformat.mak
+-include $(SRC_PATH)/tests/fate/libavutil.mak
+-include $(SRC_PATH)/tests/fate/lossless-audio.mak
+-include $(SRC_PATH)/tests/fate/lossless-video.mak
+-include $(SRC_PATH)/tests/fate/microsoft.mak
+-include $(SRC_PATH)/tests/fate/mp3.mak
+-include $(SRC_PATH)/tests/fate/mpc.mak
+-include $(SRC_PATH)/tests/fate/pcm.mak
+-include $(SRC_PATH)/tests/fate/probe.mak
+-include $(SRC_PATH)/tests/fate/prores.mak
+-include $(SRC_PATH)/tests/fate/qt.mak
+-include $(SRC_PATH)/tests/fate/qtrle.mak
+-include $(SRC_PATH)/tests/fate/real.mak
+-include $(SRC_PATH)/tests/fate/screen.mak
+-include $(SRC_PATH)/tests/fate/subtitles.mak
+-include $(SRC_PATH)/tests/fate/utvideo.mak
+-include $(SRC_PATH)/tests/fate/video.mak
+-include $(SRC_PATH)/tests/fate/voice.mak
+-include $(SRC_PATH)/tests/fate/vorbis.mak
+-include $(SRC_PATH)/tests/fate/vpx.mak
+-include $(SRC_PATH)/tests/fate/vqf.mak
+-include $(SRC_PATH)/tests/fate/wavpack.mak
+-include $(SRC_PATH)/tests/fate/wma.mak
  
- cat > $TMPH <<EOF
- /* Automatically generated by configure - do not modify! */
+ FATE_FFMPEG += $(FATE_FFMPEG-yes) $(FATE_AVCONV) $(FATE_AVCONV-yes)
+ FATE-$(CONFIG_FFMPEG) += $(FATE_FFMPEG)

++++++ precheckin_cripple_tarball.sh ++++++
--- /var/tmp/diff_new_pack.UOAqdw/_old  2013-03-08 09:14:19.000000000 +0100
+++ /var/tmp/diff_new_pack.UOAqdw/_new  2013-03-08 09:14:19.000000000 +0100
@@ -27,6 +27,7 @@
 -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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to