Import audio/potamus. Potamus is a lightweight GTK-based audio player with
a simple interface and an emphasis on high audio quality. It is designed to use the filesystem for sorting music, instead of a complex database. ok landry@ sthen@
This commit is contained in:
parent
54abc612eb
commit
c976f4cfbf
40
audio/potamus/Makefile
Normal file
40
audio/potamus/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/11/16 17:58:34 bcallah Exp $
|
||||
|
||||
COMMENT = lightweight audio player with a simple interface
|
||||
DISTNAME = potamus-14
|
||||
CATEGORIES = audio x11
|
||||
|
||||
HOMEPAGE = http://offog.org/code/potamus/
|
||||
|
||||
MAINTAINER = Brian Callahan <bcallah@openbsd.org>
|
||||
|
||||
# GPLv2+
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
WANTLIB += FLAC X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
|
||||
WANTLIB += Xinerama Xrandr Xrender ao atk-1.0 audiofile avcodec avformat
|
||||
WANTLIB += avutil c cairo fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gio-2.0 glade-2.0 glib-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-x11-2.0 m mad modplug ogg pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pthread samplerate vorbis vorbisfile xml2 z
|
||||
|
||||
MASTER_SITES = http://offog.org/files/
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
LIB_DEPENDS = audio/libao \
|
||||
audio/libmad \
|
||||
audio/libmodplug \
|
||||
audio/libsamplerate \
|
||||
devel/libaudiofile \
|
||||
devel/libglade2 \
|
||||
graphics/ffmpeg \
|
||||
x11/gtk+2
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --disable-output-jack
|
||||
|
||||
.include <bsd.port.mk>
|
2
audio/potamus/distinfo
Normal file
2
audio/potamus/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (potamus-14.tar.gz) = ricacQHbvXXJX6qgr80xHK4kMRocTrAec9H/zkNmcZQ=
|
||||
SIZE (potamus-14.tar.gz) = 163164
|
9
audio/potamus/pkg/DESCR
Normal file
9
audio/potamus/pkg/DESCR
Normal file
@ -0,0 +1,9 @@
|
||||
Potamus is a lightweight GTK-based audio player with a simple interface
|
||||
and an emphasis on high audio quality.
|
||||
|
||||
It was written to make use of the filesystem for sorting music, unlike
|
||||
larger audio players that use a complex database.
|
||||
|
||||
Files can be added to the database in one of two ways: either by drag
|
||||
and drop into the playlist or by passing files or directories on the
|
||||
command line.
|
20
audio/potamus/pkg/PLIST
Normal file
20
audio/potamus/pkg/PLIST
Normal file
@ -0,0 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/16 17:58:34 bcallah Exp $
|
||||
@bin bin/potamus
|
||||
share/applications/potamus.desktop
|
||||
share/icons/hicolor/48x48/apps/potamus.png
|
||||
share/icons/hicolor/scalable/apps/potamus.svg
|
||||
share/potamus/
|
||||
share/potamus/potamus-clear.png
|
||||
share/potamus/potamus-next.png
|
||||
share/potamus/potamus-pause.png
|
||||
share/potamus/potamus-play.png
|
||||
share/potamus/potamus-playing.png
|
||||
share/potamus/potamus-previous.png
|
||||
share/potamus/potamus-shuffle.png
|
||||
share/potamus/potamus-stop.png
|
||||
share/potamus/potamus.glade
|
||||
share/potamus/potamus.png
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
Loading…
Reference in New Issue
Block a user