public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r4.ebuild ChangeLog
@ 2009-07-26 15:33 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 4+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-07-26 15:33 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/07/26 15:33:11

  Modified:             ChangeLog
  Added:                cynthiune-0.9.5-r4.ebuild
  Log:
  Use transition package media-libs/libmpcdecsv7 instead of media-libs/libmpcdec for Musepack support.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Jun 2009 16:44:33 -0000	1.20
+++ ChangeLog	26 Jul 2009 15:33:11 -0000	1.21
@@ -1,6 +1,13 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.20 2009/06/19 16:44:33 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.21 2009/07/26 15:33:11 ssuominen Exp $
+
+*cynthiune-0.9.5-r4 (26 Jul 2009)
+
+  26 Jul 2009; Samuli Suominen <ssuominen@gentoo.org>
+  +cynthiune-0.9.5-r4.ebuild, +files/cynthiune-0.9.5-libmpcdecsv7.patch:
+  Use transition package media-libs/libmpcdecsv7 instead of
+  media-libs/libmpcdec for Musepack support.
 
 *cynthiune-0.9.5-r3 (19 Jun 2009)
 



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

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

Index: cynthiune-0.9.5-r4.ebuild
===================================================================
# Copyright 1999-2009 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-r4.ebuild,v 1.1 2009/07/26 15:33:11 ssuominen 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="flac mad modplug musepack timidity vorbis"

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

RDEPEND="media-libs/audiofile
	media-libs/taglib
	flac? ( media-libs/flac )
	mad? ( media-libs/libid3tag
		media-libs/libmad )
	musepack? ( media-libs/libmpcdecsv7 )
	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-2*"
DEPEND="${RDEPEND}
	mad? ( dev-util/pkgconfig )"

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}-NSMutableDictionary.patch
	epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
	epatch "${FILESDIR}"/${P}-as-needed.patch
	epatch "${FILESDIR}"/${P}-libmpcdecsv7.patch
}

cynthiune_get_config() {
	# Gentoo doesn't have libavi (any more)
	local myconf="disable-windowsmedia=yes disable-arts=yes disable-esound=yes"
	use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes"
	use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=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 disable-vorbistags=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
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r4.ebuild ChangeLog
@ 2009-08-16 11:55 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-16 11:55 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/16 11:55:11

  Modified:             cynthiune-0.9.5-r4.ebuild ChangeLog
  Log:
  stable x86, bug 281600
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild

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

Index: cynthiune-0.9.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cynthiune-0.9.5-r4.ebuild	26 Jul 2009 15:33:11 -0000	1.1
+++ cynthiune-0.9.5-r4.ebuild	16 Aug 2009 11:55:11 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r4.ebuild,v 1.1 2009/07/26 15:33:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v 1.2 2009/08/16 11:55:11 fauli Exp $
 
 inherit gnustep-2
 
@@ -12,7 +12,7 @@
 
 IUSE="flac mad modplug musepack timidity vorbis"
 
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



1.22                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	26 Jul 2009 15:33:11 -0000	1.21
+++ ChangeLog	16 Aug 2009 11:55:11 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.21 2009/07/26 15:33:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.22 2009/08/16 11:55:11 fauli Exp $
+
+  16 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
+  cynthiune-0.9.5-r4.ebuild:
+  stable x86, bug 281600
 
 *cynthiune-0.9.5-r4 (26 Jul 2009)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r4.ebuild ChangeLog
@ 2009-09-25 11:16 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-09-25 11:16 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/25 11:16:54

  Modified:             cynthiune-0.9.5-r4.ebuild ChangeLog
  Log:
  amd64 stable, bug #281600
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild

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

Index: cynthiune-0.9.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cynthiune-0.9.5-r4.ebuild	16 Aug 2009 11:55:11 -0000	1.2
+++ cynthiune-0.9.5-r4.ebuild	25 Sep 2009 11:16:54 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r4.ebuild,v 1.2 2009/08/16 11:55:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v 1.3 2009/09/25 11:16:54 maekke Exp $
 
 inherit gnustep-2
 
@@ -12,7 +12,7 @@
 
 IUSE="flac mad modplug musepack timidity vorbis"
 
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



1.23                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	16 Aug 2009 11:55:11 -0000	1.22
+++ ChangeLog	25 Sep 2009 11:16:54 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.22 2009/08/16 11:55:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.23 2009/09/25 11:16:54 maekke Exp $
+
+  25 Sep 2009; Markus Meier <maekke@gentoo.org> cynthiune-0.9.5-r4.ebuild:
+  amd64 stable, bug #281600
 
   16 Aug 2009; Christian Faulhammer <fauli@gentoo.org>
   cynthiune-0.9.5-r4.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r4.ebuild ChangeLog
@ 2009-11-10 21:51 Mounir Lamouri (volkmar)
  0 siblings, 0 replies; 4+ messages in thread
From: Mounir Lamouri (volkmar) @ 2009-11-10 21:51 UTC (permalink / raw
  To: gentoo-commits

volkmar     09/11/10 21:51:48

  Modified:             cynthiune-0.9.5-r4.ebuild ChangeLog
  Log:
  Stable for ppc.
  Bug 281600.
  (Portage version: 14755-svn/cvs/Linux ppc)

Revision  Changes    Path
1.4                  gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild

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

Index: cynthiune-0.9.5-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cynthiune-0.9.5-r4.ebuild	25 Sep 2009 11:16:54 -0000	1.3
+++ cynthiune-0.9.5-r4.ebuild	10 Nov 2009 21:51:47 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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-r4.ebuild,v 1.3 2009/09/25 11:16:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r4.ebuild,v 1.4 2009/11/10 21:51:47 volkmar Exp $
 
 inherit gnustep-2
 
@@ -12,7 +12,7 @@
 
 IUSE="flac mad modplug musepack timidity vorbis"
 
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 LICENSE="GPL-2"
 SLOT="0"
 



1.25                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	17 Oct 2009 10:13:32 -0000	1.24
+++ ChangeLog	10 Nov 2009 21:51:47 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.24 2009/10/17 10:13:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.25 2009/11/10 21:51:47 volkmar Exp $
+
+  10 Nov 2009; Mounir Lamouri <volkmar@gentoo.org>
+  cynthiune-0.9.5-r4.ebuild:
+  Stable for ppc, bug 281600
 
   17 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   cynthiune-0.9.5-r1.ebuild:






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-10 21:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 21:51 [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r4.ebuild ChangeLog Mounir Lamouri (volkmar)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-25 11:16 Markus Meier (maekke)
2009-08-16 11:55 Christian Faulhammer (fauli)
2009-07-26 15:33 Samuli Suominen (ssuominen)

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