From a7cd018d444f5c7f17092c3efb0ced2bba34de99 Mon Sep 17 00:00:00 2001 From: gls Date: Wed, 16 Feb 2011 20:34:43 +0000 Subject: Update DVDStyler to version 1.8.2.1 Pkgsrc changes: - Added LICENSE - Re-enable all translations, they are computed OK now. Upstream changes: Version 1.8.2.1 <2011.01.31> ---------------------------- * updated some translations Version 1.8.2 <2010.11.25> -------------------------- * fixed rendering of menu (considering aspect ratio) * added generation of up to 3 subpicture streams for widescreen menus (widescreen, letterbox, panscan) * fixed rendering of video frame * added auto duplication of title selection menu * added menu option "remember last selected button" * added detection of default video format at first start * added setting for interlaced video * added possibility to specify video border and cropping * added support of stream- and cell-tag in dvdstyler project file * changed to not use mplex by default * fixed command line bug * fixed validation of disc label in welcome dialog * fixed validation of custom actions * added validation of chapters * added setting "Accept invalid actions" * fixed initialization of cache * fixed bug 2919588 (displays error message if user try to create more than 12 buttons) * fixed bug 2963754 (save play all) * fixed bug 2995164 (Infernal loop) * fixed bug 3062442 (frame button misbehavior) * updated dvdauthor to version 0.6.18 * updated ffmpeg to version 0.6 * added support of Mac OS X Version 1.8.1 <2010.05.25> -------------------------- * added possibility to change subtitle options * added support of VCD and half D1 resolutions * added validation of custom actions * some other small changes --- multimedia/dvdstyler/Makefile | 6 +++--- multimedia/dvdstyler/PLIST | 13 ++++++++++++- multimedia/dvdstyler/distinfo | 9 ++++----- multimedia/dvdstyler/patches/patch-ae | 13 ------------- 4 files changed, 19 insertions(+), 22 deletions(-) delete mode 100644 multimedia/dvdstyler/patches/patch-ae (limited to 'multimedia/dvdstyler') diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index 5e735459b94..6fa0f831e7a 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2011/01/13 13:38:53 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/02/16 20:34:43 gls Exp $ # -DISTNAME= DVDStyler-1.8.0.2 -PKGREVISION= 4 +DISTNAME= DVDStyler-1.8.2.1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/} EXTRACT_SUFX= .tar.bz2 @@ -10,6 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dvdstyler.de/ COMMENT= Crossplatform DVD Authoring System +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no diff --git a/multimedia/dvdstyler/PLIST b/multimedia/dvdstyler/PLIST index 8db7973b925..9dd31c3cd07 100644 --- a/multimedia/dvdstyler/PLIST +++ b/multimedia/dvdstyler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2010/05/07 18:02:53 drochner Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/02/16 20:34:43 gls Exp $ bin/dvdstyler man/man1/dvdstyler.1 share/applications/dvdstyler.desktop @@ -60,7 +60,11 @@ share/dvdstyler/data/subtitles.rgb share/dvdstyler/docs/help_de.zip share/dvdstyler/docs/help_en.zip share/dvdstyler/docs/help_ja.zip +share/dvdstyler/docs/help_nb.zip +share/dvdstyler/docs/help_pl.zip share/dvdstyler/docs/help_ru.zip +share/dvdstyler/docs/help_uk.zip +share/dvdstyler/docs/help_zh_CN.zip share/dvdstyler/objects/ellipse.xml share/dvdstyler/objects/frame.xml share/dvdstyler/objects/image.xml @@ -81,12 +85,15 @@ share/dvdstyler/rc/nwse.cur share/dvdstyler/rc/open.png share/dvdstyler/rc/plus.png share/dvdstyler/rc/preferences.png +share/dvdstyler/rc/remove.png share/dvdstyler/rc/run.png share/dvdstyler/rc/save.png share/dvdstyler/templates/blue.dvdt share/dvdstyler/templates/blue.png +share/dvdstyler/templates/blueWS.dvdt share/dvdstyler/templates/travel.dvdt share/dvdstyler/templates/travel.png +share/dvdstyler/templates/travelWS.dvdt share/dvdstyler/templates/turbulence.dvdt share/dvdstyler/templates/turbulence.png share/locale/cs/LC_MESSAGES/dvdstyler.mo @@ -97,7 +104,9 @@ share/locale/es/LC_MESSAGES/dvdstyler.mo share/locale/eu/LC_MESSAGES/dvdstyler.mo share/locale/fr/LC_MESSAGES/dvdstyler.mo share/locale/hu/LC_MESSAGES/dvdstyler.mo +share/locale/hy/LC_MESSAGES/dvdstyler.mo share/locale/it/LC_MESSAGES/dvdstyler.mo +share/locale/ja/LC_MESSAGES/dvdstyler.mo share/locale/ko/LC_MESSAGES/dvdstyler.mo share/locale/mk/LC_MESSAGES/dvdstyler.mo share/locale/nb/LC_MESSAGES/dvdstyler.mo @@ -110,6 +119,8 @@ share/locale/sk/LC_MESSAGES/dvdstyler.mo share/locale/sl/LC_MESSAGES/dvdstyler.mo share/locale/sr/LC_MESSAGES/dvdstyler.mo share/locale/sv/LC_MESSAGES/dvdstyler.mo +share/locale/uk/LC_MESSAGES/dvdstyler.mo share/locale/vi/LC_MESSAGES/dvdstyler.mo +share/locale/zh_CN/LC_MESSAGES/dvdstyler.mo share/locale/zh_TW/LC_MESSAGES/dvdstyler.mo share/pixmaps/dvdstyler.png diff --git a/multimedia/dvdstyler/distinfo b/multimedia/dvdstyler/distinfo index 36a26915dde..d97d83ad94d 100644 --- a/multimedia/dvdstyler/distinfo +++ b/multimedia/dvdstyler/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.7 2010/05/07 18:02:53 drochner Exp $ +$NetBSD: distinfo,v 1.8 2011/02/16 20:34:43 gls Exp $ -SHA1 (DVDStyler-1.8.0.2.tar.bz2) = 7e0e4f303aff0de7423f7b7d908d8ccdc46d2f60 -RMD160 (DVDStyler-1.8.0.2.tar.bz2) = 785b705ce83e7fbd14da0aa68de1f368827070ac -Size (DVDStyler-1.8.0.2.tar.bz2) = 1786410 bytes -SHA1 (patch-ae) = 1b12be508dadc529ab498ec8157a4596f8cafe27 +SHA1 (DVDStyler-1.8.2.1.tar.bz2) = 5d0b1971f3a18e83f27111140dc59c927998e45b +RMD160 (DVDStyler-1.8.2.1.tar.bz2) = 5a98ce47e21e8cf5b6a20af612572ef154cfdbf4 +Size (DVDStyler-1.8.2.1.tar.bz2) = 1942753 bytes diff --git a/multimedia/dvdstyler/patches/patch-ae b/multimedia/dvdstyler/patches/patch-ae deleted file mode 100644 index 702ce83798b..00000000000 --- a/multimedia/dvdstyler/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2010/05/07 18:02:53 drochner Exp $ - ---- locale/Makefile.in.orig 2010-01-19 19:47:24.000000000 +0000 -+++ locale/Makefile.in -@@ -4,7 +4,7 @@ - # building lang.mo files from the translated lang.po catalogs. - - PROGNAME=dvdstyler --LINGUAS=cs da de el es eu fr hu it ja ko mk nb nl pl pt pt_BR ru sk sl sr sv vi zh_TW -+LINGUAS=cs da de el es eu fr hu it ko mk nb nl pl pt pt_BR ru sk sl sr sv vi zh_TW - - prefix=@prefix@ - datarootdir=@datarootdir@ -- cgit v1.2.3