pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/dvdstyler



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 26 14:15:22 UTC 2019

Modified Files:
        pkgsrc/multimedia/dvdstyler: Makefile PLIST distinfo

Log Message:
DVDStyler: update to 3.1.

Version 3.1 <2019-05-19>
------------------------

  * added some new buttons (movie, settings, etc.)
  * added possibility to create a new button from SVG file
  * added possibility to edit buttons
  * added frame-text button and template (thanks to ecodrv)
  * fixed functionality of command "call last menu;" if specified for a chapter
  * added support of HD videos (experimental, can be activated in settings)
  * fixed some bugs
  * win32: fixed starting VLC player
  * win32/win64: updated ffmpeg to version 4.1.1

Version 3.0.4 <2017-11-25>
--------------------------

  * fixed handling of files with multiple video streams (pictures, video thumbnails or cover arts)
  * added possibility to play video from internal file browser
  * win32/win64: updated Manolito's VBR plug-in

Version 3.0.3 <2017-01-01>
--------------------------

  * disabled copy option for non-MPEG2 video streams
  * added parameter "-pix_fmt yuv420p" to transcoder
  * fixed displaying first video frame in frame button
  * changed transcoding caching to allow put multiple equal video files on DVD (e.g. with different cut points)
  * added support of EXIF metadata in slideshow
  * added CBR option for menu and slideshow enoding settings (disabled by default)
  * added Bulgarian translation (thanks to Ivan Dobrev)
  * win32/win64: updated Manolito's VBR plug-in

Version 3.0.2 <2016-08-21>
--------------------------

  * improved handling of process messages
  * changed encoding of menu and slideshow to use constant bitrate (CBR)
  * fixed using of transcoding cache after restarting of DVDStyler
  * win32/win64: updated Manolito's VBR plug-in and enabled by default
  * win32/win64: updated ffmpeg to version 3.1.2 (rogerdpack build with Windows-XP patch)

Version 3.0.1 <2016-07-27>
--------------------------

  * fixed using of transcoding cache after restarting of DVDStyler
  * win32/win64: included Manolito's VBR plug-in

