From 2f60fe848df658b52032c2f7382d9b410a4482ee Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 13 Dec 2009 00:26:54 +0000 Subject: An audio player inspired by Sonata. In fact, it's my first project with Qt, I developed it in order to apprehend the Qt framework. WWW: http://code.google.com/p/mehdiaplayer/ PR: ports/141204 Submitted by: Gvozdikov Veniamin --- audio/mehdiaplayer/Makefile | 34 ++++++++++++++++++++++++++++++++++ audio/mehdiaplayer/distinfo | 3 +++ audio/mehdiaplayer/pkg-descr | 5 +++++ 3 files changed, 42 insertions(+) create mode 100644 audio/mehdiaplayer/Makefile create mode 100644 audio/mehdiaplayer/distinfo create mode 100644 audio/mehdiaplayer/pkg-descr (limited to 'audio/mehdiaplayer') diff --git a/audio/mehdiaplayer/Makefile b/audio/mehdiaplayer/Makefile new file mode 100644 index 000000000000..d5176d9a5fee --- /dev/null +++ b/audio/mehdiaplayer/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: mehdiaplayer +# Date created: 2009-11-12 +# Whom: Gvozdikov Veniamin +# +# $FreeBSD$ +# + +PORTNAME= mehdiaplayer +PORTVERSION= 0.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= A simple media player using Qt/Phonon + +USE_BZIP2= yes +USE_QT_VER= 4 +QT_COMPONENTS= gui xml qmake_build uic_build moc_build \ + rcc_build phonon + +QMAKE_PRO= ${PORTNAME}.pro + +WRKSRC= ${WRKDIR}/dev + +PLIST_FILES= bin/${PORTNAME} + +do-configure: + cd ${WRKSRC} && ${QMAKE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + +.include diff --git a/audio/mehdiaplayer/distinfo b/audio/mehdiaplayer/distinfo new file mode 100644 index 000000000000..4bf493c31efd --- /dev/null +++ b/audio/mehdiaplayer/distinfo @@ -0,0 +1,3 @@ +MD5 (mehdiaplayer-0.2.tar.bz2) = 5144e5858f2075afe4d645c6943f509d +SHA256 (mehdiaplayer-0.2.tar.bz2) = 6ccf8a05bcdca1eb1581ab3c45bbbe8cc43b1dabe1962c25d021d7343e2a17d5 +SIZE (mehdiaplayer-0.2.tar.bz2) = 64337 diff --git a/audio/mehdiaplayer/pkg-descr b/audio/mehdiaplayer/pkg-descr new file mode 100644 index 000000000000..aaeb437a5d24 --- /dev/null +++ b/audio/mehdiaplayer/pkg-descr @@ -0,0 +1,5 @@ +An audio player inspired by Sonata. +In fact, it's my first project with Qt, I developed it in order to apprehend the +Qt framework. + +WWW: http://code.google.com/p/mehdiaplayer/ -- cgit v1.2.3