Date: Sat, 12 Feb 2011 10:23:39 GMT From: Cezary Morga <cm@therek.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/154702: New port: audio/quimup Message-ID: <201102121023.p1CANdtn069930@red.freebsd.org> Resent-Message-ID: <201102121030.p1CAUAWp051604@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 154702 >Category: ports >Synopsis: New port: audio/quimup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 12 10:30:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: >Organization: >Environment: >Description: QUIMUP is a 'graphical' client for the music player daemon (MPD) written in C++ and QT4. Features include: * Support for (locally stored) albumart. * Support for audio streams (url). * Drag & drop playlist management. * Database browser (artist, album, genre, folder & playlist mode) * Database search (artist, album, genre & title mode). * Quick search-and-select in the playlist. * Mini-mode interface for basic control only. * Open folder in external programs to edit tags etc. * Generally a quick and clean application. WWW: http://coonsden.com/?page_id=145 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN audio/quimup.orig/Makefile audio/quimup/Makefile --- audio/quimup.orig/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ audio/quimup/Makefile 2011-02-12 11:18:14.000000000 +0100 @@ -0,0 +1,47 @@ +# New ports collection makefile for: quimup +# Date created: 2011-02-08 +# Whom: Cezary Morga <cm@therek.net> +# +# $FreeBSD$ +# + +PORTNAME= quimup +PORTVERSION= 1.2.0 +CATEGORIES= audio +MASTER_SITES= SF +MASTER_SITE_SUBDIR=musicpd/Quimup/${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION}_source + +MAINTAINER= cm@therek.net +COMMENT= QT4 Client for MPD (the Music Player Daemon) + +LIB_DEPENDS= mpdclient.2:${PORTSDIR}/audio/libmpdclient + +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui network qmake +QMAKE_ARGS= PREFIX=${PREFIX} + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} + +PLIST_FILES= bin/${PORTNAME} \ + share/icons/hicolor/32x32/apps/${PORTNAME}.png \ + share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + share/icons/hicolor/64x64/apps/${PORTNAME}.png + +.include <bsd.port.pre.mk> + +do-configure: + ${REINPLACE_CMD} -e 's|/usr/lib/libmpdclient.so|${LOCALBASE}/lib/libmpdclient.so|' \ + ${WRKSRC}/${PORTNAME}.pro + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${MKDIR} ${PREFIX}/share/icons/hicolor/32x32/apps + ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps + ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps + ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}32.png ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png + ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}48.png ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png + ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}64.png ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png + +.include <bsd.port.post.mk> diff -ruN audio/quimup.orig/distinfo audio/quimup/distinfo --- audio/quimup.orig/distinfo 1970-01-01 01:00:00.000000000 +0100 +++ audio/quimup/distinfo 2011-02-12 11:18:14.000000000 +0100 @@ -0,0 +1,2 @@ +SHA256 (quimup_1.2.0_source.tar.gz) = 194632a593df5c326222d61cd12fd2d0fa96438e25bf79efc82877070e12ebac +SIZE (quimup_1.2.0_source.tar.gz) = 231147 diff -ruN audio/quimup.orig/pkg-descr audio/quimup/pkg-descr --- audio/quimup.orig/pkg-descr 1970-01-01 01:00:00.000000000 +0100 +++ audio/quimup/pkg-descr 2011-02-12 11:18:14.000000000 +0100 @@ -0,0 +1,16 @@ +QUIMUP is a 'graphical' client for the music player daemon (MPD) +written in C++ and QT4. + +Features include: + +* Support for (locally stored) albumart. +* Support for audio streams (url). +* Drag & drop playlist management. +* Database browser (artist, album, genre, folder & playlist mode) +* Database search (artist, album, genre & title mode). +* Quick search-and-select in the playlist. +* Mini-mode interface for basic control only. +* Open folder in external programs to edit tags etc. +* Generally a quick and clean application. + +WWW: http://coonsden.com/?page_id=145 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102121023.p1CANdtn069930>