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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 30 19:41:51 UTC 2022


    Date: Sunday, January 30, 2022 @ 19:41:51
  Author: alucryd
Revision: 1120816

ffmpeg4.4 rebuild: dvdstyler 3.1.2-4

Modified:
  dvdstyler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 19:40:44 UTC (rev 1120815)
+++ PKGBUILD	2022-01-30 19:41:51 UTC (rev 1120816)
@@ -7,12 +7,12 @@
 
 pkgname=dvdstyler
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='DVD authoring application for the creation of professional-looking DVDs'
 arch=('x86_64')
 url='https://www.dvdstyler.org/'
 license=('GPL2')
-depends=('cdrtools' 'dvdauthor' 'dvd+rw-tools' 'wxsvg')
+depends=('cdrtools' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg4.4' 'wxsvg')
 makedepends=('docbook-xsl' 'xmlto' 'zip')
 source=("https://downloads.sourceforge.net/$pkgname/DVDStyler-$pkgver.tar.bz2"
         'config.patch'
@@ -29,6 +29,7 @@
 
 build() {
   cd DVDStyler-$pkgver
+  export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig'
   ./configure --prefix=/usr --with-wx-config=/usr/bin/wx-config-gtk3
   make
 }



More information about the arch-commits mailing list