tags 739442 + pending
thanks

Dear maintainer,

I've prepared an NMU for strigi (versioned as 0.7.8-1.1) and
uploaded it to DELAYED/5 and experimental. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru strigi-0.7.8/debian/changelog strigi-0.7.8/debian/changelog
--- strigi-0.7.8/debian/changelog	2013-08-04 22:08:48.000000000 +0000
+++ strigi-0.7.8/debian/changelog	2014-03-19 01:04:02.000000000 +0000
@@ -1,3 +1,10 @@
+strigi (0.7.8-1.1) experimental; urgency=low
+
+  * Non-maintainer upload.
+  * Add libav10.patch and build against libav10 (Closes: #739442)
+
+ -- Reinhard Tartler <siret...@tauware.de>  Wed, 19 Mar 2014 01:03:17 +0000
+
 strigi (0.7.8-1) unstable; urgency=low
 
   * Team upload.
diff -Nru strigi-0.7.8/debian/control strigi-0.7.8/debian/control
--- strigi-0.7.8/debian/control	2013-08-04 21:19:55.000000000 +0000
+++ strigi-0.7.8/debian/control	2014-03-19 01:03:54.000000000 +0000
@@ -7,8 +7,8 @@
 Build-Depends: cmake (>= 2.8.9),
                dbus-x11,
                debhelper (>= 9),
-               libavcodec-dev,
-               libavformat-dev,
+               libavcodec-dev (>= 6:10~),
+               libavformat-dev (>= 6:10~),
                libboost-dev,
                libbz2-dev,
                libclucene-dev (>= 2),
diff -Nru strigi-0.7.8/debian/patches/libav10.patch strigi-0.7.8/debian/patches/libav10.patch
--- strigi-0.7.8/debian/patches/libav10.patch	1970-01-01 00:00:00.000000000 +0000
+++ strigi-0.7.8/debian/patches/libav10.patch	2014-03-19 01:02:43.000000000 +0000
@@ -0,0 +1,16 @@
+Index: strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp
+===================================================================
+--- strigi-0.7.8.orig/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp	2013-02-05 21:34:52.000000000 +0000
++++ strigi-0.7.8/libstreamanalyzer/plugins/endplugins/ffmpegendanalyzer.cpp	2014-02-28 21:45:10.570587443 +0000
+@@ -481,9 +481,9 @@
+           outs << codec.height;
+           ar.addTriplet(streamuri, heightPropertyName, outs.str());
+         }
+-        if (stream.r_frame_rate.num && stream.r_frame_rate.den) {
++        if (stream.avg_frame_rate.num && stream.avg_frame_rate.den) {
+           ostringstream outs;
+-          outs << stream.r_frame_rate.num / stream.r_frame_rate.den;
++          outs << stream.avg_frame_rate.num / stream.avg_frame_rate.den;
+           ar.addTriplet(streamuri, frameRatePropertyName, outs.str());
+         }
+         if (codec.pix_fmt != PIX_FMT_NONE) {}//FIXME pixel format
diff -Nru strigi-0.7.8/debian/patches/series strigi-0.7.8/debian/patches/series
--- strigi-0.7.8/debian/patches/series	2013-08-04 20:13:35.000000000 +0000
+++ strigi-0.7.8/debian/patches/series	2014-03-19 01:02:46.000000000 +0000
@@ -1 +1,2 @@
 deepgrep_mayhem_fix.diff
+libav10.patch
_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to