public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mixxx: ChangeLog mixxx-1.6.0.ebuild
@ 2008-08-13  7:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-08-13  7:58 UTC (permalink / raw
  To: gentoo-commits

aballier    08/08/13 07:58:12

  Modified:             ChangeLog
  Added:                mixxx-1.6.0.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.41                 media-sound/mixxx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	27 Jul 2008 21:14:50 -0000	1.40
+++ ChangeLog	13 Aug 2008 07:58:11 -0000	1.41
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mixxx
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.40 2008/07/27 21:14:50 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.41 2008/08/13 07:58:11 aballier Exp $
+
+*mixxx-1.6.0 (13 Aug 2008)
+
+  13 Aug 2008; Alexis Ballier <aballier@gentoo.org> +mixxx-1.6.0.ebuild:
+  version bump
 
   27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> mixxx-1.4.2.ebuild,
   mixxx-1.6.0_beta2.ebuild, mixxx-1.6.0_beta3.ebuild:



1.1                  media-sound/mixxx/mixxx-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.1&content-type=text/plain

Index: mixxx-1.6.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild,v 1.1 2008/08/13 07:58:11 aballier Exp $

EAPI=1

inherit eutils

MY_P=${P/_/-}

DESCRIPTION="a QT based Digital DJ tool"
HOMEPAGE="http://mixxx.sourceforge.net"
SRC_URI="http://downloads.mixxx.org/${MY_P}/${MY_P}-src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug djconsole hifieq ladspa recording shout +vinylcontrol"

# TODO. It bundles libs, like samplerate, why?
RDEPEND="media-libs/mesa
	media-libs/libmad
	media-libs/libid3tag
	media-libs/libvorbis
	media-libs/libsndfile
	>=media-libs/portaudio-19_pre
	djconsole? ( media-libs/libdjconsole )
	shout? ( media-libs/libshout )
	ladspa? ( media-libs/ladspa-sdk )
	virtual/glu
	|| ( ( x11-libs/qt-core
		x11-libs/qt-gui
		x11-libs/qt-opengl )
		=x11-libs/qt-4.3*:4 )"
DEPEND="${RDEPEND}
	dev-util/scons
	dev-util/pkgconfig"

S=${WORKDIR}/${P/_/\~}

pkg_setup() {
	if ! has_version x11-libs/qt-opengl && ! built_with_use -a =x11-libs/qt-4* opengl qt3support; then
		die "Re-emerge x11-libs/qt with USE flags opengl and qt3support."
	fi
}

src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i -e 's:-O3::g' lib/cmetrics/SConscript || die "sed failed."
}

src_compile() {
	local myconf="optimize=0 ffmpeg=0 script=0 prefix=/usr"

	use djconsole && myconf+=" djconsole=1" || myconf+=" djconsole=0"
	use hifieq && myconf+=" hifieq=1" || myconf+=" hifieq=0"
	use debug && myconf+=" cmetrics=1" || myconf+=" cmetrics=0"
	use shout && myconf+=" shoutcast=1" || myconf+=" shoutcast=0"
	use ladspa && myconf+=" ladspa=1" || myconf+=" ladspa=0"
	use recording && myconf+=" experimentalrecord=1" || myconf+=" experimentalrecord=0"
	use vinylcontrol && myconf+=" vinylcontrol=1" || myconf+=" vinylcontrol=0"

	$(type -P scons) ${myconf} -c . || die "scons -c . failed."
	$(type -P scons) ${myconf} || die "scons failed."
}

src_install() {
	dobin mixxx || die "dobin failed."

	insinto /usr/share/mixxx
	doins -r src/{skins,midi,keyboard} || die "doins failed."

	doicon src/mixxx-icon.png
	domenu src/mixxx.desktop

	dodoc HERCULES.txt README*

	insinto /usr/share/doc/${PF}
	doins Mixxx-Manual.pdf
}






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

* [gentoo-commits] gentoo-x86 commit in media-sound/mixxx: ChangeLog mixxx-1.6.0.ebuild
@ 2008-12-04  5:09 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2008-12-04  5:09 UTC (permalink / raw
  To: gentoo-commits

ssuominen    08/12/04 05:09:48

  Modified:             ChangeLog
  Added:                mixxx-1.6.0.ebuild
  Log:
  Restore EAPI=1 version of media-sound/mixxx because we need this in stable, and EAPI=2 should have never been used until a portage supporting it is in stable.
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)

Revision  Changes    Path
1.45                 media-sound/mixxx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	2 Dec 2008 06:17:27 -0000	1.44
+++ ChangeLog	4 Dec 2008 05:09:48 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mixxx
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.44 2008/12/02 06:17:27 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.45 2008/12/04 05:09:48 ssuominen Exp $
+
+  04 Dec 2008; <ssuominen@gentoo.org> +mixxx-1.6.0.ebuild:
+  Restore EAPI=1 version of media-sound/mixxx because we need this in
+  stable, and EAPI=2 should have never been used until a portage supporting
+  it is in stable.
 
   02 Dec 2008; <ssuominen@gentoo.org> mixxx-1.6.0-r1.ebuild:
   Remove call for local from src_configure because otherwise myconf doesn't



1.3                  media-sound/mixxx/mixxx-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?r1=1.2&r2=1.3







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

* [gentoo-commits] gentoo-x86 commit in media-sound/mixxx: ChangeLog mixxx-1.6.0.ebuild
@ 2008-12-04 22:32 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2008-12-04 22:32 UTC (permalink / raw
  To: gentoo-commits

maekke      08/12/04 22:32:52

  Modified:             ChangeLog mixxx-1.6.0.ebuild
  Log:
  x86 stable, bug #249420
  (Portage version: 2.1.6_rc2/cvs/Linux 2.6.26.8 x86_64)

Revision  Changes    Path
1.46                 media-sound/mixxx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	4 Dec 2008 05:09:48 -0000	1.45
+++ ChangeLog	4 Dec 2008 22:32:52 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mixxx
 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.45 2008/12/04 05:09:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/ChangeLog,v 1.46 2008/12/04 22:32:52 maekke Exp $
+
+  04 Dec 2008; Markus Meier <maekke@gentoo.org> mixxx-1.6.0.ebuild:
+  x86 stable, bug #249420
 
   04 Dec 2008; <ssuominen@gentoo.org> +mixxx-1.6.0.ebuild:
   Restore EAPI=1 version of media-sound/mixxx because we need this in



1.4                  media-sound/mixxx/mixxx-1.6.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild?r1=1.3&r2=1.4

Index: mixxx-1.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mixxx-1.6.0.ebuild	4 Dec 2008 05:09:48 -0000	1.3
+++ mixxx-1.6.0.ebuild	4 Dec 2008 22:32:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild,v 1.3 2008/12/04 05:09:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mixxx/mixxx-1.6.0.ebuild,v 1.4 2008/12/04 22:32:52 maekke Exp $
 
 EAPI=1
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
 IUSE="debug djconsole hifieq ladspa recording shout +vinylcontrol"
 
 RDEPEND="media-libs/mesa






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

end of thread, other threads:[~2008-12-04 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-04 22:32 [gentoo-commits] gentoo-x86 commit in media-sound/mixxx: ChangeLog mixxx-1.6.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2008-12-04  5:09 Samuli Suominen (ssuominen)
2008-08-13  7:58 Alexis Ballier (aballier)

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