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

Ionut Biru ibiru at archlinux.org
Mon Mar 28 19:22:59 UTC 2011


    Date: Monday, March 28, 2011 @ 15:22:58
  Author: ibiru
Revision: 117105

upgpkg: avidemux 2.5.4-3
x264 rebuild

Modified:
  avidemux/trunk/PKGBUILD

----------+
 PKGBUILD |   21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-28 18:57:55 UTC (rev 117104)
+++ PKGBUILD	2011-03-28 19:22:58 UTC (rev 117105)
@@ -4,7 +4,7 @@
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-gtk' 'avidemux-qt')
 pkgver=2.5.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('GPL')
 url="http://fixounet.free.fr/avidemux/"
@@ -19,6 +19,9 @@
 
 build() {
   cd "${srcdir}/${pkgbase}_${pkgver}"
+
+  #gcc 4.6 workaround
+  export CXXFLAGS="$CXXFLAGS -fpermissive"
   patch -p0 < ../2.5.4_audioDevice.patch
   patch -Np1 -i "${srcdir}/x264.patch"
   mkdir build
@@ -44,14 +47,14 @@
 package_avidemux-cli() {
   pkgdesc="A graphical tool to edit video (filter/re-encode/split)"
   depends=('libxml2' 'sdl' 'fontconfig' 'libvpx')
-  optdepends=('lame: for the corresponding audio encoder plugin' \
-              'faac: for the corresponding audio encoder plugin' \
-              'faad2: for the corresponding audio decoder plugin' \
-              'opencore-amr: for the corresponding audio decoder plugin' \
-              'esound: for the corresponding audio device plugin' \
-              'jack: for the corresponding audio device plugin' \
-              'sdl: for the corresponding audio device plugin' \
-              'x264: for the corresponding video encoder plugin' \
+  optdepends=('lame: for the corresponding audio encoder plugin'
+              'faac: for the corresponding audio encoder plugin'
+              'faad2: for the corresponding audio decoder plugin'
+              'opencore-amr: for the corresponding audio decoder plugin'
+              'esound: for the corresponding audio device plugin'
+              'jack: for the corresponding audio device plugin'
+              'sdl: for the corresponding audio device plugin'
+              'x264: for the corresponding video encoder plugin'
               'xvidcore: for the corresponding video encoder plugin')
   provides=('avidemux')
   conflicts=('avidemux')




More information about the arch-commits mailing list