diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-04-26 21:05:40 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-04-26 21:05:40 +0000 |
commit | ea1f861a0d2c3c816452c1a538f448b369a54642 (patch) | |
tree | a10c8ba94e6c1290cbd285b9ef0e7e92d0a0106e | |
parent | Version bump, fixed static patch (diff) | |
download | gentoo-2-ea1f861a0d2c3c816452c1a538f448b369a54642.tar.gz gentoo-2-ea1f861a0d2c3c816452c1a538f448b369a54642.tar.bz2 gentoo-2-ea1f861a0d2c3c816452c1a538f448b369a54642.zip |
relink test programs with libmlt++ that has just been build, not the one on the system, fixes bug #176126
(Portage version: 2.1.2.4)
-rw-r--r-- | media-libs/mlt++/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/mlt++/files/mlt++-20060601-relink.patch | 12 | ||||
-rw-r--r-- | media-libs/mlt++/mlt++-20060601.ebuild | 5 |
3 files changed, 21 insertions, 3 deletions
diff --git a/media-libs/mlt++/ChangeLog b/media-libs/mlt++/ChangeLog index e2e3cd1a3dbc..107d745ca498 100644 --- a/media-libs/mlt++/ChangeLog +++ b/media-libs/mlt++/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-libs/mlt++ # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt++/ChangeLog,v 1.7 2007/01/10 21:23:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt++/ChangeLog,v 1.8 2007/04/26 21:05:40 aballier Exp $ + + 26 Apr 2007; Alexis Ballier <aballier@gentoo.org> + +files/mlt++-20060601-relink.patch, mlt++-20060601.ebuild: + relink test programs with libmlt++ that has just been build, not the one on + the system, fixes bug #176126 10 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Add missing email address for herd with name != alias. diff --git a/media-libs/mlt++/files/mlt++-20060601-relink.patch b/media-libs/mlt++/files/mlt++-20060601-relink.patch new file mode 100644 index 000000000000..28e2c7bfd056 --- /dev/null +++ b/media-libs/mlt++/files/mlt++-20060601-relink.patch @@ -0,0 +1,12 @@ +Index: mlt++-20060601/test/Makefile +=================================================================== +--- mlt++-20060601.orig/test/Makefile ++++ mlt++-20060601/test/Makefile +@@ -2,6 +2,7 @@ include ../config.mak + + CXXFLAGS+=-Wall -g `mlt-config --cflags` -I ../src + OURLDFLAGS+=-L../src -lmlt++ -lmiracle -lvalerie `mlt-config --libs` ++LDFLAGS+=-L../src + CC=c++ + + all: play server diff --git a/media-libs/mlt++/mlt++-20060601.ebuild b/media-libs/mlt++/mlt++-20060601.ebuild index 653d118961f7..e0de762f2f6e 100644 --- a/media-libs/mlt++/mlt++-20060601.ebuild +++ b/media-libs/mlt++/mlt++-20060601.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt++/mlt++-20060601.ebuild,v 1.3 2006/11/11 16:39:06 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mlt++/mlt++-20060601.ebuild,v 1.4 2007/04/26 21:05:40 aballier Exp $ inherit eutils @@ -20,6 +20,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}/${P}-as-needed.patch" + epatch "${FILESDIR}/${P}-relink.patch" } src_compile() { |