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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 30 20:29:32 UTC 2022


    Date: Sunday, January 30, 2022 @ 20:29:32
  Author: alucryd
Revision: 1120876

ffmpeg4.4 rebuild: wxsvg 1.5.23-2

Modified:
  wxsvg/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 20:29:23 UTC (rev 1120875)
+++ PKGBUILD	2022-01-30 20:29:32 UTC (rev 1120876)
@@ -7,12 +7,12 @@
 
 pkgname=wxsvg
 pkgver=1.5.23
-pkgrel=1
+pkgrel=2
 pkgdesc='C++ library to create, manipulate and render SVG files'
 arch=('x86_64')
 url='http://wxsvg.sourceforge.net/'
 license=('custom:wxWindows')
-depends=('ffmpeg' 'libexif' 'wxgtk3')
+depends=('ffmpeg4.4' 'libexif' 'wxgtk3')
 makedepends=('webkit2gtk')
 source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
 sha256sums=('3f07361facc7d18cc19a940dd73c78142ed5eec38c14d993a85bf0c061dcabb9')
@@ -25,6 +25,7 @@
 
 build() {
   cd $pkgname-$pkgver
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make



More information about the arch-commits mailing list