pkgsrc/multimedia/dvdstyler/Makefile

43 lines
1.3 KiB
Makefile
Raw Normal View History

2014-03-30 11:56:29 +02:00
# $NetBSD: Makefile,v 1.57 2014/03/30 09:56:29 ryoon Exp $
#
DISTNAME= DVDStyler-2.4.3
2013-10-10 16:41:44 +02:00
PKGREVISION= 5
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
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
2012-01-14 03:09:35 +01:00
USE_TOOLS+= gmake pkg-config msgfmt zip
GNU_CONFIGURE= yes
LDFLAGS+= -ljpeg
post-install:
cd ${WRKSRC}/templates && ${SETENV} ${INSTALL_ENV} ${GMAKE} install
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/netpbm/buildlink3.mk"
BUILDLINK_API_DEPENDS.wxsvg+= wxsvg>=1.1.14
.include "../../graphics/wxsvg/buildlink3.mk"
.include "../../multimedia/ffmpeg/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"