Version 3.0 <2016-07-02>
------------------------

  * added support of animations
  * added validation of menu cell actions
  * added option "keep aspect ratio" for image in frame
  * added option "add chapter at title end"
  * added option to downmix audio to stereo
  * fixed setting of chapters if video is cut
  * fixed fade in/out if video is cut
  * fixed applying of audio filters if mplex is used
  * added support of MPC-HC
  * audio normalization: added clipping protection
  * interlaced encoding: added -alternate_scan parameter
  * added clear cache button in settings dialog
  * added support of Manolito's VBR plug-in
  * added scrollbar to video object box in title properties
  * added support of metadata (chapter and audio/subtitle language names)
  * added possibility to force display subtitles (but it doesn't work in VLC)
  * added menu templates "Heart" and "MothersDay" (thanks to Gerd Altmann for the images)
  * fixed some bugs
  * win32: updated ffmpeg to version 3.0

Version 2.9.6 <2016-01-05>
--------------------------

  * audio properties: allow negative dB values
  * disabled "Frame data under-runs detected" error message (mplex)
  * added menu template "Camera" (thanks to Republica for the image)
  * added menu template "Fireworks" (thanks to Katyalazy0 for the image)

Version 2.9.5 <2015-11-29>
--------------------------

  * button parameters: added possibility to specify multiple svg elements
  * disabled mplex for menus with still images without audio
  * updated some translations

Version 2.9.4 <2015-10-03>
--------------------------

  * added option to turn off computer when burning is finished (Windows & Linux)
  * fixed option "remember last button"
  * added support of SMPTE time codes in chapter dialog
  * fixed audio time offset (enabled only for separate streams)
  * fixed some slideshow transitions
  * changed default frame count for still NTSC menu to 15 (=GOP size)
  * forcing key frames at chapter marks if video is reencoded
  * fixed option "remember last button"
  * fixed playing the NTSC video inside the frame
  * added displaying of the chapter end time if auto is selected

Version 2.9.3 <2015-08-02>
--------------------------

  * added option to enable reencoding of ntsc film (24 fps)
  * disabled reencoding of ntsc film (24 fps) by default
  * fixed some bugs
  * win32: updated ffmpeg to version 2.7.1

Version 2.9.2 <2015-02-17>
--------------------------

  * fixed muxrate

Version 2.9.1 <2015-02-15>
--------------------------

  * added +genpts muxing flag to improved compatibility on some dvd players (thanks to Manolito)
  * updated some translations

Version 2.9 <2015-02-07>
------------------------

  * added selection of player for preview
  * added possibility to normalize audio (replay gain)
  * added ability to choose 5.1 audio and normalizing as default in the settings
  * added possibility to select border or crop to keep aspect ratio
  * added possibility to set default subtitle properties
  * added possibility to keep and use cached files after restarting of DVDStyler
  * redesigned the menu properties dialog
  * joined chapter and cell properties dialogs
  * enabled reencoding of ntsc film (24 fps) by default
  * fixed displaying of video bitrate if video don't need be transcoded
  * fixed memory leak (thanks to Sebastian Vater)
  * win32: updated ffmpeg to version 2.5

Version 2.8 <2014-09-13>
------------------------

  * added possibility to rotate objects and buttons
  * added possibility to play all titlesets
  * fixed call last menu command
  * fixed multithreaded encoding
  * fixed some other bugs
  * updated ffmpeg to version 2.2.1

Version 2.7.2 <2014-04-05>
--------------------------

  * fixed some small bugs
  * win32: updated ffmpeg to current snapshot version


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/multimedia/dvdstyler/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/dvdstyler/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/multimedia/dvdstyler/distinfo

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

Modified files:

Index: pkgsrc/multimedia/dvdstyler/Makefile
diff -u pkgsrc/multimedia/dvdstyler/Makefile:1.78 pkgsrc/multimedia/dvdstyler/Makefile:1.79
--- pkgsrc/multimedia/dvdstyler/Makefile:1.78   Sun Jul 21 22:25:25 2019
+++ pkgsrc/multimedia/dvdstyler/Makefile        Tue Nov 26 14:15:22 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2019/07/21 22:25:25 wiz Exp $
+# $NetBSD: Makefile,v 1.79 2019/11/26 14:15:22 wiz Exp $
 
-DISTNAME=      DVDStyler-2.7.1
-PKGREVISION=   19
+DISTNAME=      DVDStyler-3.1
 CATEGORIES=    multimedia
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
 EXTRACT_SUFX=  .tar.bz2
@@ -20,24 +19,22 @@ DEPENDS+=   dvd+rw-tools-[0-9]*:../../sysu
 DEPENDS+=      mpgtx-[0-9]*:../../graphics/mpgtx
 # uses mplex (optionally)
 DEPENDS+=      mjpegtools-[0-9]*:../../multimedia/mjpegtools
-BUILD_DEPENDS+=        xmlto-[0-9]*:../../textproc/xmlto
+TOOL_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
 
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake lex pkg-config msgfmt zip
 GNU_CONFIGURE=         yes
 LDFLAGS+=              -ljpeg
-CONFIGURE_ARGS+=       FFMPEG_PATH=${BUILDLINK_PREFIX.ffmpeg1}/bin/ffmpeg1
+CONFIGURE_ARGS+=       FFMPEG_PATH=${BUILDLINK_PREFIX.ffmpeg4}/bin/ffmpeg4
 
 post-install:
        cd ${WRKSRC}/templates && ${SETENV} ${INSTALL_ENV} ${GMAKE} install
 
-.include "../../graphics/libexif/buildlink3.mk"
-BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.1.14
+#.include "../../graphics/libexif/buildlink3.mk"
+BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.5.20
 .include "../../graphics/wxsvg/buildlink3.mk"
-.include "../../multimedia/ffmpeg1/buildlink3.mk"
-# needs mediactrl
-BUILDLINK_API_DEPENDS.wxGTK28+= wxGTK28>=2.8.10nb14
-.include "../../x11/wxGTK28/buildlink3.mk"
+.include "../../multimedia/ffmpeg4/buildlink3.mk"
+.include "../../x11/wxGTK30/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/multimedia/dvdstyler/PLIST
diff -u pkgsrc/multimedia/dvdstyler/PLIST:1.14 pkgsrc/multimedia/dvdstyler/PLIST:1.15
--- pkgsrc/multimedia/dvdstyler/PLIST:1.14      Mon Mar 31 23:28:39 2014
+++ pkgsrc/multimedia/dvdstyler/PLIST   Tue Nov 26 14:15:22 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2014/03/31 23:28:39 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.15 2019/11/26 14:15:22 wiz Exp $
 bin/dvdstyler
 man/man1/dvdstyler.1
 share/applications/dvdstyler.desktop
@@ -27,10 +27,25 @@ share/dvdstyler/backgrounds/32_blue_frac
 share/dvdstyler/backgrounds/40_swans.jpg
 share/dvdstyler/backgrounds/45_nevado.jpg
 share/dvdstyler/backgrounds/46_paisaje.jpg
+share/dvdstyler/backgrounds/Autumn1.png
+share/dvdstyler/backgrounds/Autumn2.png
+share/dvdstyler/backgrounds/Balloons.png
+share/dvdstyler/backgrounds/Cake.jpg
+share/dvdstyler/backgrounds/Camera.jpg
+share/dvdstyler/backgrounds/Christmas_L1.png
+share/dvdstyler/backgrounds/Christmas_L6.png
+share/dvdstyler/backgrounds/Fireworks.jpg
+share/dvdstyler/backgrounds/Heart.jpg
+share/dvdstyler/backgrounds/Landscape.png
+share/dvdstyler/backgrounds/MothersDay.jpg
+share/dvdstyler/backgrounds/SnowField.png
+share/dvdstyler/backgrounds/Sun.png
+share/dvdstyler/backgrounds/Winter.png
 share/dvdstyler/backgrounds/blue_treetops.jpg
 share/dvdstyler/backgrounds/dark_wedding.jpg
 share/dvdstyler/backgrounds/frosty_forest.jpg
 share/dvdstyler/backgrounds/green_trees.jpg
+share/dvdstyler/backgrounds/penguin.png
 share/dvdstyler/backgrounds/red_sky.jpg
 share/dvdstyler/buttons/arrow-blue.xml
 share/dvdstyler/buttons/arrow-cool.xml
@@ -53,6 +68,8 @@ share/dvdstyler/buttons/arrow3d-right.xm
 share/dvdstyler/buttons/buttons.lst
 share/dvdstyler/buttons/cancel.xml
 share/dvdstyler/buttons/cancel2.xml
+share/dvdstyler/buttons/circle-outline.xml
+share/dvdstyler/buttons/circle.xml
 share/dvdstyler/buttons/deprecated/arrow-down.xml
 share/dvdstyler/buttons/deprecated/arrow-left.xml
 share/dvdstyler/buttons/deprecated/arrow-next.xml
@@ -76,20 +93,28 @@ share/dvdstyler/buttons/deprecated/text-
 share/dvdstyler/buttons/deprecated/text.xml
 share/dvdstyler/buttons/ellipse-v2.xml
 share/dvdstyler/buttons/ellipse45.xml
+share/dvdstyler/buttons/frame-text.xml
 share/dvdstyler/buttons/frame-v2.xml
 share/dvdstyler/buttons/frame45.xml
+share/dvdstyler/buttons/glow_arrow.xml
 share/dvdstyler/buttons/hand-left.xml
 share/dvdstyler/buttons/hand-right.xml
 share/dvdstyler/buttons/home-v2.xml
+share/dvdstyler/buttons/movie.xml
 share/dvdstyler/buttons/ok.xml
 share/dvdstyler/buttons/ok2.xml
+share/dvdstyler/buttons/painting_frame.xml
+share/dvdstyler/buttons/pill-stroke.xml
 share/dvdstyler/buttons/pill.xml
 share/dvdstyler/buttons/pill2.xml
 share/dvdstyler/buttons/pill3.xml
+share/dvdstyler/buttons/settings.xml
+share/dvdstyler/buttons/sticky_note.xml
 share/dvdstyler/buttons/text-circle-v2.xml
 share/dvdstyler/buttons/text-square-v2.xml
 share/dvdstyler/buttons/text-underlined-v3.xml
 share/dvdstyler/buttons/text-v3.xml
+share/dvdstyler/data/colors16.rgb
 share/dvdstyler/data/empty_ntsc_ac3.mpg
 share/dvdstyler/data/empty_ntsc_mp2.mpg
 share/dvdstyler/data/empty_pal_ac3.mpg
@@ -97,7 +122,10 @@ share/dvdstyler/data/empty_pal_mp2.mpg
 share/dvdstyler/data/subtitles.rgb
 share/dvdstyler/docs/help_ca.zip
 share/dvdstyler/docs/help_de.zip
+share/dvdstyler/docs/help_el.zip
 share/dvdstyler/docs/help_en.zip
+share/dvdstyler/docs/help_es.zip
+share/dvdstyler/docs/help_eu.zip
 share/dvdstyler/docs/help_fi.zip
 share/dvdstyler/docs/help_fr.zip
 share/dvdstyler/docs/help_hu.zip
@@ -109,6 +137,7 @@ share/dvdstyler/docs/help_pt.zip
 share/dvdstyler/docs/help_pt_BR.zip
 share/dvdstyler/docs/help_ro.zip
 share/dvdstyler/docs/help_ru.zip
+share/dvdstyler/docs/help_si.zip
 share/dvdstyler/docs/help_uk.zip
 share/dvdstyler/docs/help_zh_CN.zip
 share/dvdstyler/docs/help_zh_TW.zip
@@ -123,11 +152,16 @@ share/dvdstyler/objects/ellipse-v3.xml
 share/dvdstyler/objects/ellipse45.xml
 share/dvdstyler/objects/frame-v3.xml
 share/dvdstyler/objects/frame45.xml
+share/dvdstyler/objects/gold-frame.xml
 share/dvdstyler/objects/image.xml
 share/dvdstyler/objects/rectangle-v2.xml
+share/dvdstyler/objects/sticky_note.xml
 share/dvdstyler/objects/text-v2.xml
 share/dvdstyler/rc/add.png
+share/dvdstyler/rc/addVideo.png
+share/dvdstyler/rc/dvdOptions.png
 share/dvdstyler/rc/dvdstyler.png
+share/dvdstyler/rc/error.png
 share/dvdstyler/rc/files.png
 share/dvdstyler/rc/help.png
 share/dvdstyler/rc/justifyCenter.png
@@ -144,16 +178,24 @@ share/dvdstyler/rc/nesw.cur
 share/dvdstyler/rc/new.png
 share/dvdstyler/rc/noaudio.png
 share/dvdstyler/rc/nwse.cur
+share/dvdstyler/rc/ok.png
 share/dvdstyler/rc/open.png
 share/dvdstyler/rc/plus.png
 share/dvdstyler/rc/preferences.png
+share/dvdstyler/rc/refresh.png
 share/dvdstyler/rc/remove.png
+share/dvdstyler/rc/rotate.cur
 share/dvdstyler/rc/run.png
 share/dvdstyler/rc/save.png
+share/dvdstyler/rc/settings.png
 share/dvdstyler/templates/Basic/blue.dvdt
 share/dvdstyler/templates/Basic/blue.png
 share/dvdstyler/templates/Basic/blueWS.dvdt
 share/dvdstyler/templates/Basic/blueWS.png
+share/dvdstyler/templates/Basic/frameText.dvdt
+share/dvdstyler/templates/Basic/frameText.png
+share/dvdstyler/templates/Basic/frameTextWS.dvdt
+share/dvdstyler/templates/Basic/frameTextWS.png
 share/dvdstyler/templates/Basic/neon.dvdt
 share/dvdstyler/templates/Basic/neon.png
 share/dvdstyler/templates/Basic/neonWS.dvdt
@@ -166,16 +208,73 @@ share/dvdstyler/templates/Basic/turbulen
 share/dvdstyler/templates/Basic/turbulence.png
 share/dvdstyler/templates/Basic/turbulenceWS.dvdt
 share/dvdstyler/templates/Basic/turbulenceWS.png
+share/dvdstyler/templates/Birthday/Balloons.dvdt
+share/dvdstyler/templates/Birthday/Balloons.png
+share/dvdstyler/templates/Birthday/BalloonsWS.dvdt
+share/dvdstyler/templates/Birthday/BalloonsWS.png
+share/dvdstyler/templates/Birthday/Cake.dvdt
+share/dvdstyler/templates/Birthday/Cake.png
+share/dvdstyler/templates/Birthday/CakeWS.dvdt
+share/dvdstyler/templates/Birthday/CakeWS.png
+share/dvdstyler/templates/Christmas/ChristmasL1.dvdt
+share/dvdstyler/templates/Christmas/ChristmasL1.png
+share/dvdstyler/templates/Christmas/ChristmasL1WS.dvdt
+share/dvdstyler/templates/Christmas/ChristmasL1WS.png
+share/dvdstyler/templates/Christmas/ChristmasL6.dvdt
+share/dvdstyler/templates/Christmas/ChristmasL6.png
+share/dvdstyler/templates/Christmas/ChristmasL6WS.dvdt
+share/dvdstyler/templates/Christmas/ChristmasL6WS.png
+share/dvdstyler/templates/Christmas/Fireworks.dvdt
+share/dvdstyler/templates/Christmas/Fireworks.png
+share/dvdstyler/templates/Christmas/FireworksWS.dvdt
+share/dvdstyler/templates/Christmas/FireworksWS.png
+share/dvdstyler/templates/Miscellaneous/BlueFractal.dvdt
+share/dvdstyler/templates/Miscellaneous/BlueFractal.png
+share/dvdstyler/templates/Miscellaneous/Penguin.dvdt
+share/dvdstyler/templates/Miscellaneous/Penguin.png
+share/dvdstyler/templates/Miscellaneous/RedSky.dvdt
+share/dvdstyler/templates/Miscellaneous/RedSky.png
+share/dvdstyler/templates/Nature/BlueTreetops.dvdt
+share/dvdstyler/templates/Nature/BlueTreetops.png
+share/dvdstyler/templates/Nature/FrostyForest.dvdt
+share/dvdstyler/templates/Nature/FrostyForest.png
+share/dvdstyler/templates/Nature/GreenTrees.dvdt
+share/dvdstyler/templates/Nature/GreenTrees.png
+share/dvdstyler/templates/Seasons/Autumn.dvdt
+share/dvdstyler/templates/Seasons/Autumn.png
+share/dvdstyler/templates/Seasons/Autumn2.dvdt
+share/dvdstyler/templates/Seasons/Autumn2.png
+share/dvdstyler/templates/Seasons/AutumnWS.dvdt
+share/dvdstyler/templates/Seasons/AutumnWS.png
+share/dvdstyler/templates/Seasons/Landscape.dvdt
+share/dvdstyler/templates/Seasons/Landscape.png
+share/dvdstyler/templates/Seasons/LandscapeWS.dvdt
+share/dvdstyler/templates/Seasons/LandscapeWS.png
+share/dvdstyler/templates/Seasons/SnowField.dvdt
+share/dvdstyler/templates/Seasons/SnowField.png
+share/dvdstyler/templates/Seasons/SnowFieldWS.dvdt
+share/dvdstyler/templates/Seasons/SnowFieldWS.png
+share/dvdstyler/templates/Seasons/Sun.dvdt
+share/dvdstyler/templates/Seasons/Sun.png
+share/dvdstyler/templates/Seasons/Winter.dvdt
+share/dvdstyler/templates/Seasons/Winter.png
+share/dvdstyler/templates/Travel/Camera.dvdt
+share/dvdstyler/templates/Travel/Camera.png
+share/dvdstyler/templates/Travel/CameraWS.dvdt
+share/dvdstyler/templates/Travel/CameraWS.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/templates/Wedding/DarkWedding.dvdt
+share/dvdstyler/templates/Wedding/DarkWedding.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/bg/LC_MESSAGES/dvdstyler.mo
 share/locale/ca/LC_MESSAGES/dvdstyler.mo
 share/locale/cs/LC_MESSAGES/dvdstyler.mo
 share/locale/da/LC_MESSAGES/dvdstyler.mo
@@ -199,6 +298,7 @@ share/locale/pt/LC_MESSAGES/dvdstyler.mo
 share/locale/pt_BR/LC_MESSAGES/dvdstyler.mo
 share/locale/ro/LC_MESSAGES/dvdstyler.mo
 share/locale/ru/LC_MESSAGES/dvdstyler.mo
+share/locale/si/LC_MESSAGES/dvdstyler.mo
 share/locale/sk/LC_MESSAGES/dvdstyler.mo
 share/locale/sl/LC_MESSAGES/dvdstyler.mo
 share/locale/sr/LC_MESSAGES/dvdstyler.mo

Index: pkgsrc/multimedia/dvdstyler/distinfo
diff -u pkgsrc/multimedia/dvdstyler/distinfo:1.17 pkgsrc/multimedia/dvdstyler/distinfo:1.18
--- pkgsrc/multimedia/dvdstyler/distinfo:1.17   Tue Nov  3 23:54:23 2015
+++ pkgsrc/multimedia/dvdstyler/distinfo        Tue Nov 26 14:15:22 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2015/11/03 23:54:23 agc Exp $
+$NetBSD: distinfo,v 1.18 2019/11/26 14:15:22 wiz Exp $
 
-SHA1 (DVDStyler-2.7.1.tar.bz2) = e8bd2510dd7cee09a48ecfac19842a20a1232f61
-RMD160 (DVDStyler-2.7.1.tar.bz2) = 38eaa277818b67b3c79ec7e379c6b1284a73b9bb
-SHA512 (DVDStyler-2.7.1.tar.bz2) = d76c176d45c3c92df86464eaf6c6847945822effbc33a25123896d0623a14e666c19a214d3038c290bdc1bfc935b40ededd5b689ec77b3c4cc01bb431be215e3
-Size (DVDStyler-2.7.1.tar.bz2) = 5816255 bytes
+SHA1 (DVDStyler-3.1.tar.bz2) = eddae0b413c451f23a55d68b5799d893ed7bcd00
+RMD160 (DVDStyler-3.1.tar.bz2) = 765b21bf2544b4dba739982e91945557ed568613
+SHA512 (DVDStyler-3.1.tar.bz2) = 3cae65480eba490bc945d9862f1c86f32fb01e14c6e773b0c707ad3257f84eb56d155bcde84c84729c6cd038e02355b679d7a4fd9db448ccb02e6a96fb6e123c
+Size (DVDStyler-3.1.tar.bz2) = 8990074 bytes
 SHA1 (patch-aa) = 2629351931c11d2a3bf910fc7a3eed34486528a4
 SHA1 (patch-locale_Makefile.in) = 5d5a4c6cd0baa197cabf3c630497fc8396a009ef



Home | Main Index | Thread Index | Old Index