[arch-commits] Commit in mlt/repos (8 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jan 29 09:44:40 UTC 2013


    Date: Tuesday, January 29, 2013 @ 10:44:40
  Author: spupykin
Revision: 83305

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mlt/repos/community-i686/PKGBUILD
    (from rev 83304, mlt/trunk/PKGBUILD)
  mlt/repos/community-i686/ffmpeg.patch
    (from rev 83304, mlt/trunk/ffmpeg.patch)
  mlt/repos/community-x86_64/PKGBUILD
    (from rev 83304, mlt/trunk/PKGBUILD)
  mlt/repos/community-x86_64/ffmpeg.patch
    (from rev 83304, mlt/trunk/ffmpeg.patch)
Deleted:
  mlt/repos/community-i686/PKGBUILD
  mlt/repos/community-i686/ffmpeg.patch
  mlt/repos/community-x86_64/PKGBUILD
  mlt/repos/community-x86_64/ffmpeg.patch

-------------------------------+
 community-i686/PKGBUILD       |  128 ++++++++++++++++++++--------------------
 community-i686/ffmpeg.patch   |   58 +++++++++---------
 community-x86_64/PKGBUILD     |  128 ++++++++++++++++++++--------------------
 community-x86_64/ffmpeg.patch |   58 +++++++++---------
 4 files changed, 186 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-29 09:43:00 UTC (rev 83304)
+++ community-i686/PKGBUILD	2013-01-29 09:44:40 UTC (rev 83305)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Fabian Schoelzel <myfirstname.mylastname at googlemail.com>
-# Contributor: funkyou <spamopfer at nickname.berlin.de>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgbase=mlt
-pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="An open source multimedia framework"
-arch=('i686' 'x86_64')
-url="http://www.mltframework.org"
-license=('GPL')
-makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
-	     'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-	ffmpeg.patch)
-md5sums=('8d2c5b0f24a8b90fb44961920e3770ff'
-         'c28b4691d1715432d4de0055f4e2f5eb')
-
-build() {
-  # mlt
-  cd "$srcdir/mlt-$pkgver"
-
-#  patch -p1 <$srcdir/ffmpeg.patch
-
-  [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
-#  SSE2=--disable-sse2
-
-  msg "SSE2=$SSE2"
-  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
-	--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
-	--avformat-vdpau \
-	--avformat-swscale $SSE2
-  make
-
-  # mlt python bindings
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 'frei0r-plugins')
-  optdepends=('jack' 'libexif' 'qt' 'gtk2' "ladspa")
-  conflicts=('mlt++<=0.3.8')
-
-  cd "$srcdir/mlt-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=('python2' 'mlt')
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/community-i686/PKGBUILD (from rev 83304, mlt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-29 09:44:40 UTC (rev 83305)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Fabian Schoelzel <myfirstname.mylastname at googlemail.com>
+# Contributor: funkyou <spamopfer at nickname.berlin.de>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgbase=mlt
+pkgname=('mlt' 'mlt-python-bindings')
+pkgver=0.8.8
+pkgrel=1
+pkgdesc="An open source multimedia framework"
+arch=('i686' 'x86_64')
+url="http://www.mltframework.org"
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
+	     'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+	ffmpeg.patch)
+md5sums=('06de4052cffd6760c468d7da9557edae'
+         'c28b4691d1715432d4de0055f4e2f5eb')
+
+build() {
+  # mlt
+  cd "$srcdir/mlt-$pkgver"
+
+#  patch -p1 <$srcdir/ffmpeg.patch
+
+  [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
+#  SSE2=--disable-sse2
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
+	--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
+	--avformat-vdpau \
+	--avformat-swscale $SSE2
+  make
+
+  # mlt python bindings
+  cd "$srcdir/mlt-$pkgver/src/swig/python"
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 'frei0r-plugins')
+  optdepends=('jack' 'libexif' 'qt' 'gtk2' "ladspa")
+  conflicts=('mlt++<=0.3.8')
+
+  cd "$srcdir/mlt-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+package_mlt-python-bindings() {
+  depends=('python2' 'mlt')
+
+  cd "$srcdir/mlt-$pkgver/src/swig/python"
+  mkdir -p "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
+  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
+}

Deleted: community-i686/ffmpeg.patch
===================================================================
--- community-i686/ffmpeg.patch	2013-01-29 09:43:00 UTC (rev 83304)
+++ community-i686/ffmpeg.patch	2013-01-29 09:44:40 UTC (rev 83305)
@@ -1,29 +0,0 @@
-diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
---- mlt-0.8.2/src/modules/avformat/consumer_avformat.c	2012-08-28 20:25:58.000000000 +0400
-+++ mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c	2012-11-06 16:03:07.269782436 +0400
-@@ -237,11 +237,7 @@
- 		mlt_properties_set_data( properties, "acodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
- 		mlt_properties_set_data( doc, "audio_codecs", codecs, 0, NULL, NULL );
- 		while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
--			if ( ( codec->encode || codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
--#else
--			if ( codec->encode && codec->type == CODEC_TYPE_AUDIO )
--#endif
-+			if ( ( codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
- 			{
- 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
- 				mlt_properties_set( codecs, key, codec->name );
-@@ -261,11 +257,7 @@
- 		mlt_properties_set_data( properties, "vcodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
- 		mlt_properties_set_data( doc, "video_codecs", codecs, 0, NULL, NULL );
- 		while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
--			if ( (codec->encode || codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
--#else
--			if ( codec->encode && codec->type == CODEC_TYPE_VIDEO )
--#endif
-+			if ( (codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
- 			{
- 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
- 				mlt_properties_set( codecs, key, codec->name );

Copied: mlt/repos/community-i686/ffmpeg.patch (from rev 83304, mlt/trunk/ffmpeg.patch)
===================================================================
--- community-i686/ffmpeg.patch	                        (rev 0)
+++ community-i686/ffmpeg.patch	2013-01-29 09:44:40 UTC (rev 83305)
@@ -0,0 +1,29 @@
+diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
+--- mlt-0.8.2/src/modules/avformat/consumer_avformat.c	2012-08-28 20:25:58.000000000 +0400
++++ mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c	2012-11-06 16:03:07.269782436 +0400
+@@ -237,11 +237,7 @@
+ 		mlt_properties_set_data( properties, "acodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
+ 		mlt_properties_set_data( doc, "audio_codecs", codecs, 0, NULL, NULL );
+ 		while ( ( codec = av_codec_next( codec ) ) )
+-#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
+-			if ( ( codec->encode || codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
+-#else
+-			if ( codec->encode && codec->type == CODEC_TYPE_AUDIO )
+-#endif
++			if ( ( codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
+ 			{
+ 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
+ 				mlt_properties_set( codecs, key, codec->name );
+@@ -261,11 +257,7 @@
+ 		mlt_properties_set_data( properties, "vcodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
+ 		mlt_properties_set_data( doc, "video_codecs", codecs, 0, NULL, NULL );
+ 		while ( ( codec = av_codec_next( codec ) ) )
+-#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
+-			if ( (codec->encode || codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
+-#else
+-			if ( codec->encode && codec->type == CODEC_TYPE_VIDEO )
+-#endif
++			if ( (codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
+ 			{
+ 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
+ 				mlt_properties_set( codecs, key, codec->name );

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-29 09:43:00 UTC (rev 83304)
+++ community-x86_64/PKGBUILD	2013-01-29 09:44:40 UTC (rev 83305)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Fabian Schoelzel <myfirstname.mylastname at googlemail.com>
-# Contributor: funkyou <spamopfer at nickname.berlin.de>
-# Contributor: tardo <tardo at nagi-fanboi.net>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgbase=mlt
-pkgname=('mlt' 'mlt-python-bindings')
-pkgver=0.8.6
-pkgrel=1
-pkgdesc="An open source multimedia framework"
-arch=('i686' 'x86_64')
-url="http://www.mltframework.org"
-license=('GPL')
-makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
-	     'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-	ffmpeg.patch)
-md5sums=('8d2c5b0f24a8b90fb44961920e3770ff'
-         'c28b4691d1715432d4de0055f4e2f5eb')
-
-build() {
-  # mlt
-  cd "$srcdir/mlt-$pkgver"
-
-#  patch -p1 <$srcdir/ffmpeg.patch
-
-  [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
-#  SSE2=--disable-sse2
-
-  msg "SSE2=$SSE2"
-  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
-	--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
-	--avformat-vdpau \
-	--avformat-swscale $SSE2
-  make
-
-  # mlt python bindings
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  sed -i 's_path=`which python_path=`which python2_' build
-  sed -i 's_`python -c_`python2 -c_' build
-  sed -i 's#python-config#python2-config#' build
-  ./build
-}
-
-package_mlt() {
-  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 'frei0r-plugins')
-  optdepends=('jack' 'libexif' 'qt' 'gtk2' "ladspa")
-  conflicts=('mlt++<=0.3.8')
-
-  cd "$srcdir/mlt-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-package_mlt-python-bindings() {
-  depends=('python2' 'mlt')
-
-  cd "$srcdir/mlt-$pkgver/src/swig/python"
-  mkdir -p "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
-  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
-  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
-}

Copied: mlt/repos/community-x86_64/PKGBUILD (from rev 83304, mlt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-29 09:44:40 UTC (rev 83305)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Fabian Schoelzel <myfirstname.mylastname at googlemail.com>
+# Contributor: funkyou <spamopfer at nickname.berlin.de>
+# Contributor: tardo <tardo at nagi-fanboi.net>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgbase=mlt
+pkgname=('mlt' 'mlt-python-bindings')
+pkgver=0.8.8
+pkgrel=1
+pkgdesc="An open source multimedia framework"
+arch=('i686' 'x86_64')
+url="http://www.mltframework.org"
+license=('GPL')
+makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ffmpeg'
+	     'frei0r-plugins' 'swig' 'python2' "jack" "ladspa")
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+	ffmpeg.patch)
+md5sums=('06de4052cffd6760c468d7da9557edae'
+         'c28b4691d1715432d4de0055f4e2f5eb')
+
+build() {
+  # mlt
+  cd "$srcdir/mlt-$pkgver"
+
+#  patch -p1 <$srcdir/ffmpeg.patch
+
+  [ $CARCH == "i686" ] && SSE2=--disable-sse2 || SSE2=
+#  SSE2=--disable-sse2
+
+  msg "SSE2=$SSE2"
+  ./configure --prefix=/usr --enable-gpl --enable-gpl3 \
+	--qimage-libdir=/usr/lib/ --qimage-includedir=/usr/include/Qt \
+	--avformat-vdpau \
+	--avformat-swscale $SSE2
+  make
+
+  # mlt python bindings
+  cd "$srcdir/mlt-$pkgver/src/swig/python"
+  sed -i 's_path=`which python_path=`which python2_' build
+  sed -i 's_`python -c_`python2 -c_' build
+  sed -i 's#python-config#python2-config#' build
+  ./build
+}
+
+package_mlt() {
+  depends=('sdl_image' 'libsamplerate' 'libdv' 'sox' 'libxml2' 'ffmpeg' 'frei0r-plugins')
+  optdepends=('jack' 'libexif' 'qt' 'gtk2' "ladspa")
+  conflicts=('mlt++<=0.3.8')
+
+  cd "$srcdir/mlt-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+package_mlt-python-bindings() {
+  depends=('python2' 'mlt')
+
+  cd "$srcdir/mlt-$pkgver/src/swig/python"
+  mkdir -p "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt.py "$pkgdir/usr/lib/python2.7/"
+  install -m755 _mlt.so "$pkgdir/usr/lib/python2.7/"
+  install -m755 mlt_wrap.o "$pkgdir/usr/lib/python2.7/"
+}

Deleted: community-x86_64/ffmpeg.patch
===================================================================
--- community-x86_64/ffmpeg.patch	2013-01-29 09:43:00 UTC (rev 83304)
+++ community-x86_64/ffmpeg.patch	2013-01-29 09:44:40 UTC (rev 83305)
@@ -1,29 +0,0 @@
-diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
---- mlt-0.8.2/src/modules/avformat/consumer_avformat.c	2012-08-28 20:25:58.000000000 +0400
-+++ mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c	2012-11-06 16:03:07.269782436 +0400
-@@ -237,11 +237,7 @@
- 		mlt_properties_set_data( properties, "acodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
- 		mlt_properties_set_data( doc, "audio_codecs", codecs, 0, NULL, NULL );
- 		while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
--			if ( ( codec->encode || codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
--#else
--			if ( codec->encode && codec->type == CODEC_TYPE_AUDIO )
--#endif
-+			if ( ( codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
- 			{
- 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
- 				mlt_properties_set( codecs, key, codec->name );
-@@ -261,11 +257,7 @@
- 		mlt_properties_set_data( properties, "vcodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
- 		mlt_properties_set_data( doc, "video_codecs", codecs, 0, NULL, NULL );
- 		while ( ( codec = av_codec_next( codec ) ) )
--#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
--			if ( (codec->encode || codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
--#else
--			if ( codec->encode && codec->type == CODEC_TYPE_VIDEO )
--#endif
-+			if ( (codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
- 			{
- 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
- 				mlt_properties_set( codecs, key, codec->name );

Copied: mlt/repos/community-x86_64/ffmpeg.patch (from rev 83304, mlt/trunk/ffmpeg.patch)
===================================================================
--- community-x86_64/ffmpeg.patch	                        (rev 0)
+++ community-x86_64/ffmpeg.patch	2013-01-29 09:44:40 UTC (rev 83305)
@@ -0,0 +1,29 @@
+diff -wbBur mlt-0.8.2/src/modules/avformat/consumer_avformat.c mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c
+--- mlt-0.8.2/src/modules/avformat/consumer_avformat.c	2012-08-28 20:25:58.000000000 +0400
++++ mlt-0.8.2.my/src/modules/avformat/consumer_avformat.c	2012-11-06 16:03:07.269782436 +0400
+@@ -237,11 +237,7 @@
+ 		mlt_properties_set_data( properties, "acodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
+ 		mlt_properties_set_data( doc, "audio_codecs", codecs, 0, NULL, NULL );
+ 		while ( ( codec = av_codec_next( codec ) ) )
+-#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
+-			if ( ( codec->encode || codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
+-#else
+-			if ( codec->encode && codec->type == CODEC_TYPE_AUDIO )
+-#endif
++			if ( ( codec->encode2 ) && codec->type == CODEC_TYPE_AUDIO )
+ 			{
+ 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
+ 				mlt_properties_set( codecs, key, codec->name );
+@@ -261,11 +257,7 @@
+ 		mlt_properties_set_data( properties, "vcodec", codecs, 0, (mlt_destructor) mlt_properties_close, NULL );
+ 		mlt_properties_set_data( doc, "video_codecs", codecs, 0, NULL, NULL );
+ 		while ( ( codec = av_codec_next( codec ) ) )
+-#if LIBAVCODEC_VERSION_INT >= ((54<<16)+(0<<8)+0)
+-			if ( (codec->encode || codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
+-#else
+-			if ( codec->encode && codec->type == CODEC_TYPE_VIDEO )
+-#endif
++			if ( (codec->encode2) && codec->type == CODEC_TYPE_VIDEO )
+ 			{
+ 				snprintf( key, sizeof(key), "%d", mlt_properties_count( codecs ) );
+ 				mlt_properties_set( codecs, key, codec->name );




More information about the arch-commits mailing list