summaryrefslogtreecommitdiff
path: root/multimedia/dvdstyler
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-03-31 23:28:39 +0000
committerryoon <ryoon@pkgsrc.org>2014-03-31 23:28:39 +0000
commit7e2f4e7c5473b3e46090cea683ed23b3a0320750 (patch)
tree6e3cd0ae31461ac3bfc92895af0be4a6a949b380 /multimedia/dvdstyler
parent8f39bdc41588edbe6249dc9b89b0b2d1b35c93bf (diff)
downloadpkgsrc-7e2f4e7c5473b3e46090cea683ed23b3a0320750.tar.gz
Update to 2.7.1
Changelog: Version 2.7.1 <2014-03-07> -------------------------- * fixed title selection menu * fixed burning from command line * updated ffmpeg to version 2.1.4 Version 2.7 <2014-02-20> ------------------------ * better support of multiple titlesets * added a possibility to add a chapter selection menu * added the rectangle selection tool * added possibility to align multiple buttons to left/right/top/bottom * added slide properties dialog * added a possibility to select a titleset to import from DVD * changed to use mplex tool for menu multiplexing * updated ffmpeg to version 2.1.3 Version 2.6.1 <2013-11-29> ------------------------ * fixed device enumeration on Windows * updated some translations * updated ffmpeg to version 2.1.1 Version 2.6 <2013-11-13> ------------------------ * added slideshow transitions * loop slideshow audio * added support of ffmpeg audio filters (see https://ffmpeg.org/ffmpeg-filters.html) * added possibility to specify output directory * added command line options "temp", "iso" and "device" * added displaying of progress by loading files * added printing of the title size information in log * fixed handling of unicode filenames on Windows * fixed upmix to 5.1 * fixed calculation of borders for keeping aspect ratio * updated ffmpeg to version 2.0.1 Version 2.5.2 <2013-08-18> -------------------------- * added log file * fixed loading of project with video buttons Version 2.5.1 <2013-08-02> -------------------------- * updated ffmpeg to version 2.0 Version 2.5 <2013-07-12> ------------------------ * redesigned chapters and cell properties dialogs * added frame spin controls * added disc capacity "CD 700MB" * added possibility to justify text left/right * added support of video files without audio streams * added support of SMPTE time codes in chapter list * added possibility to set "default chapter length" to 0 to disable creation of chapters * fixed rendering of video buttons * fixed displaying of start and recording time * updated ffmpeg to version 1.2 * added Spanish (Argentina) translation (thanks to Eduardo Quinteros) * added Hungarian translation of DVDStyler Guide (thanks to Gábor Demecs)
Diffstat (limited to 'multimedia/dvdstyler')
-rw-r--r--multimedia/dvdstyler/Makefile5
-rw-r--r--multimedia/dvdstyler/PLIST16
-rw-r--r--multimedia/dvdstyler/distinfo8
3 files changed, 21 insertions, 8 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile
index 330134f7fa2..722f89d8c8c 100644
--- a/multimedia/dvdstyler/Makefile
+++ b/multimedia/dvdstyler/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.57 2014/03/30 09:56:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2014/03/31 23:28:39 ryoon Exp $
#
-DISTNAME= DVDStyler-2.4.3
-PKGREVISION= 5
+DISTNAME= DVDStyler-2.7.1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
EXTRACT_SUFX= .tar.bz2
diff --git a/multimedia/dvdstyler/PLIST b/multimedia/dvdstyler/PLIST
index 2c4d1ec7ab4..23d107668c1 100644
--- a/multimedia/dvdstyler/PLIST
+++ b/multimedia/dvdstyler/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2013/04/17 17:36:19 drochner Exp $
+@comment $NetBSD: PLIST,v 1.14 2014/03/31 23:28:39 ryoon Exp $
bin/dvdstyler
man/man1/dvdstyler.1
share/applications/dvdstyler.desktop
@@ -100,6 +100,7 @@ share/dvdstyler/docs/help_de.zip
share/dvdstyler/docs/help_en.zip
share/dvdstyler/docs/help_fi.zip
share/dvdstyler/docs/help_fr.zip
+share/dvdstyler/docs/help_hu.zip
share/dvdstyler/docs/help_it.zip
share/dvdstyler/docs/help_ja.zip
share/dvdstyler/docs/help_nb.zip
@@ -129,6 +130,12 @@ share/dvdstyler/rc/add.png
share/dvdstyler/rc/dvdstyler.png
share/dvdstyler/rc/files.png
share/dvdstyler/rc/help.png
+share/dvdstyler/rc/justifyCenter.png
+share/dvdstyler/rc/justifyCenterSelected.png
+share/dvdstyler/rc/justifyLeft.png
+share/dvdstyler/rc/justifyLeftSelected.png
+share/dvdstyler/rc/justifyRight.png
+share/dvdstyler/rc/justifyRightSelected.png
share/dvdstyler/rc/logo.png
share/dvdstyler/rc/logoSmall.png
share/dvdstyler/rc/minus.png
@@ -157,10 +164,17 @@ share/dvdstyler/templates/Basic/oceanWS.dvdt
share/dvdstyler/templates/Basic/oceanWS.png
share/dvdstyler/templates/Basic/turbulence.dvdt
share/dvdstyler/templates/Basic/turbulence.png
+share/dvdstyler/templates/Basic/turbulenceWS.dvdt
+share/dvdstyler/templates/Basic/turbulenceWS.png
share/dvdstyler/templates/Travel/travel.dvdt
share/dvdstyler/templates/Travel/travel.png
share/dvdstyler/templates/Travel/travelWS.dvdt
share/dvdstyler/templates/Travel/travelWS.png
+share/dvdstyler/transitions/fade.xml
+share/dvdstyler/transitions/wipeBottomToTop.xml
+share/dvdstyler/transitions/wipeLeftToRight.xml
+share/dvdstyler/transitions/wipeRightToLeft.xml
+share/dvdstyler/transitions/wipeTopToBottom.xml
share/locale/ar/LC_MESSAGES/dvdstyler.mo
share/locale/ca/LC_MESSAGES/dvdstyler.mo
share/locale/cs/LC_MESSAGES/dvdstyler.mo
diff --git a/multimedia/dvdstyler/distinfo b/multimedia/dvdstyler/distinfo
index 69c77e350cb..4e409d635be 100644
--- a/multimedia/dvdstyler/distinfo
+++ b/multimedia/dvdstyler/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2013/04/17 17:36:19 drochner Exp $
+$NetBSD: distinfo,v 1.14 2014/03/31 23:28:39 ryoon Exp $
-SHA1 (DVDStyler-2.4.3.tar.bz2) = 41358eabbfc051daf4c724df94b9cd972cbd85f3
-RMD160 (DVDStyler-2.4.3.tar.bz2) = e72c0026fec04ec64da4e5ed0b6af9db8c2b0f35
-Size (DVDStyler-2.4.3.tar.bz2) = 5849970 bytes
+SHA1 (DVDStyler-2.7.1.tar.bz2) = e8bd2510dd7cee09a48ecfac19842a20a1232f61
+RMD160 (DVDStyler-2.7.1.tar.bz2) = 38eaa277818b67b3c79ec7e379c6b1284a73b9bb
+Size (DVDStyler-2.7.1.tar.bz2) = 5816255 bytes
SHA1 (patch-aa) = 2629351931c11d2a3bf910fc7a3eed34486528a4