Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Mar 2010 11:04:08 GMT
From:      kipz <somicide@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144817: New port: audio/decibel-audio-player (GTK music player)
Message-ID:  <201003171104.o2HB48op016932@www.freebsd.org>
Resent-Message-ID: <201003171110.o2HBA1Hq072601@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144817
>Category:       ports
>Synopsis:       New port: audio/decibel-audio-player (GTK music player)
>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:   Wed Mar 17 11:10:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     kipz
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
FreeBSD rio.Belkin 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC 2010     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Decibel audio player is a very fast GTK+ audio player
with an emphasis on being very clean and user friendly.

* Utilizes the GStreamer plugins system
* Lighter footprint than most audio players
* Follows the Gnome Human Interface Guidelines
* Has quite a few plugins of it's own

WWW:	http://decibel.silent-blade.org/
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/audio/decibel-audio-player
#	/usr/ports/audio/decibel-audio-player/files
#	/usr/ports/audio/decibel-audio-player/files/patch-Makefile
#	/usr/ports/audio/decibel-audio-player/pkg-descr
#	/usr/ports/audio/decibel-audio-player/Makefile
#	/usr/ports/audio/decibel-audio-player/distinfo
#	/usr/ports/audio/decibel-audio-player/pkg-plist
#
echo c - /usr/ports/audio/decibel-audio-player
mkdir -p /usr/ports/audio/decibel-audio-player > /dev/null 2>&1
echo c - /usr/ports/audio/decibel-audio-player/files
mkdir -p /usr/ports/audio/decibel-audio-player/files > /dev/null 2>&1
echo x - /usr/ports/audio/decibel-audio-player/files/patch-Makefile
sed 's/^X//' >/usr/ports/audio/decibel-audio-player/files/patch-Makefile << 'b20f9fe9000c9cdbecb2e22d82912b30'
X--- Makefile	2010-01-10 05:04:20.000000000 -0500
X+++ Makefile	2010-03-17 06:15:36.000000000 -0400
X@@ -20,7 +20,7 @@
X 
X CONFIGURE_IN = sed -e 's!prefix!$(prefix)!g'
X 
X-LANGUAGES = `find locale/ -maxdepth 1 -mindepth 1 -type d -printf "%f "`
X+LANGUAGES = `find locale/ -maxdepth 1 -mindepth 1 -type d`
X 
X help:
X 	@echo Usage:
X@@ -51,8 +51,6 @@
X 	$(INSTALL) -m 644 src/media/format/*.py $(SRCDIR)/media/format
X 	$(INSTALL) -m 644 src/modules/*.py $(SRCDIR)/modules
X 	$(INSTALL) -m 644 res/*.glade $(RESDIR)
X-	$(INSTALL) -m 644 doc/decibel-audio-player.1 $(MANDIR)
X-	$(INSTALL) -m 644 doc/decibel-audio-player-remote.1 $(MANDIR)
X 	$(INSTALL) -m 644 pix/*.png $(PIXDIR)
X 	$(INSTALL) -m 644 pix/decibel-audio-player.png $(ICONDIR)
X 	$(INSTALL) -m 644 res/decibel-audio-player.desktop $(APPDIR)
X@@ -60,12 +58,6 @@
X 	$(INSTALL) -m 755 decibel-audio-player $(BINDIR)
X 	if test -L $(BINDIR)/decibel-audio-player-remote; then ${RM} $(BINDIR)/decibel-audio-player-remote; fi
X 	$(INSTALL) -m 755 decibel-audio-player-remote $(BINDIR)
X-	$(MAKE) -C po dist
X-	for lang in $(LANGUAGES); do \
X-		${INSTALL} -m 755 -d $(LOCALEDIR)/$$lang/LC_MESSAGES;\
X-		$(INSTALL) -m 644 locale/$$lang/LC_MESSAGES/decibel-audio-player.mo $(LOCALEDIR)/$$lang/LC_MESSAGES/; \
X-	done
X-
X 
X uninstall:
X 	${RM} $(BINDIR)/decibel-audio-player
X@@ -75,14 +67,13 @@
X 	${RM} $(MANDIR)/decibel-audio-player-remote.1
X 	${RM} $(ICONDIR)/decibel-audio-player.png
X 	${RM} -rf $(DATADIR)
X-	$(RMDIR) --ignore-fail-on-non-empty $(BINDIR) $(MANDIR) $(APPDIR)
X-	for lang in $(LANGUAGES); do \
X-		${RM} $(LOCALEDIR)/$$lang/LC_MESSAGES/decibel-audio-player.mo; \
X-	done
X 
X clean:
X 	$(MAKE) -C po clean
X 	${RM} src/*.py[co] res/*~ res/*.bak
X 	${RM} decibel-audio-player decibel-audio-player-remote
X 
X+all:
X+	@echo '===>  Finished patching'
X+
X .PHONY: help clean install
b20f9fe9000c9cdbecb2e22d82912b30
echo x - /usr/ports/audio/decibel-audio-player/pkg-descr
sed 's/^X//' >/usr/ports/audio/decibel-audio-player/pkg-descr << '1614268e90c35762869435e80f1f2e64'
XDecibel audio player is a very fast GTK+ audio player
Xwith an emphasis on being very clean and user friendly.
X
X* Utilizes the GStreamer plugins system
X* Lighter footprint than most audio players
X* Follows the Gnome Human Interface Guidelines
X* Has quite a few plugins of it's own
X
XWWW:	http://decibel.silent-blade.org/
1614268e90c35762869435e80f1f2e64
echo x - /usr/ports/audio/decibel-audio-player/Makefile
sed 's/^X//' >/usr/ports/audio/decibel-audio-player/Makefile << 'a3a0a513a0ad4ffa58fbff7287fcdf47'
X# New ports collection makefile for:	decibel-audio-player
X# Date created:		2010-03-17
X# Whom:			kipz <somicide@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	decibel-audio-player
XPORTVERSION=	1.03
XCATEGORIES=	audio multimedia gnome python
XMASTER_SITES=	http://decibel.silent-blade.org/uploads/Main/
X
XMAINTAINER=	somicide@gmail.com
XCOMMENT=	Decibel audio player is a very fast GTK+ audio player with an emphasis on being very clean and user friendly.
X
XRUN_DEPENDS=	py*-dbus>=0.80:${PORTSDIR}/graphics/py-dbus
XRUN_DEPENDS=	py*-gnome>=2.18:${PORTSDIR}/x11-toolkits/py-gnome
XRUN_DEPENDS=	py*-mutagen>=1.11:${PORTSDIR}/audio/py-mutagen
X
XUSE_PYTHON=	2.4+
XUSE_GNOME=	pygtk2
XUSE_GSTREAMER=	python good bad
X
X#Audio gstreamer plugins
XOPTIONS=	FLAC "Audio: FLAC" on
XOPTIONS+=	MP3 "Audio: MP3" on
XOPTIONS+=	MPEG4IP "Audio: AAC/MP4P" on
XOPTIONS+=	OGG "Audio: OGG" on
XOPTIONS+=	SPEEX "Audio: OGG/Speex" off
XOPTIONS+=	VORBIS "Audio: OGG/Vorbis" on
XOPTIONS+=	WAVPACK "Audio: Wavpack" on
X
X#A few extra requirements if we want to use some nifty plugins in decibel
XOPTIONS+=	EXTRAS "Plugins: Extra requirements (few)" on
X
X.include <bsd.port.pre.mk>
X
X.if !defined(WITHOUT_EXTRAS)
XRUN_DEPENDS=	py*-imaging>=1.1.6:${PORTSDIR}/graphics/py-imaging
XRUN_DEPENDS=	py*-notify>=0.1.1:${PORTSDIR}/devel/py-notify
X.endif
X
X.if !defined(WITHOUT_FLAC)
XUSE_GSTREAMER+=	flac
X.endif
X
X.if !defined(WITHOUT_MP3)
XUSE_GSTREAMER+=	mp3
X.endif
X
X.if !defined(WITHOUT_MPEG4IP)
XLIB_DEPENDS+=	mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
XUSE_GSTREAMER+=	faad
X.endif
X
X.if !defined(WITHOUT_OGG)
XUSE_GSTREAMER+=	ogg
X.endif
X
X.if !defined(WITHOUT_SPEEX)
XUSE_GSTREAMER+=	speex
X.endif
X
X.if !defined(WITHOUT_VORBIS)
XUSE_GSTREAMER+=	vorbis
X.endif
X
X.if !defined(WITHOUT_WAVPACK)
XLIB_DEPENDS+=	wavpack.1:${PORTSDIR}/audio/wavpack
XUSE_GSTREAMER+=	wavpack
X.endif
X
X.include <bsd.port.post.mk>
a3a0a513a0ad4ffa58fbff7287fcdf47
echo x - /usr/ports/audio/decibel-audio-player/distinfo
sed 's/^X//' >/usr/ports/audio/decibel-audio-player/distinfo << 'c5cb88d8c89c92e8ac12d04d42df7c44'
XMD5 (decibel-audio-player-1.03.tar.gz) = 546535cba23c676dbfb016a4c6341336
XSHA256 (decibel-audio-player-1.03.tar.gz) = ccfd75daea7bbd792004230def1aed489daff6e6ecad449feb0a748701288a33
XSIZE (decibel-audio-player-1.03.tar.gz) = 337739
c5cb88d8c89c92e8ac12d04d42df7c44
echo x - /usr/ports/audio/decibel-audio-player/pkg-plist
sed 's/^X//' >/usr/ports/audio/decibel-audio-player/pkg-plist << 'f11696f2e791eec231a2dec4ee2ddc0f'
X@comment $FreeBSD$
Xbin/decibel-audio-player
Xbin/decibel-audio-player-remote
Xshare/applications/decibel-audio-player.desktop
Xshare/decibel-audio-player/pix/audioscrobbler.png
Xshare/decibel-audio-player/pix/cover-glow.png
Xshare/decibel-audio-player/pix/cover-model.png
Xshare/decibel-audio-player/pix/cover-none.png
Xshare/decibel-audio-player/pix/decibel-audio-player-128.png
Xshare/decibel-audio-player/pix/decibel-audio-player-16.png
Xshare/decibel-audio-player/pix/decibel-audio-player-24.png
Xshare/decibel-audio-player/pix/decibel-audio-player-32.png
Xshare/decibel-audio-player/pix/decibel-audio-player-48.png
Xshare/decibel-audio-player/pix/decibel-audio-player-64.png
Xshare/decibel-audio-player/pix/decibel-audio-player.png
Xshare/decibel-audio-player/res/AudioCD.glade
Xshare/decibel-audio-player/res/AudioCDMenu.glade
Xshare/decibel-audio-player/res/Authentication.glade
Xshare/decibel-audio-player/res/Covers.glade
Xshare/decibel-audio-player/res/DesktopNotification.glade
Xshare/decibel-audio-player/res/Equalizer.glade
Xshare/decibel-audio-player/res/FileExplorer.glade
Xshare/decibel-audio-player/res/HelpDlg.glade
Xshare/decibel-audio-player/res/IMStatus.glade
Xshare/decibel-audio-player/res/Library.glade
Xshare/decibel-audio-player/res/MainWindow.glade
Xshare/decibel-audio-player/res/Preferences.glade
Xshare/decibel-audio-player/res/Progress.glade
Xshare/decibel-audio-player/res/SelectPath.glade
Xshare/decibel-audio-player/res/StatusFile.glade
Xshare/decibel-audio-player/res/StatusIconMenu.glade
Xshare/decibel-audio-player/res/Twitter.glade
Xshare/decibel-audio-player/src/decibel-audio-player.py
Xshare/decibel-audio-player/src/gui/__init__.py
Xshare/decibel-audio-player/src/gui/about.py
Xshare/decibel-audio-player/src/gui/authentication.py
Xshare/decibel-audio-player/src/gui/extListview.py
Xshare/decibel-audio-player/src/gui/extTreeview.py
Xshare/decibel-audio-player/src/gui/fileChooser.py
Xshare/decibel-audio-player/src/gui/help.py
Xshare/decibel-audio-player/src/gui/preferences.py
Xshare/decibel-audio-player/src/gui/progressDlg.py
Xshare/decibel-audio-player/src/gui/selectPath.py
Xshare/decibel-audio-player/src/gui/window.py
Xshare/decibel-audio-player/src/media/__init__.py
Xshare/decibel-audio-player/src/media/audioplayer.py
Xshare/decibel-audio-player/src/media/format/__init__.py
Xshare/decibel-audio-player/src/media/format/asf.py
Xshare/decibel-audio-player/src/media/format/flac.py
Xshare/decibel-audio-player/src/media/format/monkeysaudio.py
Xshare/decibel-audio-player/src/media/format/mp3.py
Xshare/decibel-audio-player/src/media/format/mp4.py
Xshare/decibel-audio-player/src/media/format/mpc.py
Xshare/decibel-audio-player/src/media/format/ogg.py
Xshare/decibel-audio-player/src/media/format/wavpack.py
Xshare/decibel-audio-player/src/media/playlist.py
Xshare/decibel-audio-player/src/media/track/__init__.py
Xshare/decibel-audio-player/src/media/track/cdTrack.py
Xshare/decibel-audio-player/src/media/track/fileTrack.py
Xshare/decibel-audio-player/src/modules/AudioCD.py
Xshare/decibel-audio-player/src/modules/AudioScrobbler.py
Xshare/decibel-audio-player/src/modules/CommandLine.py
Xshare/decibel-audio-player/src/modules/Covers.py
Xshare/decibel-audio-player/src/modules/CtrlPanel.py
Xshare/decibel-audio-player/src/modules/DBus.py
Xshare/decibel-audio-player/src/modules/DesktopNotification.py
Xshare/decibel-audio-player/src/modules/Equalizer.py
Xshare/decibel-audio-player/src/modules/Explorer.py
Xshare/decibel-audio-player/src/modules/FileExplorer.py
Xshare/decibel-audio-player/src/modules/GSTPlayer.py
Xshare/decibel-audio-player/src/modules/GnomeMediaKeys.py
Xshare/decibel-audio-player/src/modules/IMStatus.py
Xshare/decibel-audio-player/src/modules/Library.py
Xshare/decibel-audio-player/src/modules/ReplayGain.py
Xshare/decibel-audio-player/src/modules/StatusFile.py
Xshare/decibel-audio-player/src/modules/StatusIcon.py
Xshare/decibel-audio-player/src/modules/StatusbarTitlebar.py
Xshare/decibel-audio-player/src/modules/TrackPanel.py
Xshare/decibel-audio-player/src/modules/Tracklist.py
Xshare/decibel-audio-player/src/modules/Twitter.py
Xshare/decibel-audio-player/src/modules/__init__.py
Xshare/decibel-audio-player/src/remote.py
Xshare/decibel-audio-player/src/tools/__init__.py
Xshare/decibel-audio-player/src/tools/consts.py
Xshare/decibel-audio-player/src/tools/log.py
Xshare/decibel-audio-player/src/tools/prefs.py
Xshare/pixmaps/decibel-audio-player.png
X@dirrm share/decibel-audio-player/src/tools
X@dirrm share/decibel-audio-player/src/modules
X@dirrm share/decibel-audio-player/src/media/track
X@dirrm share/decibel-audio-player/src/media/format
X@dirrm share/decibel-audio-player/src/media
X@dirrm share/decibel-audio-player/src/gui
X@dirrm share/decibel-audio-player/src
X@dirrm share/decibel-audio-player/res
X@dirrm share/decibel-audio-player/pix
X@dirrm share/decibel-audio-player
f11696f2e791eec231a2dec4ee2ddc0f
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003171104.o2HB48op016932>