pkgsrc/multimedia/dvdstyler/Makefile

44 lines
1.3 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.78 2019/07/21 22:25:25 wiz Exp $
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)
2014-04-01 01:28:39 +02:00
DISTNAME= DVDStyler-2.7.1
PKGREVISION= 19
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dvdstyler/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
2014-03-30 11:56:29 +02:00
HOMEPAGE= http://www.dvdstyler.org/
COMMENT= Crossplatform DVD Authoring System
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
2011-02-16 21:34:43 +01:00
LICENSE= gnu-gpl-v2
DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
2009-12-15 15:37:34 +01:00
MAKE_JOBS_SAFE= no
2008-06-12 04:14:13 +02:00
DEPENDS+= dvdauthor>=0.6.10:../../multimedia/dvdauthor
DEPENDS+= dvd+rw-tools-[0-9]*:../../sysutils/dvd+rw-tools
DEPENDS+= mpgtx-[0-9]*:../../graphics/mpgtx
# uses mplex (optionally)
DEPENDS+= mjpegtools-[0-9]*:../../multimedia/mjpegtools
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
2014-09-25 16:53:05 +02:00
USE_TOOLS+= gmake lex pkg-config msgfmt zip
GNU_CONFIGURE= yes
LDFLAGS+= -ljpeg
CONFIGURE_ARGS+= FFMPEG_PATH=${BUILDLINK_PREFIX.ffmpeg1}/bin/ffmpeg1
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/wxsvg/buildlink3.mk"
.include "../../multimedia/ffmpeg1/buildlink3.mk"
# needs mediactrl
BUILDLINK_API_DEPENDS.wxGTK28+= wxGTK28>=2.8.10nb14
2009-08-10 18:58:59 +02:00
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"