pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/dvdauthor dvdauthor: update to 0.7.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdb59b94066a
branches: trunk
changeset: 332729:fdb59b94066a
user: rhialto <rhialto%pkgsrc.org@localhost>
date: Tue Apr 23 20:16:40 2019 +0000
description:
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:
multimedia/dvdauthor/Makefile | 6 +++---
multimedia/dvdauthor/distinfo | 11 +++++------
multimedia/dvdauthor/patches/patch-src_dvdvml.c | 14 --------------
3 files changed, 8 insertions(+), 23 deletions(-)
diffs (56 lines):
diff -r 1e2f55425ad2 -r fdb59b94066a multimedia/dvdauthor/Makefile
--- a/multimedia/dvdauthor/Makefile Tue Apr 23 19:03:32 2019 +0000
+++ b/multimedia/dvdauthor/Makefile Tue Apr 23 20:16:40 2019 +0000
@@ -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_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 -r 1e2f55425ad2 -r fdb59b94066a multimedia/dvdauthor/distinfo
--- a/multimedia/dvdauthor/distinfo Tue Apr 23 19:03:32 2019 +0000
+++ b/multimedia/dvdauthor/distinfo Tue Apr 23 20:16:40 2019 +0000
@@ -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 -r 1e2f55425ad2 -r fdb59b94066a multimedia/dvdauthor/patches/patch-src_dvdvml.c
--- a/multimedia/dvdauthor/patches/patch-src_dvdvml.c Tue Apr 23 19:03:32 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index