Hello community, here is the log from the commit of package lightspark for openSUSE:Factory checked in at 2012-06-10 23:01:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightspark (Old) and /work/SRC/openSUSE:Factory/.lightspark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightspark", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/lightspark/lightspark.changes 2012-06-06 16:08:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lightspark.new/lightspark.changes 2012-06-10 23:01:04.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jun 6 20:37:11 UTC 2012 - [email protected] + +- Fix ffmpeg 0.11 patch, now upstreamed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightspark.spec ++++++ --- /var/tmp/diff_new_pack.Z9FBeW/_old 2012-06-10 23:01:06.000000000 +0200 +++ /var/tmp/diff_new_pack.Z9FBeW/_new 2012-06-10 23:01:06.000000000 +0200 @@ -28,8 +28,9 @@ Source0: https://launchpad.net/lightspark/trunk/lightspark-%{version}/+download/lightspark-%{version}.tar.gz # PATCH-FIX-UPSTREAM lightspark-0.5.7-underlinking.patch lp#1000818 [email protected] -- Link against GTK Patch0: lightspark-0.5.7-underlinking.patch -# PATCH-FIX-UPSTREAM lightspark-0.5.7-llvm_31.patch lp#980464 [email protected] -- Fix build with LLVM 3.1. Took from GIT. +# PATCH-FIX-UPSTREAM lightspark-0.5.7-llvm_31.patch lp#980464 [email protected] -- Fix build with LLVM 3.1. Took from GIT Patch1: lightspark-0.5.7-llvm_31.patch +# PATCH-FIX-UPSTREAM lightspark-0.5.7-ffmpeg_011.patch lp#1005534 [email protected] -- Fix build with ffmpeg 0.11. Already in GIT Patch2: lightspark-0.5.7-ffmpeg_011.patch BuildRequires: boost-devel BuildRequires: cmake ++++++ lightspark-0.5.7-ffmpeg_011.patch ++++++ --- /var/tmp/diff_new_pack.Z9FBeW/_old 2012-06-10 23:01:06.000000000 +0200 +++ /var/tmp/diff_new_pack.Z9FBeW/_new 2012-06-10 23:01:06.000000000 +0200 @@ -12,17 +12,18 @@ if(avioContext==NULL) return; -@@ -658,7 +657,8 @@ FFMpegStreamDecoder::FFMpegStreamDecoder +@@ -658,7 +657,9 @@ FFMpegStreamDecoder::FFMpegStreamDecoder if(fmt==NULL) return; - int ret=av_open_input_stream(&formatCtx, avioContext, "lightspark_stream", fmt, NULL); ++ formatCtx = avformat_alloc_context(); + formatCtx->pb = avioContext; + int ret=avformat_open_input(&formatCtx, "lightspark_stream", fmt, NULL); if(ret<0) return; -@@ -706,7 +706,7 @@ FFMpegStreamDecoder::~FFMpegStreamDecode +@@ -706,7 +707,7 @@ FFMpegStreamDecoder::~FFMpegStreamDecode audioDecoder=NULL; videoDecoder=NULL; if(formatCtx) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
