![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 921e9a8bf9bfe246051ff3ae225518c9498d7d8c Author: Tim Biermann <tbier@posteo.de> Date: Fri Aug 18 20:03:26 2023 +0200 dvdauthor: marked unmaintained diff --git a/dvdauthor/.signature b/dvdauthor/.signature index bea15e35d..abb63fe3d 100644 --- a/dvdauthor/.signature +++ b/dvdauthor/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF393TCDZIn0XpAorihXEhzdRA3coO6KjcWhiOhny8PdXwp/Ad1Qgn0OGscCymKLU+SovmXl4NjhtPmrW2Ttf91gs= -SHA256 (Pkgfile) = bd37af7cedd0d1decf45b90b287670d8ba1fac3aab99b1b76a86e77f813220c5 +RWSagIOpLGJF34E/ICGbJ385zLTqShwdkCx3wLibk6Um1RlsZZHqS/lHBRXxRLLHy4GgIeRhYzXuN520/Spbo5woZ7P0bY8rEQE= +SHA256 (Pkgfile) = 097fda53c8c6f58b537371e6f079783521e896e0cec1483341aaa83017f00fa0 SHA256 (.footprint) = e9e3f40d8b3e9d3ae67a18a14249472672d4365795ec06d5d54f49ba5126b567 SHA256 (dvdauthor-0.7.2.tar.gz) = 3020a92de9f78eb36f48b6f22d5a001c47107826634a785a62dfcd080f612eb7 SHA256 (dvdauthor-freetype_pkgconfig.patch) = b9999b749f9253ac8330c7088d3eb4a49e7e22c05bc11a8c7984e342772a7af7 diff --git a/dvdauthor/Pkgfile b/dvdauthor/Pkgfile index 61305f7c2..33889c7d5 100644 --- a/dvdauthor/Pkgfile +++ b/dvdauthor/Pkgfile @@ -1,6 +1,6 @@ -# Description: DVD authoring tools. -# URL: http://dvdauthor.sourceforge.net/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Description: DVD authoring tools +# URL: https://dvdauthor.sourceforge.net/ +# Maintainer: unmaintained # Depends on: freetype fribidi libdvdnav libxml2 # Optional: imagemagick @@ -8,20 +8,20 @@ name=dvdauthor version=0.7.2 release=1 source=(https://sourceforge.net/projects/$name/files/$name-$version.tar.gz - dvdauthor-freetype_pkgconfig.patch - dvdauthor-0.7.2-imagemagick7.patch) + dvdauthor-freetype_pkgconfig.patch + dvdauthor-0.7.2-imagemagick7.patch) build() { - cd $name + cd $name - patch -p1 -i $SRC/dvdauthor-freetype_pkgconfig.patch + patch -p1 -i $SRC/dvdauthor-freetype_pkgconfig.patch - prt-get isinst imagemagick && patch -p1 -i $SRC/dvdauthor-0.7.2-imagemagick7.patch + prt-get isinst imagemagick && patch -p1 -i $SRC/dvdauthor-0.7.2-imagemagick7.patch - autoreconf -vi + autoreconf -vi - ./configure --prefix=/usr + ./configure --prefix=/usr - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install }