diff options
Diffstat (limited to 'multimedia/phonon-backend-gstreamer-shared')
-rw-r--r-- | multimedia/phonon-backend-gstreamer-shared/DESCR | 6 | ||||
-rw-r--r-- | multimedia/phonon-backend-gstreamer-shared/Makefile | 24 | ||||
-rw-r--r-- | multimedia/phonon-backend-gstreamer-shared/PLIST | 7 |
3 files changed, 37 insertions, 0 deletions
diff --git a/multimedia/phonon-backend-gstreamer-shared/DESCR b/multimedia/phonon-backend-gstreamer-shared/DESCR new file mode 100644 index 00000000000..17f2bfa9c3e --- /dev/null +++ b/multimedia/phonon-backend-gstreamer-shared/DESCR @@ -0,0 +1,6 @@ +Phonon is the Multimedia API for KDE and QT. + +In Phonon there are three main concepts: MediaObjects, Paths and Outputs. +The MediaObjects control the playback/capture and provide the media data. +MediaObjects can be connected to Outputs using Path objects which also +allow the insertion of Effect objects between MediaObject and Output. diff --git a/multimedia/phonon-backend-gstreamer-shared/Makefile b/multimedia/phonon-backend-gstreamer-shared/Makefile new file mode 100644 index 00000000000..06cc1b9b8e9 --- /dev/null +++ b/multimedia/phonon-backend-gstreamer-shared/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1 2016/03/01 09:21:01 markd Exp $ + +DISTNAME= phonon-backend-gstreamer-4.8.2 +PKGNAME= ${DISTNAME:S/-4/-shared-4/} + +COMMENT= Multimedia API for KF5 - GStreamer backend shared files + +.include "../../multimedia/phonon-backend-gstreamer/Makefile.common" + +do-configure: + +do-build: + +do-install: + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps + ${INSTALL_DATA} ${WRKSRC}/gstreamer/icons/hisc-apps-phonon-gstreamer.svgz \ + ${DESTDIR}${PREFIX}/share/icons/hicolor/scalable/apps/phonon-gstreamer.svgz +.for i in 128 64 48 22 16 + ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps + ${INSTALL_DATA} ${WRKSRC}/gstreamer/icons/hi${i}-apps-phonon-gstreamer.png \ + ${DESTDIR}${PREFIX}/share/icons/hicolor/${i}x${i}/apps/phonon-gstreamer.png +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/phonon-backend-gstreamer-shared/PLIST b/multimedia/phonon-backend-gstreamer-shared/PLIST new file mode 100644 index 00000000000..1ce5e618a27 --- /dev/null +++ b/multimedia/phonon-backend-gstreamer-shared/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1 2016/03/01 09:21:01 markd Exp $ +share/icons/hicolor/128x128/apps/phonon-gstreamer.png +share/icons/hicolor/16x16/apps/phonon-gstreamer.png +share/icons/hicolor/22x22/apps/phonon-gstreamer.png +share/icons/hicolor/48x48/apps/phonon-gstreamer.png +share/icons/hicolor/64x64/apps/phonon-gstreamer.png +share/icons/hicolor/scalable/apps/phonon-gstreamer.svgz |