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
commit08da1f531b4db15658bd856d78c2c981f7b63771 (patch)
treeb68c09af2386e773779859f78b6554e05bba8745 /media-libs/yiff
parenttypo (Manifest recommit) (diff)
downloadgentoo-2-08da1f531b4db15658bd856d78c2c981f7b63771.tar.gz
gentoo-2-08da1f531b4db15658bd856d78c2c981f7b63771.tar.bz2
gentoo-2-08da1f531b4db15658bd856d78c2c981f7b63771.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/yiff-2.14.2.ebuild13
2 files changed, 10 insertions, 8 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/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}" \