public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15-r1.ebuild ChangeLog
@ 2009-01-13  7:38 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-13  7:38 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/13 07:38:36

  Modified:             ChangeLog
  Added:                swh-plugins-0.4.15-r1.ebuild
  Log:
  Use system libgsm, bug #252890
  (Portage version: 2.2_rc21/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.39                 media-plugins/swh-plugins/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	5 Oct 2008 11:31:01 -0000	1.38
+++ ChangeLog	13 Jan 2009 07:38:36 -0000	1.39
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/swh-plugins
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.38 2008/10/05 11:31:01 aballier Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.39 2009/01/13 07:38:36 aballier Exp $
+
+*swh-plugins-0.4.15-r1 (13 Jan 2009)
+
+  13 Jan 2009; Alexis Ballier <aballier@gentoo.org>
+  +files/swh-plugins-0.4.15-system_gsm.patch, +swh-plugins-0.4.15-r1.ebuild:
+  Use system libgsm, bug #252890
 
   05 Oct 2008; Alexis Ballier <aballier@gentoo.org>
   swh-plugins-0.4.15.ebuild:



1.1                  media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.1&content-type=text/plain

Index: swh-plugins-0.4.15-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.1 2009/01/13 07:38:36 aballier Exp $

inherit eutils autotools

DESCRIPTION="Large collection of LADSPA audio plugins/effects"
HOMEPAGE="http://plugin.org.uk"
SRC_URI="http://plugin.org.uk/releases/${PV}/${P}.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="3dnow nls sse"

RDEPEND="media-libs/ladspa-sdk
	media-sound/gsm
	>=sci-libs/fftw-3"
DEPEND="${RDEPEND}
	sys-devel/gettext
	dev-util/cvs
	dev-util/pkgconfig"

src_unpack() {
	unpack ${A}

	cd "${S}"
	epatch "${FILESDIR}/${P}-pic.patch"
	epatch "${FILESDIR}/${P}-plugindir.patch"
	epatch "${FILESDIR}/${P}-riceitdown.patch"
	epatch "${FILESDIR}/${P}-gettext.patch"

	# Use system libgsm, bug #252890
	rm -rf gsm
	epatch "${FILESDIR}/${P}-system_gsm.patch"

	# This is to update gettext macros, otherwise they are incompatible with
	# recent libtools, bug #231767
	autopoint -f || die

	# it doesn't get updated otherwise
	rm -f missing

	eautoreconf
	elibtoolize
}

src_compile() {
	econf ${myconf} \
		$(use_enable sse) \
		$(use_enable 3dnow) \
		$(use_enable nls) \
		$(use_enable userland_Darwin darwin) \
		--enable-fast-install \
		--disable-dependency-tracking || die "econf failed"
	emake || die "emake failed."
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed."
	dodoc AUTHORS ChangeLog README TODO
}

pkg_postinst() {
	ewarn "WARNING: You have to be careful when using the"
	ewarn "swh plugins. Be sure to lower your sound volume"
	ewarn "and then play around a bit with the plugins so"
	ewarn "you get a feeling for it. Otherwise your speakers"
	ewarn "won't like that."
}






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15-r1.ebuild ChangeLog
@ 2010-01-10 18:26 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-10 18:26 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/10 18:26:00

  Modified:             swh-plugins-0.4.15-r1.ebuild ChangeLog
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?r1=1.1&r2=1.2

Index: swh-plugins-0.4.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- swh-plugins-0.4.15-r1.ebuild	13 Jan 2009 07:38:36 -0000	1.1
+++ swh-plugins-0.4.15-r1.ebuild	10 Jan 2010 18:26:00 -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/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.1 2009/01/13 07:38:36 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.2 2010/01/10 18:26:00 fauli Exp $
 
 inherit eutils autotools
 
@@ -10,7 +10,7 @@
 
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
 IUSE="3dnow nls sse"
 
 RDEPEND="media-libs/ladspa-sdk



1.40                 media-plugins/swh-plugins/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	13 Jan 2009 07:38:36 -0000	1.39
+++ ChangeLog	10 Jan 2010 18:26:00 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/swh-plugins
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.39 2009/01/13 07:38:36 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.40 2010/01/10 18:26:00 fauli Exp $
+
+  10 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  swh-plugins-0.4.15-r1.ebuild:
+  Transfer Prefix keywords
 
 *swh-plugins-0.4.15-r1 (13 Jan 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15-r1.ebuild ChangeLog
@ 2013-05-08 12:05 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-08 12:05 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/08 12:05:07

  Modified:             swh-plugins-0.4.15-r1.ebuild ChangeLog
  Log:
  Fix build with automake 1.13
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.5                  media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?r1=1.4&r2=1.5

Index: swh-plugins-0.4.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- swh-plugins-0.4.15-r1.ebuild	5 May 2012 08:27:15 -0000	1.4
+++ swh-plugins-0.4.15-r1.ebuild	8 May 2013 12:05:07 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.4 2012/05/05 08:27:15 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.5 2013/05/08 12:05:07 aballier Exp $
 
 inherit eutils autotools
 
@@ -41,6 +41,9 @@
 	# it doesn't get updated otherwise
 	rm -f missing
 
+	# Fix build with automake 1.13
+	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
+
 	eautoreconf
 	elibtoolize
 }



1.43                 media-plugins/swh-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	5 May 2012 08:27:15 -0000	1.42
+++ ChangeLog	8 May 2013 12:05:07 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/swh-plugins
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.42 2012/05/05 08:27:15 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.43 2013/05/08 12:05:07 aballier Exp $
+
+  08 May 2013; Alexis Ballier <aballier@gentoo.org>
+  swh-plugins-0.4.15-r1.ebuild:
+  Fix build with automake 1.13
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> swh-plugins-0.4.15.ebuild,
   swh-plugins-0.4.15-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15-r1.ebuild ChangeLog
@ 2013-05-08 12:06 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-08 12:06 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/08 12:06:39

  Modified:             swh-plugins-0.4.15-r1.ebuild ChangeLog
  Log:
  remove now unneeded cvs dep, bug #412715 by  Kevin Pyle
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.6                  media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild?r1=1.5&r2=1.6

Index: swh-plugins-0.4.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- swh-plugins-0.4.15-r1.ebuild	8 May 2013 12:05:07 -0000	1.5
+++ swh-plugins-0.4.15-r1.ebuild	8 May 2013 12:06:39 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.5 2013/05/08 12:05:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.6 2013/05/08 12:06:39 aballier Exp $
 
 inherit eutils autotools
 
@@ -18,7 +18,6 @@
 	>=sci-libs/fftw-3"
 DEPEND="${RDEPEND}
 	sys-devel/gettext
-	dev-vcs/cvs
 	virtual/pkgconfig"
 
 src_unpack() {



1.44                 media-plugins/swh-plugins/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	8 May 2013 12:05:07 -0000	1.43
+++ ChangeLog	8 May 2013 12:06:39 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/swh-plugins
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.43 2013/05/08 12:05:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.44 2013/05/08 12:06:39 aballier Exp $
+
+  08 May 2013; Alexis Ballier <aballier@gentoo.org>
+  swh-plugins-0.4.15-r1.ebuild:
+  remove now unneeded cvs dep, bug #412715 by Kevin Pyle
 
   08 May 2013; Alexis Ballier <aballier@gentoo.org>
   swh-plugins-0.4.15-r1.ebuild:





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

end of thread, other threads:[~2013-05-08 12:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 12:05 [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15-r1.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-08 12:06 Alexis Ballier (aballier)
2010-01-10 18:26 Christian Faulhammer (fauli)
2009-01-13  7:38 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