mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
iStream is a simple GNOME panel applet that lets you play internet radio
streams (local files work too). It uses Gstreamer for playback. Written in C using Gtk+. Configure your streams in ~/.istream file. WWW: http://www.gnomefiles.org/app.php/iStream
This commit is contained in:
parent
941d7c4c96
commit
cc4992b9f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240614
5 changed files with 45 additions and 0 deletions
|
@ -307,6 +307,7 @@
|
|||
SUBDIR += id3tool
|
||||
SUBDIR += id3v2
|
||||
SUBDIR += ifp-line
|
||||
SUBDIR += istream
|
||||
SUBDIR += jack
|
||||
SUBDIR += jack-keyboard
|
||||
SUBDIR += jack-rack
|
||||
|
|
29
audio/istream/Makefile
Normal file
29
audio/istream/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: iStream
|
||||
# Date created: 31 August 2009
|
||||
# Whom: Pav Lucistnik <pav@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= istream
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.jochen-baier.de/istream/
|
||||
|
||||
MAINTAINER= pav@FreeBSD.org
|
||||
COMMENT= Internet radio player applet for GNOME Panel
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= gnomepanel
|
||||
USE_GSTREAMER= yes
|
||||
USE_XORG= xtst
|
||||
GNU_CONFIGURE= yes
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}c
|
||||
CONFIGURE_ENV= CPPFLAGS="`pkg-config --cflags libgnomeui-2.0`"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libdir)/bonobo|prefix)/libdata/bonobo|' ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|/usr/libexec/istream|${PREFIX}/libexec/istream|' ${WRKSRC}/src/GNOME_istreamApplet.server.in
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/istream/distinfo
Normal file
3
audio/istream/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (istream-0.10.tar.gz) = 0fbcd9709c512af798dd6270e56e6710
|
||||
SHA256 (istream-0.10.tar.gz) = 8c7a131e7f50de42fcbb4eb006744dd0f96c1873ae07fd326c05901fa5b8e764
|
||||
SIZE (istream-0.10.tar.gz) = 117594
|
7
audio/istream/pkg-descr
Normal file
7
audio/istream/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
iStream is a simple GNOME panel applet that lets you play internet radio
|
||||
streams (local files work too). It uses Gstreamer for playback. Written in C
|
||||
using Gtk+.
|
||||
|
||||
Configure your streams in ~/.istream file.
|
||||
|
||||
WWW: http://www.gnomefiles.org/app.php/iStream
|
5
audio/istream/pkg-plist
Normal file
5
audio/istream/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
libdata/bonobo/servers/GNOME_istreamApplet.server
|
||||
libexec/istream
|
||||
share/pixmaps/istream.png
|
||||
share/pixmaps/istream_background.png
|
||||
share/pixmaps/istream_menu.png
|
Loading…
Add table
Reference in a new issue