[arch-commits] Commit in avidemux/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Nov 1 19:02:07 UTC 2009


    Date: Sunday, November 1, 2009 @ 14:02:07
  Author: eric
Revision: 57713

fixed optdepends array (FS#16053)

Modified:
  avidemux/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-01 17:58:20 UTC (rev 57712)
+++ PKGBUILD	2009-11-01 19:02:07 UTC (rev 57713)
@@ -14,10 +14,13 @@
              'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libsamplerate')
 optdepends=('gtk2: for using the GTK GUI' \
             'qt: for using the QT4 GUI' \
-            'lame, faac: for the corresponding audio encoder plugin' \
-            'faad2 : for the corresponding audio decoder plugin' \
-            'esound, jack-audio-connection-kit: for the corresponding audio device plugin' \
-            'x264, xvidcore: for the corresponding video encoder plugin')
+            'lame: for the corresponding audio encoder plugin' \
+            'faac: for the corresponding audio encoder plugin' \
+            'faad2: for the corresponding audio decoder plugin' \
+            'esound: for the corresponding audio device plugin' \
+            'jack-audio-connection-kit: for the corresponding audio device plugin' \
+            'x264: for the corresponding video encoder plugin' \
+            'xvidcore: for the corresponding video encoder plugin')
 source=(http://downloads.sourceforge.net/avidemux/avidemux_2.5.1.tar.gz avidemux-2.5-i18n.patch)
 md5sums=('081db3af87f1f93c7b4e5d5975e07e40' '0adb7cee81e06bfc454baf1d8fbcdd64')
 sha1sums=('50fe78548e0ebf0611d23aa4755f332056520392' 'd510ca55cd1b9c162b4c3bcd224a80b6a18421ef')




More information about the arch-commits mailing list