summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2006-10-25 19:08:09 +0000
committerAlfredo Tupone <tupone@gentoo.org>2006-10-25 19:08:09 +0000
commit1688dc845f2ceba8fd272c62c10b2e238fa02a00 (patch)
tree3b46560a6625a59de6decbbab9df36d0a7d8343f /media-libs/yiff
parentRemoved prozgui and asbutton (diff)
downloadgentoo-2-1688dc845f2ceba8fd272c62c10b2e238fa02a00.tar.gz
gentoo-2-1688dc845f2ceba8fd272c62c10b2e238fa02a00.tar.bz2
gentoo-2-1688dc845f2ceba8fd272c62c10b2e238fa02a00.zip
Fix emerging with USE="kde". Bug #146475
(Portage version: 2.1.1)
Diffstat (limited to 'media-libs/yiff')
-rw-r--r--media-libs/yiff/ChangeLog5
-rw-r--r--media-libs/yiff/files/digest-yiff-2.14.22
-rw-r--r--media-libs/yiff/files/digest-yiff-2.14.52
-rw-r--r--media-libs/yiff/yiff-2.14.5.ebuild11
4 files changed, 15 insertions, 5 deletions
diff --git a/media-libs/yiff/ChangeLog b/media-libs/yiff/ChangeLog
index 64a423e60a8c..56adce678495 100644
--- a/media-libs/yiff/ChangeLog
+++ b/media-libs/yiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/yiff
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/ChangeLog,v 1.10 2006/10/02 06:50:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/ChangeLog,v 1.11 2006/10/25 19:08:09 tupone Exp $
+
+ 25 Oct 2006; <tupone@gentoo.org> yiff-2.14.5.ebuild:
+ Fix emerging with USE="kde". Bug #146475 by Pacho Ramos
02 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> yiff-2.14.5.ebuild:
Allow kdemultimedia being a dependency as well as kmid. Thanks to Dave for
diff --git a/media-libs/yiff/files/digest-yiff-2.14.2 b/media-libs/yiff/files/digest-yiff-2.14.2
index f36c7f0b3ab8..d387ca834657 100644
--- a/media-libs/yiff/files/digest-yiff-2.14.2
+++ b/media-libs/yiff/files/digest-yiff-2.14.2
@@ -1 +1,3 @@
MD5 db5a17d43c6ead1dc9ad08995c06d05c yiff-2.14.2.tar.bz2 509273
+RMD160 66b44f4a23f679dccb18340d023c849421b43e0d yiff-2.14.2.tar.bz2 509273
+SHA256 fb95c4afc02aee64598f13561e0b5f5fa7bb7cf2d982b58770e0f2cd785d549d yiff-2.14.2.tar.bz2 509273
diff --git a/media-libs/yiff/files/digest-yiff-2.14.5 b/media-libs/yiff/files/digest-yiff-2.14.5
index 743cfc10405a..a1ada5157087 100644
--- a/media-libs/yiff/files/digest-yiff-2.14.5
+++ b/media-libs/yiff/files/digest-yiff-2.14.5
@@ -1 +1,3 @@
MD5 c43724d006a419f99fdb797e3067c085 yiff-2.14.5.tar.bz2 554909
+RMD160 13e00937e18e9a746793acdeea88b1d65cd95a8d yiff-2.14.5.tar.bz2 554909
+SHA256 229f35e32b76ac398387123a955aa789d614896d9e354e084db872a20a3ad764 yiff-2.14.5.tar.bz2 554909
diff --git a/media-libs/yiff/yiff-2.14.5.ebuild b/media-libs/yiff/yiff-2.14.5.ebuild
index 3fde331dca35..97052fd2bcab 100644
--- a/media-libs/yiff/yiff-2.14.5.ebuild
+++ b/media-libs/yiff/yiff-2.14.5.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/yiff-2.14.5.ebuild,v 1.2 2006/10/02 06:50:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/yiff/yiff-2.14.5.ebuild,v 1.3 2006/10/25 19:08:09 tupone Exp $
-inherit flag-o-matic eutils
+inherit flag-o-matic eutils kde-functions
DESCRIPTION="high performance and stable sound server for UNIX games and apps"
HOMEPAGE="http://wolfpack.twu.net/YIFF/"
@@ -21,7 +21,10 @@ src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-build.patch
- use kde && sed -i '/^LIB =/s:$: -lkmid:' yiff/Makefile.Linux
+ if use kde; then
+ set-kdedir
+ sed -i "/^LIB =/s:$: -L${KDEDIR}/lib -lkmid:" yiff/Makefile.Linux
+ fi
sed -i \
-e "/^YLIB_DIR/s:/lib:/$(get_libdir):" \
-e '/LDCONFIG/s:=.*:=true:' \
@@ -32,7 +35,7 @@ src_unpack() {
src_compile() {
local pkgs="libY2 yiff yiffutils"
use gtk && pkgs="${pkgs} yiffconfig"
- use kde && append-flags -DHAVE_LIBKMID
+ use kde && append-flags -DHAVE_LIBKMID -I${KDEDIR}/include
use alsa && append-flags -DALSA_RUN_CONFORM
append-flags -DOSS -DOSS_BUFFRAG -DYSHM_SUPPORT -D__USE_BSD
emake linux \