summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2010-01-23 15:59:16 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2010-01-23 15:59:16 +0000
commitf670099bfa49f8449c0b26ac08fcb3ad9665db1b (patch)
tree92d9d6f5549f099e128d230328c8b5275cfd2088 /multimedia
parent- Update to 0.6.2 (diff)
- Update to 3.0.5
- Add DESKTOP_ENTRIES - Replaced share/${PORTNAME} with ${DATADIR} PR: ports/142883 Submitted by: Bernhard Froehlich <decke AT bluelife.at> Approved by: zloidemon <g.veniamin AT googlemail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=248416
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/clipgrab/Makefile16
-rw-r--r--multimedia/clipgrab/distinfo6
2 files changed, 14 insertions, 8 deletions
diff --git a/multimedia/clipgrab/Makefile b/multimedia/clipgrab/Makefile
index 4ebf1861a85c..05aa2c74531d 100644
--- a/multimedia/clipgrab/Makefile
+++ b/multimedia/clipgrab/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= clipgrab
-PORTVERSION= 3.0.4.1
+PORTVERSION= 3.0.5
CATEGORIES= multimedia
MASTER_SITES= http://clipgrab.de/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -19,11 +19,17 @@ USE_QT_VER= 4
QT_COMPONENTS= gui xml qmake_build uic_build moc_build \
rcc_build network
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
PLIST_FILES= bin/${PORTNAME} \
- share/${PORTNAME}/icon.png \
- share/${PORTNAME}/logo.png \
- share/${PORTNAME}/splash.png
-PLIST_DIRS= share/${PORTNAME}
+ %%DATADIR%%/icon.png \
+ %%DATADIR%%/logo.png \
+ %%DATADIR%%/splash.png
+PLIST_DIRS= %%DATADIR%%
+
+DESKTOP_ENTRIES="Clipgrab" "Download and convert videos from YouTube and etc" \
+ "${DATADIR}/icon.png" "${PORTNAME}" \
+ "AudioVideo;Audio;Video;" false
post-patch:
${REINPLACE_CMD} -e 's,img/,share/${PORTNAME}/,g' \
diff --git a/multimedia/clipgrab/distinfo b/multimedia/clipgrab/distinfo
index 5169a8febda9..01040a8e9ce1 100644
--- a/multimedia/clipgrab/distinfo
+++ b/multimedia/clipgrab/distinfo
@@ -1,3 +1,3 @@
-MD5 (clipgrab-3.0.4.1.tar.bz2) = 1e07d9a2b0fb2ae528b2637e495d9455
-SHA256 (clipgrab-3.0.4.1.tar.bz2) = 677ad67aa634597201ff3e82ded868ba344c71be46fcd9d81dd2a2b9902360f6
-SIZE (clipgrab-3.0.4.1.tar.bz2) = 277322
+MD5 (clipgrab-3.0.5.tar.bz2) = a30ac08e2e9a5cd049879ff869c07db4
+SHA256 (clipgrab-3.0.5.tar.bz2) = c1b8df93153446e738122a8d87543bc7eb604144624bb1152972bada8ca71fab
+SIZE (clipgrab-3.0.5.tar.bz2) = 82373