mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.4
This commit is contained in:
parent
d60f20bb1e
commit
eb032e835f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135699
3 changed files with 32 additions and 18 deletions
|
@ -6,9 +6,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= dvdstyler
|
||||
PORTVERSION= 1.31
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
PORTVERSION= 1.4
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= dvdstyler
|
||||
|
@ -22,9 +21,9 @@ BUILD_DEPENDS= dvdauthor:${PORTSDIR}/multimedia/dvdauthor \
|
|||
growisofs:${PORTSDIR}/sysutils/dvd+rw-tools
|
||||
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm \
|
||||
lavfile-1.6.2:${PORTSDIR}/multimedia/mjpegtools \
|
||||
wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24
|
||||
wx_base-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine
|
||||
#RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine
|
||||
|
||||
DVDSTYLER_ICON= ${DATADIR}/rc/dvdstyler.png
|
||||
USE_X_PREFIX= yes
|
||||
|
@ -32,7 +31,7 @@ USE_REINPLACE= yes
|
|||
USE_INC_LIBTOOL_VER=15
|
||||
USE_GMAKE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.4-config
|
||||
CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (DVDStyler-1.31.tar.gz) = 149503a58c3ef25a1882e9a53c15a9b8
|
||||
SIZE (DVDStyler-1.31.tar.gz) = 678069
|
||||
MD5 (DVDStyler-1.4.tar.gz) = 2e8ee561c56cf968516bc3e7cf20e96f
|
||||
SIZE (DVDStyler-1.4.tar.gz) = 716474
|
||||
|
|
|
@ -1,12 +1,24 @@
|
|||
bin/dvdstyler
|
||||
%%DATADIR%%/backgrounds/autobahn.jpg
|
||||
%%DATADIR%%/backgrounds/bi_domrep.jpg
|
||||
%%DATADIR%%/backgrounds/blue.jpg
|
||||
%%DATADIR%%/backgrounds/creta.jpg
|
||||
%%DATADIR%%/backgrounds/darkblue.jpg
|
||||
%%DATADIR%%/backgrounds/kiel_kanal.jpg
|
||||
%%DATADIR%%/backgrounds/lightblue.jpg
|
||||
%%DATADIR%%/backgrounds/swans.jpg
|
||||
share/applications/dvdstyler.desktop
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/ChangeLog
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/README
|
||||
%%DATADIR%%/backgrounds/01_autobahn.jpg
|
||||
%%DATADIR%%/backgrounds/02_bi_domrep.jpg
|
||||
%%DATADIR%%/backgrounds/03_creta.jpg
|
||||
%%DATADIR%%/backgrounds/04_kiel_kanal.jpg
|
||||
%%DATADIR%%/backgrounds/10_turbulence_blue.jpg
|
||||
%%DATADIR%%/backgrounds/11_turbulence_green.jpg
|
||||
%%DATADIR%%/backgrounds/15_bordes_blue.jpg
|
||||
%%DATADIR%%/backgrounds/16_bordes_green.jpg
|
||||
%%DATADIR%%/backgrounds/20_blue.jpg
|
||||
%%DATADIR%%/backgrounds/21_steel.jpg
|
||||
%%DATADIR%%/backgrounds/22_gold.jpg
|
||||
%%DATADIR%%/backgrounds/23_lava.jpg
|
||||
%%DATADIR%%/backgrounds/30_brushed_aluminiun.jpg
|
||||
%%DATADIR%%/backgrounds/31_texture_border.jpg
|
||||
%%DATADIR%%/buttons/simple.xml
|
||||
%%DATADIR%%/data/silence.mp2
|
||||
%%DATADIR%%/rc/dvdstyler.png
|
||||
|
@ -24,19 +36,22 @@ bin/dvdstyler
|
|||
%%DATADIR%%/rc/plus.png
|
||||
%%DATADIR%%/rc/run.png
|
||||
%%DATADIR%%/rc/save.png
|
||||
share/applications/dvdstyler.desktop
|
||||
share/locale/ca/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/de/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/es/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/eu/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/fr/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/hu/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/it/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/ja/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/pl/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/pt/LC_MESSAGES/dvdstyler.mo
|
||||
share/locale/ru/LC_MESSAGES/dvdstyler.mo
|
||||
@unexec rmdir %D/share/applications 2>/dev/null || true
|
||||
share/locale/sr/LC_MESSAGES/dvdstyler.mo
|
||||
@dirrm %%DATADIR%%/rc
|
||||
@dirrm %%DATADIR%%/data
|
||||
@dirrm %%DATADIR%%/buttons
|
||||
@dirrm %%DATADIR%%/backgrounds
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm %%DOCSDIR%%
|
||||
@unexec rmdir %D/share/applications 2> /dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue