diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2009-09-13 14:19:05 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2009-09-13 14:19:05 +0000 |
| commit | a53596cc9347e576368c58d3a8ad579c53da7d01 (patch) | |
| tree | 0306237f1a6672b82ca41829d0e0c0d1f1513429 /deskutils | |
| parent | 0e28e043609750c652a1f9e5c5930d8b3845c550 (diff) | |
Notes
Diffstat (limited to 'deskutils')
| -rw-r--r-- | deskutils/Makefile | 1 | ||||
| -rw-r--r-- | deskutils/dolphin-plugins-mplayerthumbs/Makefile | 28 | ||||
| -rw-r--r-- | deskutils/dolphin-plugins-mplayerthumbs/distinfo | 3 | ||||
| -rw-r--r-- | deskutils/dolphin-plugins-mplayerthumbs/pkg-descr | 7 | ||||
| -rw-r--r-- | deskutils/dolphin-plugins-mplayerthumbs/pkg-plist | 8 |
5 files changed, 47 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 176a5977db9e..837e1be90ae5 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -34,6 +34,7 @@ SUBDIR += deskbar-applet SUBDIR += displaycalibrator SUBDIR += dlume + SUBDIR += dolphin-plugins-mplayerthumbs SUBDIR += doodle SUBDIR += dragstack SUBDIR += drivel diff --git a/deskutils/dolphin-plugins-mplayerthumbs/Makefile b/deskutils/dolphin-plugins-mplayerthumbs/Makefile new file mode 100644 index 000000000000..020b5c40b59b --- /dev/null +++ b/deskutils/dolphin-plugins-mplayerthumbs/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: mplayerthumbs +# Date created: 2009-09-07 +# Whom: David Naylor <naylor.b.david@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= mplayerthumbs +PORTVERSION= 1.2 +CATEGORIES= deskutils kde +MASTER_SITES= http://kde-look.org/CONTENT/content-files/ +PKGNAMEPREFIX= dolphin-plugins- +DISTNAME= 41180-${PORTNAME}-${PORTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Video thumbs previewer for dolphin + +RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer + +USE_CMAKE= yes +USE_KDE4= automoc4 kdeprefix kdelibs +USE_QT_VER= 4 +QT_COMPONENTS= gui dbus network svg xml \ + qmake_build moc_build rcc_build uic_build + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include <bsd.port.mk> diff --git a/deskutils/dolphin-plugins-mplayerthumbs/distinfo b/deskutils/dolphin-plugins-mplayerthumbs/distinfo new file mode 100644 index 000000000000..4f2b0999c422 --- /dev/null +++ b/deskutils/dolphin-plugins-mplayerthumbs/distinfo @@ -0,0 +1,3 @@ +MD5 (41180-mplayerthumbs-1.2.tar.gz) = 9040cbbc343845b634e09317cd71d631 +SHA256 (41180-mplayerthumbs-1.2.tar.gz) = af3d9b2af0940b6d58cfb1b9262712744fb565c54bc30a57f94c3e98052b994a +SIZE (41180-mplayerthumbs-1.2.tar.gz) = 20492 diff --git a/deskutils/dolphin-plugins-mplayerthumbs/pkg-descr b/deskutils/dolphin-plugins-mplayerthumbs/pkg-descr new file mode 100644 index 000000000000..458051d3aaae --- /dev/null +++ b/deskutils/dolphin-plugins-mplayerthumbs/pkg-descr @@ -0,0 +1,7 @@ +MPlayerThumbs is a thumbnail generator for all KDE file managers (konqueror, +dolphin, ...) It needs mplayer (of course) to generate thumbnails, and it +contains no linking to any library, so in a x86_64 system you can freely use the +32bit mplayer binary with win32codecs by configuring the application launching +the mplayerthumbsconfig helper application. + +WWW: http://www.kde-apps.org/content/show.php?content=41180 diff --git a/deskutils/dolphin-plugins-mplayerthumbs/pkg-plist b/deskutils/dolphin-plugins-mplayerthumbs/pkg-plist new file mode 100644 index 000000000000..a6d309df9c20 --- /dev/null +++ b/deskutils/dolphin-plugins-mplayerthumbs/pkg-plist @@ -0,0 +1,8 @@ +bin/mplayerthumbsconfig +lib/kde4/videopreview.so +share/config.kcfg/mplayerthumbs.kcfg +share/kde4/services/videopreview.desktop +share/apps/videothumbnail/sprocket-large.png +share/apps/videothumbnail/sprocket-medium.png +share/apps/videothumbnail/sprocket-small.png +@dirrmtry share/apps/videothumbnail |
