summaryrefslogtreecommitdiff
path: root/multimedia/dvdauthor
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2019-04-23 20:16:40 +0000
committerrhialto <rhialto@pkgsrc.org>2019-04-23 20:16:40 +0000
commit6fb65fe6771e3ba0b22daeccc3896eec7df01b63 (patch)
treef7b5e7f7c14b5451baa3598bbc9500a01fade7f3 /multimedia/dvdauthor
parentd72c249f76e8ddeaf53d4fd1df5e616ba639df7f (diff)
downloadpkgsrc-6fb65fe6771e3ba0b22daeccc3896eec7df01b63.tar.gz
dvdauthor: update to 0.7.2
Depends on ImageMagic6 due to use of deprecated interface. 0.7.2: 2016 December 31 Various code-quality and build improvements Support "jump pgc n" and other interaction code-generation improvements Improve reliability of dvdunauthor Don't force infinite pause on last cell of a PGC Allow specification of provider field in VMG IFO file Add video_format(7) man page Add padding to ensure .BUP and .IFO files end up in different ECC blocks Enabled hinting of rendered subtitle text Require cell start and end times (if specified) to be nonempty
Diffstat (limited to 'multimedia/dvdauthor')
-rw-r--r--multimedia/dvdauthor/Makefile6
-rw-r--r--multimedia/dvdauthor/distinfo11
-rw-r--r--multimedia/dvdauthor/patches/patch-src_dvdvml.c14
3 files changed, 8 insertions, 23 deletions
diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile
index 07182539fe8..cdeb2a75ba0 100644
--- a/multimedia/dvdauthor/Makefile
+++ b/multimedia/dvdauthor/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2019/03/18 16:17:49 gdt Exp $
+# $NetBSD: Makefile,v 1.58 2019/04/23 20:16:40 rhialto Exp $
-DISTNAME= dvdauthor-0.7.1
+DISTNAME= dvdauthor-0.7.2
PKGREVISION= 18
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdauthor/}
@@ -23,7 +23,7 @@ SUBST_FILES.freetype= configure
SUBST_MESSAGE.freetype= Dont use obsolete freetype-config
SUBST_SED.freetype= -e "s,freetype-config,pkg-config freetype2,"
-.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/ImageMagick6/buildlink3.mk"
.include "../../converters/fribidi/buildlink3.mk"
.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/multimedia/dvdauthor/distinfo b/multimedia/dvdauthor/distinfo
index e22e33aae10..a9d3e4fd6d5 100644
--- a/multimedia/dvdauthor/distinfo
+++ b/multimedia/dvdauthor/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.15 2015/11/03 23:54:23 agc Exp $
+$NetBSD: distinfo,v 1.16 2019/04/23 20:16:40 rhialto Exp $
-SHA1 (dvdauthor-0.7.1.tar.gz) = a9636d165bf546e3e2b25b7397c33dbfa2895e6a
-RMD160 (dvdauthor-0.7.1.tar.gz) = 71bdee2048a45ea15b7d0e62e75675f9132006ca
-SHA512 (dvdauthor-0.7.1.tar.gz) = 0875300df4711bf5758cb8a3ec03793689abd403cdebfc5736463d9b6df49a22e66e9e1f0c2abfcb7d25469c2e7f7e76789f7779cc0743ec972f8965b0f744a9
-Size (dvdauthor-0.7.1.tar.gz) = 421324 bytes
+SHA1 (dvdauthor-0.7.2.tar.gz) = 0e605642140576bfb3e963414d77630d1c073a51
+RMD160 (dvdauthor-0.7.2.tar.gz) = 8e97697cb81d4c3b454961221c8c1aab4ddc7f59
+SHA512 (dvdauthor-0.7.2.tar.gz) = 202b8bba38939d122dc864921a57e89906ca99ddabf44e3b07419cc42cc052567cd892b41f1171c9c195c9a770758e9319a942ea64d14ee8fa847588c7761125
+Size (dvdauthor-0.7.2.tar.gz) = 648305 bytes
SHA1 (patch-configure) = 410993b755cdcd1989b12b6c31b99f64ee7472e0
-SHA1 (patch-src_dvdvml.c) = c55df13aa2c21601972480a67f29b90c336187b0
diff --git a/multimedia/dvdauthor/patches/patch-src_dvdvml.c b/multimedia/dvdauthor/patches/patch-src_dvdvml.c
deleted file mode 100644
index b604c5f989c..00000000000
--- a/multimedia/dvdauthor/patches/patch-src_dvdvml.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_dvdvml.c,v 1.1 2014/11/30 02:49:28 markd Exp $
-
-compat.h needs config.h
-
---- src/dvdvml.c.orig 2012-08-20 04:41:52.000000000 +0000
-+++ src/dvdvml.c
-@@ -626,6 +626,7 @@ char *dvdvmtext;
- * USA
- */
-
-+#include "config.h"
- #include "compat.h" /* needed for bool */
- #include "dvdvm.h"
- #include "dvdvmy.h"