diff options
author | drochner <drochner> | 2009-11-15 18:24:40 +0000 |
---|---|---|
committer | drochner <drochner> | 2009-11-15 18:24:40 +0000 |
commit | 362c1b735b23abdcbbc2b720a518314739617a80 (patch) | |
tree | cbc5bf5c28ac90da7b7e61c6398b5c431a9f2c72 /multimedia | |
parent | beb3aabc099f7fdd3ffa1b2863072e75c8b25771 (diff) | |
download | pkgsrc-362c1b735b23abdcbbc2b720a518314739617a80.tar.gz |
update to 1.7.4
changes:
-new buttons, new button actions
-added possibility to set languages for audio streams
-jumppad is disabled by default
-added some warning messages
-some other small changes
pkgsrc note: msgfmt couldn't digest some of the catalogs, had
to disable some languages
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 5 | ||||
-rw-r--r-- | multimedia/dvdstyler/PLIST | 8 | ||||
-rw-r--r-- | multimedia/dvdstyler/distinfo | 9 | ||||
-rw-r--r-- | multimedia/dvdstyler/patches/patch-ae | 15 |
4 files changed, 28 insertions, 9 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index ff0e3cd3751..cd30c74f1dc 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2009/08/26 19:58:04 sno Exp $ +# $NetBSD: Makefile,v 1.22 2009/11/15 18:24:40 drochner Exp $ # -DISTNAME= DVDStyler-1.7.3 -PKGREVISION= 1 +DISTNAME= DVDStyler-1.7.4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/} EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/dvdstyler/PLIST b/multimedia/dvdstyler/PLIST index 98e21012243..03294077c5a 100644 --- a/multimedia/dvdstyler/PLIST +++ b/multimedia/dvdstyler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2009/08/17 17:32:09 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2009/11/15 18:24:40 drochner Exp $ bin/dvdstyler man/man1/dvdstyler.1 share/applications/dvdstyler.desktop @@ -46,14 +46,18 @@ share/dvdstyler/buttons/ellipse.xml share/dvdstyler/buttons/frame.xml share/dvdstyler/buttons/ok.xml share/dvdstyler/buttons/pill.xml +share/dvdstyler/buttons/text-circle.xml share/dvdstyler/buttons/text-shadow.xml +share/dvdstyler/buttons/text-square.xml +share/dvdstyler/buttons/text-underlined.xml share/dvdstyler/buttons/text-v2.xml share/dvdstyler/data/empty_ntsc_ac3.mpg share/dvdstyler/data/empty_ntsc_mp2.mpg share/dvdstyler/data/empty_pal_ac3.mpg share/dvdstyler/data/empty_pal_mp2.mpg share/dvdstyler/data/subtitles.rgb -share/dvdstyler/docs/help.zip +share/dvdstyler/docs/help_de.zip +share/dvdstyler/docs/help_en.zip share/dvdstyler/objects/ellipse.xml share/dvdstyler/objects/frame.xml share/dvdstyler/objects/image.xml diff --git a/multimedia/dvdstyler/distinfo b/multimedia/dvdstyler/distinfo index f0e1175f883..834a0ff6153 100644 --- a/multimedia/dvdstyler/distinfo +++ b/multimedia/dvdstyler/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.5 2009/08/17 17:32:09 drochner Exp $ +$NetBSD: distinfo,v 1.6 2009/11/15 18:24:40 drochner Exp $ -SHA1 (DVDStyler-1.7.3.tar.bz2) = c91ef7f029676be0c70b67323a3e49c68d0eca5a -RMD160 (DVDStyler-1.7.3.tar.bz2) = 1f11283cf771d855b09f56a046892fb2d54cae7d -Size (DVDStyler-1.7.3.tar.bz2) = 1632182 bytes +SHA1 (DVDStyler-1.7.4.tar.bz2) = c39d68e61ce3eff97410648ddf6607cc60dc7abb +RMD160 (DVDStyler-1.7.4.tar.bz2) = e8d769aad270b391d814ef83cba0e951fe18cce9 +Size (DVDStyler-1.7.4.tar.bz2) = 1652556 bytes SHA1 (patch-ad) = cd1c7982ad1f8a341f340b3566d9458b21d16e8c +SHA1 (patch-ae) = dd92296d6844443ab51e6c3a5b32f571d30bbcbd diff --git a/multimedia/dvdstyler/patches/patch-ae b/multimedia/dvdstyler/patches/patch-ae new file mode 100644 index 00000000000..706250f094c --- /dev/null +++ b/multimedia/dvdstyler/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.1 2009/11/15 18:24:40 drochner Exp $ + +--- locale/Makefile.in.orig 2009-10-05 22:03:22.000000000 +0200 ++++ locale/Makefile.in +@@ -4,8 +4,8 @@ + # building lang.mo files from the translated lang.po catalogs. + + PROGNAME=dvdstyler +-LINGUAS=cs da de el es eu fr hu it ko mk nl pl pt pt_BR ru sk sl sr sv vi zh_TW +-LINGUAS_ALL=ca cs da de el es eu fr hu it ja ko mk nl pl pt pt_BR ru sk sl sr sv vi zh_TW ++LINGUAS=cs da de el es fr it ko mk pl pt pt_BR ru sl sr vi zh_TW ++LINGUAS_ALL=ca cs da de el es fr it ja ko mk pl pt pt_BR ru sl sr vi zh_TW + + prefix=@prefix@ + datarootdir=@datarootdir@ |