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-r5.ebuild
@ 2009-12-23 20:39 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2009-12-23 20:39 UTC (permalink / raw
  To: gentoo-commits

voyageur    09/12/23 20:39:19

  Modified:             ChangeLog
  Added:                cynthiune-0.9.5-r5.ebuild
  Log:
  Convert musepack support to SV8 api, thanks to ssuominen in bug #297910
  (Portage version: 2.2_rc60/cvs/Linux x86_64)

Revision  Changes    Path
1.26                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	10 Nov 2009 21:51:47 -0000	1.25
+++ ChangeLog	23 Dec 2009 20:39:18 -0000	1.26
@@ -1,6 +1,12 @@
 # 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.25 2009/11/10 21:51:47 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.26 2009/12/23 20:39:18 voyageur Exp $
+
+*cynthiune-0.9.5-r5 (23 Dec 2009)
+
+  23 Dec 2009; Bernard Cafarelli <voyageur@gentoo.org>
+  +cynthiune-0.9.5-r5.ebuild, +files/cynthiune-0.9.5-libmpcdec.patch:
+  Convert musepack support to SV8 api, thanks to ssuominen in bug #297910
 
   10 Nov 2009; Mounir Lamouri <volkmar@gentoo.org>
   cynthiune-0.9.5-r4.ebuild:



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

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

Index: cynthiune-0.9.5-r5.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-r5.ebuild,v 1.1 2009/12/23 20:39:18 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="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-sound/musepack-tools-444 )
	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}-libmpcdec.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: ChangeLog cynthiune-0.9.5-r5.ebuild
@ 2010-02-03 21:57 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2010-02-03 21:57 UTC (permalink / raw
  To: gentoo-commits

maekke      10/02/03 21:57:52

  Modified:             ChangeLog cynthiune-0.9.5-r5.ebuild
  Log:
  amd64/x86 stable, bug #301304
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	23 Dec 2009 20:39:18 -0000	1.26
+++ ChangeLog	3 Feb 2010 21:57:52 -0000	1.27
@@ -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.26 2009/12/23 20:39:18 voyageur Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.27 2010/02/03 21:57:52 maekke Exp $
+
+  03 Feb 2010; Markus Meier <maekke@gentoo.org> cynthiune-0.9.5-r5.ebuild:
+  amd64/x86 stable, bug #301304
 
 *cynthiune-0.9.5-r5 (23 Dec 2009)
 



1.2                  gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild

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

Index: cynthiune-0.9.5-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cynthiune-0.9.5-r5.ebuild	23 Dec 2009 20:39:18 -0000	1.1
+++ cynthiune-0.9.5-r5.ebuild	3 Feb 2010 21:57:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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-r5.ebuild,v 1.1 2009/12/23 20:39:18 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v 1.2 2010/02/03 21:57:52 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"
 






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r5.ebuild
@ 2010-02-08 18:11 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 4+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-02-08 18:11 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/02/08 18:11:05

  Modified:             ChangeLog cynthiune-0.9.5-r5.ebuild
  Log:
  ppc stable #301304
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.28                 gnustep-apps/cynthiune/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	3 Feb 2010 21:57:52 -0000	1.27
+++ ChangeLog	8 Feb 2010 18:11:05 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.27 2010/02/03 21:57:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.28 2010/02/08 18:11:05 nixnut Exp $
+
+  08 Feb 2010; nixnut <nixnut@gentoo.org> cynthiune-0.9.5-r5.ebuild:
+  ppc stable #301304
 
   03 Feb 2010; Markus Meier <maekke@gentoo.org> cynthiune-0.9.5-r5.ebuild:
   amd64/x86 stable, bug #301304



1.3                  gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild

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

Index: cynthiune-0.9.5-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cynthiune-0.9.5-r5.ebuild	3 Feb 2010 21:57:52 -0000	1.2
+++ cynthiune-0.9.5-r5.ebuild	8 Feb 2010 18:11:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r5.ebuild,v 1.2 2010/02/03 21:57:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v 1.3 2010/02/08 18:11:05 nixnut 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"
 






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

* [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r5.ebuild
@ 2010-07-14 17:12 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-07-14 17:12 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/07/14 17:12:57

  Modified:             ChangeLog cynthiune-0.9.5-r5.ebuild
  Log:
  Fix compilation with new gnustep-base, bug #328191
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.30                 gnustep-apps/cynthiune/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnustep-apps/cynthiune/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	10 Feb 2010 21:41:48 -0000	1.29
+++ ChangeLog	14 Jul 2010 17:12:56 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for gnustep-apps/cynthiune
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.29 2010/02/10 21:41:48 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.30 2010/07/14 17:12:56 voyageur Exp $
+
+  14 Jul 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  cynthiune-0.9.5-r5.ebuild, +files/cynthiune-0.9.5-NSWindow.patch:
+  Fix compilation with new gnustep-base, bug #328191
 
   10 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
   -cynthiune-0.9.5-r4.ebuild, -files/cynthiune-0.9.5-libmpcdecsv7.patch:



1.4                  gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild

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

Index: cynthiune-0.9.5-r5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cynthiune-0.9.5-r5.ebuild	8 Feb 2010 18:11:05 -0000	1.3
+++ cynthiune-0.9.5-r5.ebuild	14 Jul 2010 17:12:56 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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-r5.ebuild,v 1.3 2010/02/08 18:11:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r5.ebuild,v 1.4 2010/07/14 17:12:56 voyageur Exp $
 
 inherit gnustep-2
 
@@ -38,6 +38,7 @@
 	epatch "${FILESDIR}"/${P}-set-macro.patch
 	epatch "${FILESDIR}"/${P}-NSCellExtensions.patch
 	epatch "${FILESDIR}"/${P}-NSMutableDictionary.patch
+	epatch "${FILESDIR}"/${P}-NSWindow.patch
 	epatch "${FILESDIR}"/${P}-gnustep-make-2.patch
 	epatch "${FILESDIR}"/${P}-as-needed.patch
 	epatch "${FILESDIR}"/${P}-libmpcdec.patch






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

end of thread, other threads:[~2010-07-14 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 18:11 [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: ChangeLog cynthiune-0.9.5-r5.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-14 17:12 Bernard Cafarelli (voyageur)
2010-02-03 21:57 Markus Meier (maekke)
2009-12-23 20:39 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