summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-29 09:43:06 +0800
commit78a4db8e7e172cf86b9151a9cdceb9ab199c4157 (patch)
tree4a2058e0835c130d6fde489d4cb10151290a7b0e /audio
parentba809a4ce1ee5d8c53fcec6f157ac92e9f6554d7 (diff)
downloadmarcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.gz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.bz2
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.lz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.xz
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.tar.zst
marcuscom-ports-78a4db8e7e172cf86b9151a9cdceb9ab199c4157.zip
Switch libsoup dependency to libsoup22.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10258 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r--audio/mpdscribble/Makefile23
-rw-r--r--audio/mpdscribble/distinfo3
-rw-r--r--audio/mpdscribble/pkg-descr4
-rw-r--r--audio/rhythmbox-devel/Makefile6
-rw-r--r--audio/rhythmbox/Makefile6
5 files changed, 36 insertions, 6 deletions
diff --git a/audio/mpdscribble/Makefile b/audio/mpdscribble/Makefile
new file mode 100644
index 000000000..57b51bc75
--- /dev/null
+++ b/audio/mpdscribble/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: mpdscribble
+# Date created: July 13 2006
+# Whom: Stepan Zastupov [RedChrom] <redchrom@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mpdscribble
+PORTVERSION= 0.2.12
+CATEGORIES= audio
+MASTER_SITES= http://www.frob.nl/projects/scribble/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Mpd last.fm client
+
+LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup22
+
+GNU_CONFIGURE= yes
+
+MAN1= mpdscribble.1
+PLIST_FILES= bin/mpdscribble
+
+.include <bsd.port.mk>
diff --git a/audio/mpdscribble/distinfo b/audio/mpdscribble/distinfo
new file mode 100644
index 000000000..51fc957bd
--- /dev/null
+++ b/audio/mpdscribble/distinfo
@@ -0,0 +1,3 @@
+MD5 (mpdscribble-0.2.12.tar.gz) = 7f0e976e7a066df0ddf21f3f4041ef6a
+SHA256 (mpdscribble-0.2.12.tar.gz) = bc15d633abca93d245c013e2f9ce40bc69a01c45da0a63423c437d891f404768
+SIZE (mpdscribble-0.2.12.tar.gz) = 140039
diff --git a/audio/mpdscribble/pkg-descr b/audio/mpdscribble/pkg-descr
new file mode 100644
index 000000000..7529d85cb
--- /dev/null
+++ b/audio/mpdscribble/pkg-descr
@@ -0,0 +1,4 @@
+mpdscribble is a music player daemon client which
+submits information about tracks being played to audioscrobbler.
+
+WWW: http://www.frob.nl/scribble.html
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile
index eda1d85e9..79f01c508 100644
--- a/audio/rhythmbox-devel/Makefile
+++ b/audio/rhythmbox-devel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.87 2008/01/09 23:18:01 marcus Exp $
+# $MCom: ports/audio/rhythmbox-devel/Makefile,v 1.88 2008/01/14 03:20:17 mezz Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.11.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
@@ -22,7 +22,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
totem-plparser.10:${PORTSDIR}/multimedia/totem-pl-parser \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
- soup-2.2.8:${PORTSDIR}/devel/libsoup \
+ soup-2.2.8:${PORTSDIR}/devel/libsoup22 \
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media
NO_LATEST_LINK= yes
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index 3ab6e5ce0..472579975 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.81 2007/07/30 19:41:19 mezz Exp $
+# $MCom: ports/audio/rhythmbox/Makefile,v 1.87 2008/01/14 03:20:16 mezz Exp $
#
PORTNAME= rhythmbox
PORTVERSION= 0.10.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
@@ -22,7 +22,7 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \
totem-plparser.10:${PORTSDIR}/multimedia/totem-pl-parser \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
- soup-2.2.8:${PORTSDIR}/devel/libsoup \
+ soup-2.2.8:${PORTSDIR}/devel/libsoup22 \
gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media
USE_BZIP2= yes