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

Maxime Gauduin alucryd at archlinux.org
Mon Jun 5 19:17:51 UTC 2017


    Date: Monday, June 5, 2017 @ 19:17:50
  Author: alucryd
Revision: 234404

aegisub 3.2.2-22: Use wxgtk3

Modified:
  aegisub/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 18:53:41 UTC (rev 234403)
+++ PKGBUILD	2017-06-05 19:17:50 UTC (rev 234404)
@@ -5,12 +5,14 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=21
+pkgrel=22
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'
 license=('GPL' 'BSD')
-depends=('boost-libs' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+depends=('alsa-lib' 'boost-libs' 'fftw' 'fontconfig' 'gcc-libs' 'glibc'
+         'hunspell' 'icu' 'libgl' 'libpulse' 'wxgtk3' 'zlib'
+         'libass.so' 'libffms2.so')
 makedepends=('boost' 'intltool' 'mesa')
 source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz"
         'icu59.patch')
@@ -30,6 +32,7 @@
 
   ./configure \
     --prefix='/usr' \
+    --with-wx-config='/usr/bin/wx-config-gtk3' \
     --without-{portaudio,openal,oss} \
     --disable-update-checker
   make



More information about the arch-commits mailing list