[arch-commits] Commit in dvdauthor/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun May 2 00:20:43 UTC 2021
Date: Sunday, May 2, 2021 @ 00:20:42
Author: bgyorgy
Revision: 926066
Minor changes
Modified:
dvdauthor/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-02 00:07:42 UTC (rev 926065)
+++ PKGBUILD 2021-05-02 00:20:42 UTC (rev 926066)
@@ -7,23 +7,26 @@
pkgname=dvdauthor
pkgver=0.7.2
pkgrel=10
-pkgdesc="DVD authoring tools"
+pkgdesc='DVD authoring tools'
arch=('x86_64')
-url="http://dvdauthor.sourceforge.net/"
-license=('GPL')
+url='http://dvdauthor.sourceforge.net/'
+license=('GPL2')
depends=('libdvdread' 'imagemagick' 'libxml2')
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
- "dvdauthor-0.7.2-imagemagick7.patch")
+ 'dvdauthor-0.7.2-imagemagick7.patch')
sha256sums=('3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7'
'5c6a6c1cca2fdb2a0037507361980de7ed3bf6c603cb85e9ce273eaf0028dc00')
prepare() {
cd $pkgname
+
# Port to imagemagick 7
# https://bugs.gentoo.org/610574#c2
patch -Np1 -i ../dvdauthor-0.7.2-imagemagick7.patch
+
# don't search for obsolete freetype-config
sed -e 's|freetype-config|pkg-config freetype2|' -i configure.ac
+
autoreconf -vi
}
More information about the arch-commits
mailing list