pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/dvdauthor



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Tue Apr 23 20:16:40 UTC 2019

Modified Files:
        pkgsrc/multimedia/dvdauthor: Makefile distinfo
Removed Files:
        pkgsrc/multimedia/dvdauthor/patches: patch-src_dvdvml.c

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/multimedia/dvdauthor/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/multimedia/dvdauthor/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/multimedia/dvdauthor/patches/patch-src_dvdvml.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/dvdauthor/Makefile
diff -u pkgsrc/multimedia/dvdauthor/Makefile:1.57 pkgsrc/multimedia/dvdauthor/Makefile:1.58
--- pkgsrc/multimedia/dvdauthor/Makefile:1.57   Mon Mar 18 16:17:49 2019
+++ pkgsrc/multimedia/dvdauthor/Makefile        Tue Apr 23 20:16:40 2019
@@ -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"

Index: pkgsrc/multimedia/dvdauthor/distinfo
diff -u pkgsrc/multimedia/dvdauthor/distinfo:1.15 pkgsrc/multimedia/dvdauthor/distinfo:1.16
--- pkgsrc/multimedia/dvdauthor/distinfo:1.15   Tue Nov  3 23:54:23 2015
+++ pkgsrc/multimedia/dvdauthor/distinfo        Tue Apr 23 20:16:40 2019
@@ -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



Home | Main Index | Thread Index | Old Index