mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Lightweight media player based on Qt and Gstreamer
WWW: http://code.google.com/p/cueplayer PR: ports/142909 Submitted by: zloidemon <g.veniamin@googlemail.com> Approved by: miwi (mentor)
This commit is contained in:
parent
51d2bc4dcb
commit
162639f0bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249188
5 changed files with 64 additions and 0 deletions
|
@ -111,6 +111,7 @@
|
||||||
SUBDIR += cripple
|
SUBDIR += cripple
|
||||||
SUBDIR += csound
|
SUBDIR += csound
|
||||||
SUBDIR += cue2toc
|
SUBDIR += cue2toc
|
||||||
|
SUBDIR += cueplayer
|
||||||
SUBDIR += cuetools
|
SUBDIR += cuetools
|
||||||
SUBDIR += cutmp3
|
SUBDIR += cutmp3
|
||||||
SUBDIR += cymbaline
|
SUBDIR += cymbaline
|
||||||
|
|
37
audio/cueplayer/Makefile
Normal file
37
audio/cueplayer/Makefile
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# New ports collection makefile for: cueplayer
|
||||||
|
# Date created: 2010-01-17
|
||||||
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= cueplayer
|
||||||
|
PORTVERSION= 0.21
|
||||||
|
CATEGORIES= audio
|
||||||
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||||
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= g.veniamin@googlemail.com
|
||||||
|
COMMENT= CUE player
|
||||||
|
|
||||||
|
USE_QT_VER= 4
|
||||||
|
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build network
|
||||||
|
USE_GSTREAMER= yes
|
||||||
|
|
||||||
|
DESKTOP_ENTRIES="Cueplayer" "Lightweight media player based on Qt and Gstreamer" \
|
||||||
|
"${DATADIR}/knotify.png" "${PORTNAME}" \
|
||||||
|
"AudioVideo;Audio;Video;" ${FALSE}
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} -e 's,images/,share/${PORTNAME}/,g' \
|
||||||
|
${WRKSRC}/*.cpp
|
||||||
|
|
||||||
|
do-configure:
|
||||||
|
cd ${WRKSRC} && ${QMAKE}
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${MKDIR} ${DATADIR}
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/images/*.png ${DATADIR}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
audio/cueplayer/distinfo
Normal file
3
audio/cueplayer/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (cueplayer-0.21.tar.gz) = fd6006d5083ff7e4523cbbd9727ee970
|
||||||
|
SHA256 (cueplayer-0.21.tar.gz) = 75079618000c5072e36d70e82c896a7dbc750a5e7b3d9482f98c62f837db3a3d
|
||||||
|
SIZE (cueplayer-0.21.tar.gz) = 68338
|
3
audio/cueplayer/pkg-descr
Normal file
3
audio/cueplayer/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Lightweight media player based on Qt and Gstreamer
|
||||||
|
|
||||||
|
WWW: http://code.google.com/p/cueplayer/
|
20
audio/cueplayer/pkg-plist
Normal file
20
audio/cueplayer/pkg-plist
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
bin/cueplayer
|
||||||
|
%%DATADIR%%/application-exit.png
|
||||||
|
%%DATADIR%%/convertor.png
|
||||||
|
%%DATADIR%%/fileopen.png
|
||||||
|
%%DATADIR%%/format-indent-more.png
|
||||||
|
%%DATADIR%%/format-list-unordered.png
|
||||||
|
%%DATADIR%%/help-about.png
|
||||||
|
%%DATADIR%%/hint.png
|
||||||
|
%%DATADIR%%/knotify.png
|
||||||
|
%%DATADIR%%/media-optical.png
|
||||||
|
%%DATADIR%%/net-stream.png
|
||||||
|
%%DATADIR%%/next.png
|
||||||
|
%%DATADIR%%/pause.png
|
||||||
|
%%DATADIR%%/play.png
|
||||||
|
%%DATADIR%%/prev.png
|
||||||
|
%%DATADIR%%/speaker.png
|
||||||
|
%%DATADIR%%/stop.png
|
||||||
|
%%DATADIR%%/text-field.png
|
||||||
|
%%DATADIR%%/tool-animator.png
|
||||||
|
@dirrm %%DATADIR%%
|
Loading…
Add table
Reference in a new issue