diff options
author | pav <pav@FreeBSD.org> | 2009-12-19 02:55:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-19 02:55:23 +0800 |
commit | 8669bc6cb1520b5d9985d2752d49a4b263956ea1 (patch) | |
tree | 0689519399681b4773464187974716aff1456644 /multimedia/2mandvd | |
parent | 8b544bd60bf960d580cc1a6011614bfbacc519df (diff) | |
download | freebsd-ports-gnome-8669bc6cb1520b5d9985d2752d49a4b263956ea1.tar.gz freebsd-ports-gnome-8669bc6cb1520b5d9985d2752d49a4b263956ea1.tar.zst freebsd-ports-gnome-8669bc6cb1520b5d9985d2752d49a4b263956ea1.zip |
- Update to 1.2
PR: ports/141466
Submitted by: Diego Depaoli <trebestie@gmail.com> (maintainer)
Diffstat (limited to 'multimedia/2mandvd')
-rw-r--r-- | multimedia/2mandvd/Makefile | 8 | ||||
-rw-r--r-- | multimedia/2mandvd/distinfo | 6 | ||||
-rw-r--r-- | multimedia/2mandvd/pkg-plist | 15 |
3 files changed, 23 insertions, 6 deletions
diff --git a/multimedia/2mandvd/Makefile b/multimedia/2mandvd/Makefile index fde7902c3b02..93f321cb4d7c 100644 --- a/multimedia/2mandvd/Makefile +++ b/multimedia/2mandvd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= 2ManDVD -PORTVERSION= 1.0.2 +PORTVERSION= 1.2 CATEGORIES= multimedia kde MASTER_SITES= http://download.tuxfamily.org/2mandvd/ @@ -28,7 +28,8 @@ RUN_DEPENDS= sox>=14.0:${PORTSDIR}/audio/sox \ USE_QT_VER= 4 USE_CDRTOOLS= true USE_PERL5_RUN= yes -QT_COMPONENTS= qmake_build gui corelib rcc_build moc_build uic_build +QT_COMPONENTS= qmake_build gui corelib rcc_build moc_build uic_build \ + webkit MAKE_ENV+= QTDIR=${QT_PREFIX} WRKSRC= ${WRKDIR}/${PORTNAME} @@ -36,7 +37,7 @@ MAKE_JOBS_SAFE= yes DESKTOP_ENTRIES="2ManDVD" \ "DVD Maker" \ - "" \ + "mandvdico.png" \ "2ManDVD" \ "Application;AudioVideo;" \ false @@ -57,6 +58,7 @@ do-install: cd ${WRKSRC} && ${COPYTREE_SHARE} "Bibliotheque Interface" ${DATADIR}/ ${INSTALL_DATA} ${WRKSRC}/*.qm ${DATADIR}/ ${INSTALL_PROGRAM} ${WRKSRC}/2ManDVD ${DATADIR}/ + ${INSTALL_DATA} ${WRKSRC}/Interface/mandvdico.png ${PREFIX}/share/pixmaps/mandvdico.png ${LN} -fs ${DATADIR}/2ManDVD ${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/multimedia/2mandvd/distinfo b/multimedia/2mandvd/distinfo index 4a98342aa651..a702ddd8345c 100644 --- a/multimedia/2mandvd/distinfo +++ b/multimedia/2mandvd/distinfo @@ -1,3 +1,3 @@ -MD5 (2ManDVD-1.0.2.tar.gz) = e96e820d9db0fc5f0d83cd3f3323701c -SHA256 (2ManDVD-1.0.2.tar.gz) = e576c087d7eb04bc449a23617b7d9539333723df70495bf19c43e8fd65be87fd -SIZE (2ManDVD-1.0.2.tar.gz) = 31977182 +MD5 (2ManDVD-1.2.tar.gz) = be96bfe506066e9db444e5cc0318b62c +SHA256 (2ManDVD-1.2.tar.gz) = 42ad784a0910a53b0707a5a2121d957a75fdbc82b63a1634d3cafbbb76082623 +SIZE (2ManDVD-1.2.tar.gz) = 31768384 diff --git a/multimedia/2mandvd/pkg-plist b/multimedia/2mandvd/pkg-plist index f739f418db8c..3d35885105e7 100644 --- a/multimedia/2mandvd/pkg-plist +++ b/multimedia/2mandvd/pkg-plist @@ -1,4 +1,5 @@ bin/2ManDVD +share/pixmaps/mandvdico.png %%DATADIR%%/2ManDVD %%DATADIR%%/2mandvd_de.qm %%DATADIR%%/2mandvd_en.qm @@ -7,6 +8,19 @@ bin/2ManDVD %%DATADIR%%/2mandvd_pl.qm %%DATADIR%%/2mandvd_pt.qm %%DATADIR%%/2mandvd_ru.qm +%%DATADIR%%/Bibliotheque/Animations/bebe_005.gif +%%DATADIR%%/Bibliotheque/Animations/chien_018.gif +%%DATADIR%%/Bibliotheque/Animations/perroquet_008.gif +%%DATADIR%%/Bibliotheque/Animations/mouette_005.gif +%%DATADIR%%/Bibliotheque/Animations/mouette_003.gif +%%DATADIR%%/Bibliotheque/Animations/oiseau_022.gif +%%DATADIR%%/Bibliotheque/Animations/fete_divers_006.gif +%%DATADIR%%/Bibliotheque/Animations/chandelle_014.gif +%%DATADIR%%/Bibliotheque/Animations/explosif_011.gif +%%DATADIR%%/Bibliotheque/Animations/tweety1.gif +%%DATADIR%%/Bibliotheque/Animations/earth.gif +%%DATADIR%%/Bibliotheque/Animations/cheval_001.gif +%%DATADIR%%/Bibliotheque/Animations/espace_038.gif %%DATADIR%%/Bibliotheque/Luma/Blinds_001.png %%DATADIR%%/Bibliotheque/Luma/Blinds_002.png %%DATADIR%%/Bibliotheque/Luma/Brule_001.png @@ -628,6 +642,7 @@ bin/2ManDVD @dirrm %%DATADIR%%/Bibliotheque/Themes @dirrm %%DATADIR%%/Bibliotheque/Luma @dirrm %%DATADIR%%/Bibliotheque/Masks +@dirrm %%DATADIR%%/Bibliotheque/Animations @dirrm %%DATADIR%%/Bibliotheque @dirrm %%DATADIR%%/Interface @dirrm %%DATADIR%% |