View | Details | Raw Unified | Return to bug 199245
Collapse All | Expand All

(-)multimedia/dvdstyler/Makefile (-7 / +3 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/multimedia/dvdstyler/Makefile 377513 2015-01-20 12:36:35Z danilo $
2
# $FreeBSD: head/multimedia/dvdstyler/Makefile 377513 2015-01-20 12:36:35Z danilo $
3
3
4
PORTNAME=	dvdstyler
4
PORTNAME=	dvdstyler
5
PORTVERSION=	2.8
5
PORTVERSION=	2.9.2
6
PORTREVISION=	3
7
PORTEPOCH=	2
6
PORTEPOCH=	2
8
CATEGORIES=	multimedia
7
CATEGORIES=	multimedia
9
MASTER_SITES=	SF
8
MASTER_SITES=	SF
Lines 30-43 Link Here
30
		mkisofs:${PORTSDIR}/sysutils/cdrtools \
29
		mkisofs:${PORTSDIR}/sysutils/cdrtools \
31
		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
30
		growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
32
31
33
USES=		gettext gmake pkgconfig tar:bzip2
32
USES=		compiler:c++11-lib gettext gmake pkgconfig tar:bzip2
34
USE_WX=		3.0
33
USE_WX=		3.0
35
WX_UNICODE=	yes
34
WX_UNICODE=	yes
36
WX_CONF_ARGS=	absolute
35
WX_CONF_ARGS=	absolute
37
USE_AUTOTOOLS=	aclocal automake autoconf
36
USE_AUTOTOOLS=	aclocal automake autoconf
38
ACLOCAL_ARGS=	-I ${WRKSRC}
37
ACLOCAL_ARGS=	-I ${WRKSRC}
39
AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
38
AUTOMAKE_ARGS=	--add-missing --copy --force-missing --foreign
40
CONFIGURE_ENV=	ac_cv_path_AVCONV_PATH=""
39
CONFIGURE_ENV=	ac_cv_path_AVCONV_PATH="" OBJCXX="${CXX}"
41
40
42
CPPFLAGS+=	-I${LOCALBASE}/include
41
CPPFLAGS+=	-I${LOCALBASE}/include
43
LDFLAGS+=	-L${LOCALBASE}/lib
42
LDFLAGS+=	-L${LOCALBASE}/lib
Lines 63-71 Link Here
63
	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
62
	@${ECHO_MSG} "===> For example, 'make WITH_DVD_DEVICE=\"/dev/somedevice\"'"
64
.endif
63
.endif
65
64
66
post-extract:
67
	@${ECHO_CMD} -n > ${WRKSRC}/NEWS
68
69
post-patch:
65
post-patch:
70
	@${REINPLACE_CMD} -e '/doc_DATA/s|COPYING||' \
66
	@${REINPLACE_CMD} -e '/doc_DATA/s|COPYING||' \
71
		${WRKSRC}/Makefile.am
67
		${WRKSRC}/Makefile.am
(-)multimedia/dvdstyler/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (DVDStyler-2.8.tar.bz2) = 90fabb6f97f980c0dbc244c658b9b7bf80336e2059eb8e70998bfcc5b8b3bba2
1
SHA256 (DVDStyler-2.9.2.tar.bz2) = 88abd17b0dcdfccbdfffe6e80bcfa59df023f1ff2eed782e58d1f793a81dbd1f
2
SIZE (DVDStyler-2.8.tar.bz2) = 6341733
2
SIZE (DVDStyler-2.9.2.tar.bz2) = 7861116
(-)multimedia/dvdstyler/pkg-plist (+4 lines)
Lines 25-30 Link Here
25
%%DATADIR%%/backgrounds/40_swans.jpg
25
%%DATADIR%%/backgrounds/40_swans.jpg
26
%%DATADIR%%/backgrounds/45_nevado.jpg
26
%%DATADIR%%/backgrounds/45_nevado.jpg
27
%%DATADIR%%/backgrounds/46_paisaje.jpg
27
%%DATADIR%%/backgrounds/46_paisaje.jpg
28
%%DATADIR%%/backgrounds/Cake.jpg
28
%%DATADIR%%/backgrounds/blue_treetops.jpg
29
%%DATADIR%%/backgrounds/blue_treetops.jpg
29
%%DATADIR%%/backgrounds/dark_wedding.jpg
30
%%DATADIR%%/backgrounds/dark_wedding.jpg
30
%%DATADIR%%/backgrounds/frosty_forest.jpg
31
%%DATADIR%%/backgrounds/frosty_forest.jpg
Lines 128-133 Link Here
128
%%DATADIR%%/rc/add.png
129
%%DATADIR%%/rc/add.png
129
%%DATADIR%%/rc/addVideo.png
130
%%DATADIR%%/rc/addVideo.png
130
%%DATADIR%%/rc/dvdstyler.png
131
%%DATADIR%%/rc/dvdstyler.png
132
%%DATADIR%%/rc/error.png
131
%%DATADIR%%/rc/files.png
133
%%DATADIR%%/rc/files.png
132
%%DATADIR%%/rc/help.png
134
%%DATADIR%%/rc/help.png
133
%%DATADIR%%/rc/justifyCenter.png
135
%%DATADIR%%/rc/justifyCenter.png
Lines 144-152 Link Here
144
%%DATADIR%%/rc/new.png
146
%%DATADIR%%/rc/new.png
145
%%DATADIR%%/rc/noaudio.png
147
%%DATADIR%%/rc/noaudio.png
146
%%DATADIR%%/rc/nwse.cur
148
%%DATADIR%%/rc/nwse.cur
149
%%DATADIR%%/rc/ok.png
147
%%DATADIR%%/rc/open.png
150
%%DATADIR%%/rc/open.png
148
%%DATADIR%%/rc/plus.png
151
%%DATADIR%%/rc/plus.png
149
%%DATADIR%%/rc/preferences.png
152
%%DATADIR%%/rc/preferences.png
153
%%DATADIR%%/rc/refresh.png
150
%%DATADIR%%/rc/remove.png
154
%%DATADIR%%/rc/remove.png
151
%%DATADIR%%/rc/rotate.cur
155
%%DATADIR%%/rc/rotate.cur
152
%%DATADIR%%/rc/run.png
156
%%DATADIR%%/rc/run.png

Return to bug 199245