[arch-commits] Commit in transcode/trunk (PKGBUILD ffmpeg-0.11.patch)

Eric Bélanger eric at archlinux.org
Sat Oct 20 04:01:01 UTC 2012


    Date: Saturday, October 20, 2012 @ 00:01:00
  Author: eric
Revision: 169356

upgpkg: transcode 1.1.7-6

Rebuild against imagemagick 6.8.0, Update ffmpeg patch

Modified:
  transcode/trunk/PKGBUILD
  transcode/trunk/ffmpeg-0.11.patch

-------------------+
 PKGBUILD          |    4 ++--
 ffmpeg-0.11.patch |   11 +++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-20 02:54:29 UTC (rev 169355)
+++ PKGBUILD	2012-10-20 04:01:00 UTC (rev 169356)
@@ -6,7 +6,7 @@
 pkgname=transcode
 _sripver=0.3-4
 pkgver=1.1.7
-pkgrel=5
+pkgrel=6
 pkgdesc="A video/DVD ripper and encoder for the terminal/console"
 arch=('i686' 'x86_64')
 url="http://tcforge.berlios.de/"
@@ -23,7 +23,7 @@
           'd93ff3578dd5f722c8f4ef16bc0903eec5781a0d'
           'fa05aa1770d9350d90b7cf315aa7c4a1fd921ac7'
           '591943a33235342a66c3df0625a164a1479c09ae'
-          '765dacce5ee463adf5c124556d68bb873ef436c6')
+          '3d2dcdc23f14938e87d14cfc03000bb3b649b85e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: ffmpeg-0.11.patch
===================================================================
--- ffmpeg-0.11.patch	2012-10-20 02:54:29 UTC (rev 169355)
+++ ffmpeg-0.11.patch	2012-10-20 04:01:00 UTC (rev 169356)
@@ -128,3 +128,14 @@
      avcodec_register_all(); \
      TC_UNLOCK_LIBAVCODEC; \
  } while (0)
+--- transcode-1.1.7/export/export_ffmpeg.c.orig	2012-10-19 23:25:16.442303175 -0400
++++ transcode-1.1.7/export/export_ffmpeg.c	2012-10-19 23:26:23.904268733 -0400
+@@ -1249,7 +1249,7 @@
+       return TC_EXPORT_ERROR;
+     }
+ 
+-    if (lavc_venc_context->codec->encode == NULL) {
++    if (lavc_venc_context->codec->encode2 == NULL) {
+       tc_log_warn(MOD_NAME, "could not open FFMPEG codec "
+               "(lavc_venc_context->codec->encode == NULL)");
+       return TC_EXPORT_ERROR;




More information about the arch-commits mailing list