summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-09 11:35:12 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-09 11:35:12 +0000
commitc01a237de12de7d22c27597d2dc88e87140e7948 (patch)
tree12c0c47634bc660a3f187136f6b14519229319fc /media-libs/yiff
parenttypo (diff)
downloadhistorical-c01a237de12de7d22c27597d2dc88e87140e7948.tar.gz
historical-c01a237de12de7d22c27597d2dc88e87140e7948.tar.bz2
historical-c01a237de12de7d22c27597d2dc88e87140e7948.zip
Removing mikmod dependency stuff as it is borked... does not provide libkmid.h
Diffstat (limited to 'media-libs/yiff')
-rw-r--r--media-libs/yiff/ChangeLog5
-rw-r--r--media-libs/yiff/Manifest4
-rw-r--r--media-libs/yiff/yiff-2.14.2.ebuild13
3 files changed, 12 insertions, 10 deletions
diff --git a/media-libs/yiff/ChangeLog b/media-libs/yiff/ChangeLog
index d46b8ec60858..45662a480106 100644
--- a/media-libs/yiff/ChangeLog
+++ b/media-libs/yiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/yiff
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/ChangeLog,v 1.5 2004/06/30 07:22:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/ChangeLog,v 1.6 2004/07/09 11:35:12 eradicator Exp $
+
+ 09 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> yiff-2.14.2.ebuild:
+ Removing mikmod dependency stuff as it is borked... does not provide libkmid.h
30 Jun 2004; David Holm <dholm@gentoo.org> yiff-2.14.2.ebuild:
Added to ~ppc.
diff --git a/media-libs/yiff/Manifest b/media-libs/yiff/Manifest
index 9907a33a4546..268c9c7d10d1 100644
--- a/media-libs/yiff/Manifest
+++ b/media-libs/yiff/Manifest
@@ -1,4 +1,4 @@
-MD5 89fbffb562fe25eb8f9c9e4ad6681c88 ChangeLog 592
-MD5 6d8357affd562acfea7801ff18462a42 yiff-2.14.2.ebuild 1042
+MD5 3f60121c3ba62ef5c549edc99c551bc1 yiff-2.14.2.ebuild 1004
+MD5 5a607a79f4ef97dfe7f0cf60210e94e2 ChangeLog 756
MD5 8bf3317f7549f6be736e2a237a5ed26d files/2.14.2-gcc3.patch 3137
MD5 731dde7e0d27725a199275a23aaec33e files/digest-yiff-2.14.2 64
diff --git a/media-libs/yiff/yiff-2.14.2.ebuild b/media-libs/yiff/yiff-2.14.2.ebuild
index da95dc8d7ba0..458147da7947 100644
--- a/media-libs/yiff/yiff-2.14.2.ebuild
+++ b/media-libs/yiff/yiff-2.14.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/yiff-2.14.2.ebuild,v 1.7 2004/06/30 07:22:06 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/yiff-2.14.2.ebuild,v 1.8 2004/07/09 11:35:12 eradicator Exp $
-inherit flag-o-matic eutils
+inherit flag-o-matic eutils kde
DESCRIPTION="high performance and stable sound server for UNIX games and apps"
HOMEPAGE="http://wolfpack.twu.net/YIFF/"
@@ -10,11 +10,10 @@ SRC_URI="ftp://wolfpack.twu.net/users/wolfpack/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE="gtk mikmod"
+KEYWORDS="x86 ~ppc ~sparc"
+IUSE="gtk"
-DEPEND="gtk? ( =x11-libs/gtk+-1.2* )
- mikmod? ( media-libs/libmikmod )"
+DEPEND="gtk? ( =x11-libs/gtk+-1.2* )"
src_unpack() {
unpack ${A}
@@ -25,7 +24,7 @@ src_unpack() {
src_compile() {
local pkgs="libY2 yiff yiffutils"
use gtk && pkgs="${pkgs} yiffconfig" && append-flags `gtk-config --cflags`
- use mikmod && append-flags -DHAVE_LIBKMID
+ #append-flags -DHAVE_LIBKMID
append-flags -DALSA_RUN_CONFORM -DOSS -DOSS_BUFFRAG -DYSHM_SUPPORT -D__USE_BSD
make linux \
CFLAGS="${CFLAGS}" \