public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r1.ebuild cynthiune-0.9.5.ebuild cynthiune-0.9.4.ebuild
@ 2007-09-10 18:22 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2007-09-10 18:22 UTC (permalink / raw
  To: gentoo-commits

voyageur    07/09/10 18:22:48

  Modified:             ChangeLog
  Added:                cynthiune-0.9.5-r1.ebuild
  Removed:              cynthiune-0.9.5.ebuild cynthiune-0.9.4.ebuild
  Log:
  Version bump from the GNUstep overlay
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.9                  gnustep-apps/cynthiune/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	11 Dec 2006 18:45:44 -0000	1.8
+++ ChangeLog	10 Sep 2007 18:22:48 -0000	1.9
@@ -1,6 +1,15 @@
 # ChangeLog for gnustep-apps/cynthiune
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.8 2006/12/11 18:45:44 grobian Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.9 2007/09/10 18:22:48 voyageur Exp $
+
+*cynthiune-0.9.5-r1 (10 Sep 2007)
+
+  10 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org>
+  +files/cynthiune-0.9.5-NSCellExtensions.patch,
+  +files/cynthiune-0.9.5-gnustep-make-2.patch,
+  +files/cynthiune-0.9.5-set-macro.patch, -cynthiune-0.9.4.ebuild,
+  -cynthiune-0.9.5.ebuild, +cynthiune-0.9.5-r1.ebuild:
+  Version bump from the GNUstep overlay
 
 *cynthiune-0.9.5 (11 Dec 2006)
 



1.1                  gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: cynthiune-0.9.5-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.1 2007/09/10 18:22:48 voyageur Exp $

inherit gnustep-2

S=${WORKDIR}/${P/c/C}

DESCRIPTION="Free software and romantic music player for GNUstep."
HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune"
SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz"

IUSE="arts esd flac mad modplug musepack timidity vorbis"

KEYWORDS="~amd64 ~ppc ~x86"
LICENSE="GPL-2"
SLOT="0"

DEPEND="media-libs/audiofile
	media-libs/taglib
	arts? ( kde-base/arts )
	esd? ( media-sound/esound )
	flac? ( media-libs/flac )
	mad? ( media-libs/libid3tag
		media-libs/libmad )
	musepack? ( media-libs/libmpcdec )
	modplug? ( media-libs/libmodplug )
	timidity? ( media-sound/timidity++ )
	vorbis? ( >=media-libs/libogg-1.1.2
		>=media-libs/libvorbis-1.0.1-r2 )
	media-libs/musicbrainz"
RDEPEND="${DEPEND}"

src_unpack() {
	unpack ${A}
	cd ${S}

	epatch "${FILESDIR}"/${P}-flac-1.1.3.patch
	epatch "${FILESDIR}"/${P}-set-macro.patch
	epatch "${FILESDIR}"/${P}-NSCellExtensions.patch
	epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
}

cynthiune_get_config() {
	# Gentoo doesn't have libavi (any more)
	local myconf="disable-windowsmedia=yes"
	use arts || myconf="${myconf} disable-arts=yes"
	use esd || myconf="${myconf} disable-esound=yes"
	use flac || myconf="${myconf} disable-flac=yes"
	use mad || myconf="${myconf} disable-mp3=yes"
	use modplug || myconf="${myconf} disable-mod=yes"
	use musepack || myconf="${myconf} disable-musepack=yes"
	use timidity || myconf="${myconf} disable-timidity=yes"
	use vorbis || myconf="${myconf} disable-ogg=yes"

	echo ${myconf}
}

src_compile() {
	egnustep_env
	egnustep_make "$(cynthiune_get_config)" || die "make failed"
}

src_install() {
	egnustep_env
	egnustep_install "$(cynthiune_get_config)" || die
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-10 18:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-10 18:22 [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r1.ebuild cynthiune-0.9.5.ebuild cynthiune-0.9.4.ebuild Bernard Cafarelli (voyageur)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox