aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-05-03 08:46:20 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-05-03 08:46:20 +0000
commitf8f993fa6da49570541bd3bf000cadd60cd411c3 (patch)
treefb8a8a124a4cb2c291f0be2cbc944c869ecec90d /multimedia
parent8439834ae6dc607a97c92e0492e537dff1162e76 (diff)
downloadports-f8f993fa6da49570541bd3bf000cadd60cd411c3.tar.gz
ports-f8f993fa6da49570541bd3bf000cadd60cd411c3.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/qdvdauthor/Makefile13
-rw-r--r--multimedia/qdvdauthor/distinfo6
2 files changed, 13 insertions, 6 deletions
diff --git a/multimedia/qdvdauthor/Makefile b/multimedia/qdvdauthor/Makefile
index 27b04fc0dd07..d997513434ba 100644
--- a/multimedia/qdvdauthor/Makefile
+++ b/multimedia/qdvdauthor/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= qdvdauthor
-PORTVERSION= 1.0.0
-PORTREVISION= 1
+PORTVERSION= 1.1.0
CATEGORIES= multimedia
MASTER_SITES= SF
@@ -30,11 +29,14 @@ DATA_FILES= silence.mp2 html/en/audio_streams.html html/en/system_register.html
qdvdauthor_es.qm qdvdauthor_fr.qm qdvdauthor_it.qm \
qdvdauthor_pl.qm qplayer_ca.qm qplayer_de.qm \
qplayer_es.qm qplayer_fr.qm qslideshow_ca.qm \
- qslideshow_de.qm qslideshow_es.qm qslideshow_fr.qm
+ qslideshow_de.qm qslideshow_es.qm qslideshow_fr.qm \
+ qslideshow_it.qm qrender_ca.qm qrender_de.qm \
+ qrender_es.qm
PLIST_FILES= bin/qdvdauthor \
bin/qslideshow \
bin/qplayer \
+ bin/qrender \
share/pixmaps/qdvdauthor.png \
${DATA_FILES:S,^,%%DATADIR%%/,}
PLIST_DIRS= %%DATADIR%%/html/en %%DATADIR%%/html %%DATADIR%%
@@ -124,6 +126,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/qdvdauthor ${PREFIX}/bin/qdvdauthor
${INSTALL_PROGRAM} ${WRKSRC}/bin/qslideshow ${PREFIX}/bin/qslideshow
${INSTALL_PROGRAM} ${WRKSRC}/bin/qplayer ${PREFIX}/bin/qplayer
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/qrender ${PREFIX}/bin/qrender
@${MKDIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/qdvdauthor.png ${PREFIX}/share/pixmaps
@@ -142,4 +145,8 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/qdvdauthor/i18n/qplayer_${locale}.qm ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/qdvdauthor/i18n/qslideshow_${locale}.qm ${DATADIR}
.endfor
+ ${INSTALL_DATA} ${WRKSRC}/qdvdauthor/i18n/qslideshow_it.qm ${DATADIR}
+.for locale in ca de es
+ ${INSTALL_DATA} ${WRKSRC}/qdvdauthor/i18n/qrender_${locale}.qm ${DATADIR}
+.endfor
.include <bsd.port.post.mk>
diff --git a/multimedia/qdvdauthor/distinfo b/multimedia/qdvdauthor/distinfo
index 4938a666b1e0..0127da146ec7 100644
--- a/multimedia/qdvdauthor/distinfo
+++ b/multimedia/qdvdauthor/distinfo
@@ -1,3 +1,3 @@
-MD5 (qdvdauthor-1.0.0.tar.gz) = d2e142593e9ca464842583abd61df2a2
-SHA256 (qdvdauthor-1.0.0.tar.gz) = 262884aa2af23bcd0d7c4006bffc23d9f32ac23906d1f7d998917334d135e790
-SIZE (qdvdauthor-1.0.0.tar.gz) = 4242093
+MD5 (qdvdauthor-1.1.0.tar.gz) = 5c2939a9da258e20db7b79f9c3f2bbe1
+SHA256 (qdvdauthor-1.1.0.tar.gz) = 5f7c6034bf0503e779876f1352b8c1344a662ab8e7261f90854e0649ca2a4b4f
+SIZE (qdvdauthor-1.1.0.tar.gz) = 4271509