summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/grip/Manifest5
-rw-r--r--media-sound/pd/ChangeLog6
-rw-r--r--media-sound/pd/pd-0.35.0-r2.ebuild4
-rw-r--r--media-sound/pd/pd-0.36.0.ebuild4
-rw-r--r--media-sound/pd/pd-0.37.0.ebuild4
-rw-r--r--media-sound/pd/pd-0.37.1.ebuild4
-rw-r--r--media-sound/terminatorx/ChangeLog6
-rw-r--r--media-sound/terminatorx/terminatorx-3.81.ebuild4
8 files changed, 23 insertions, 14 deletions
diff --git a/media-sound/grip/Manifest b/media-sound/grip/Manifest
index 76b61f63e14b..7aa29be43988 100644
--- a/media-sound/grip/Manifest
+++ b/media-sound/grip/Manifest
@@ -1,10 +1,11 @@
-MD5 4fb9b59786d391f3d077364d03b41599 grip-3.1.9.ebuild 1247
+MD5 b8275167c6440fe798dfbd7c68955ae1 grip-3.1.9.ebuild 1412
MD5 0a1d75cb7fad1c37f08c15e75dd14a1d grip-3.0.3.ebuild 1380
MD5 09f93673f68d109497d80270cd8c3cae grip-3.1.8.ebuild 1412
MD5 c3bf00639dbd220b3268ea1d555efb24 grip-3.0.7.ebuild 914
MD5 28477f1e1260c7044a76f8b9b007982a grip-3.1.5.ebuild 1233
-MD5 bf04b9dcfd425ec4eacc924ea07e5efc ChangeLog 5326
+MD5 442e99639d76a884c45f30342a3ffd6e ChangeLog 5493
MD5 527dcfe3ce0f0b53c6b6aa8b82eb930c metadata.xml 252
+MD5 31a393d115808b13c2f02527bb894955 files/grip-3.1.9-statuscheck-lp64.patch 345
MD5 0503cd1926c4edca6fe25d2f61baa0dc files/grip-3.1.8-statuscheck-lp64.patch 340
MD5 894e3e78526e61bb0ca317e3c0ee5687 files/grip-3.0.6-NPTL-compat.patch 348
MD5 b3e96269e1237cfdd8f02634e55ab7b5 files/grip-3.1.4-cdda.patch 399
diff --git a/media-sound/pd/ChangeLog b/media-sound/pd/ChangeLog
index 325ab0870f2b..2445cbf3ae8e 100644
--- a/media-sound/pd/ChangeLog
+++ b/media-sound/pd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/pd
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/ChangeLog,v 1.12 2004/03/25 11:21:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/ChangeLog,v 1.13 2004/04/03 23:50:06 spyderous Exp $
+
+ 03 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; pd-0.35.0-r2.ebuild,
+ pd-0.36.0.ebuild, pd-0.37.0.ebuild, pd-0.37.1.ebuild:
+ Change x11-base/xfree dependency to virtual/x11.
25 Mar 2004; David Holm <dholm@gentoo.org> pd-0.37.1.ebuild:
Added to ~ppc.
diff --git a/media-sound/pd/pd-0.35.0-r2.ebuild b/media-sound/pd/pd-0.35.0-r2.ebuild
index 6721df383f8f..794bd47e4d60 100644
--- a/media-sound/pd/pd-0.35.0-r2.ebuild
+++ b/media-sound/pd/pd-0.35.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.35.0-r2.ebuild,v 1.3 2004/03/25 02:56:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.35.0-r2.ebuild,v 1.4 2004/04/03 23:50:06 spyderous Exp $
inherit eutils
@@ -20,7 +20,7 @@ IUSE="X alsa"
DEPEND="=dev-lang/tcl-8.3*
=dev-lang/tk-8.3*
alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 )
- X? ( x11-base/xfree )"
+ X? ( virtual/x11 )"
src_unpack() {
unpack ${A}
diff --git a/media-sound/pd/pd-0.36.0.ebuild b/media-sound/pd/pd-0.36.0.ebuild
index a71cf3e990c6..f81c9170fc8d 100644
--- a/media-sound/pd/pd-0.36.0.ebuild
+++ b/media-sound/pd/pd-0.36.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.36.0.ebuild,v 1.2 2004/03/01 05:37:15 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.36.0.ebuild,v 1.3 2004/04/03 23:50:06 spyderous Exp $
# Miller Puckette uses nonstandard versioning scheme that we have to crunch
MY_P=`echo ${P} | sed 's/\.\([0-9]\+\)$/-\1/'`
@@ -18,7 +18,7 @@ IUSE="X alsa"
DEPEND="=dev-lang/tcl-8.3*
=dev-lang/tk-8.3*
alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 )
- X? ( x11-base/xfree )"
+ X? ( virtual/x11 )"
src_unpack() {
unpack ${A}
diff --git a/media-sound/pd/pd-0.37.0.ebuild b/media-sound/pd/pd-0.37.0.ebuild
index 2161f4da530b..0dcbd9f0cb90 100644
--- a/media-sound/pd/pd-0.37.0.ebuild
+++ b/media-sound/pd/pd-0.37.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.0.ebuild,v 1.3 2004/03/25 02:56:28 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.0.ebuild,v 1.4 2004/04/03 23:50:06 spyderous Exp $
inherit eutils
@@ -20,7 +20,7 @@ IUSE="X alsa"
DEPEND=">=dev-lang/tcl-8.3.3
>=dev-lang/tk-8.3.3
alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 )
- X? ( x11-base/xfree )"
+ X? ( virtual/x11 )"
src_unpack() {
unpack ${A}
diff --git a/media-sound/pd/pd-0.37.1.ebuild b/media-sound/pd/pd-0.37.1.ebuild
index 57603104ba65..6da57e2a9fbf 100644
--- a/media-sound/pd/pd-0.37.1.ebuild
+++ b/media-sound/pd/pd-0.37.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.1.ebuild,v 1.3 2004/03/25 11:21:58 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/pd/pd-0.37.1.ebuild,v 1.4 2004/04/03 23:50:06 spyderous Exp $
inherit eutils
@@ -20,7 +20,7 @@ IUSE="X alsa"
RDEPEND=">=dev-lang/tcl-8.3.3
>=dev-lang/tk-8.3.3
alsa? ( >=media-libs/alsa-lib-0.9.0_rc2 )
- X? ( x11-base/xfree )"
+ X? ( virtual/x11 )"
DEPEND="${RDEPEND}
sys-apps/sed"
diff --git a/media-sound/terminatorx/ChangeLog b/media-sound/terminatorx/ChangeLog
index 543cf9871e0d..f60222efbb0e 100644
--- a/media-sound/terminatorx/ChangeLog
+++ b/media-sound/terminatorx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/terminatorx
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.7 2004/04/01 08:37:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/ChangeLog,v 1.8 2004/04/03 23:49:04 spyderous Exp $
+
+ 03 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>;
+ terminatorx-3.81.ebuild:
+ Change x11-base/xfree dependency to virtual/x11.
01 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
terminatorx-3.81.ebuild:
diff --git a/media-sound/terminatorx/terminatorx-3.81.ebuild b/media-sound/terminatorx/terminatorx-3.81.ebuild
index bb6f710e5119..8c7eb69537ce 100644
--- a/media-sound/terminatorx/terminatorx-3.81.ebuild
+++ b/media-sound/terminatorx/terminatorx-3.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.5 2004/04/01 08:37:10 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/terminatorx/terminatorx-3.81.ebuild,v 1.6 2004/04/03 23:49:04 spyderous Exp $
inherit gnome2
@@ -21,7 +21,7 @@ DEPEND="alsa? ( >=media-libs/alsa-lib-0.9 )
sox? ( media-sound/sox )
>=x11-libs/gtk+-2.2.0
>=dev-libs/glib-2.2.0
- >=x11-base/xfree-4.2.0-r11
+ virtual/x11
dev-libs/libxml
media-libs/audiofile
media-libs/ladspa-sdk