Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
aballier 07/11/19 19:47:44
Modified: ChangeLog
Added: vamps-0.99.2-r1.ebuild
Log:
add a patch that fixes a bug that would give invalid premature eof errors, thanks to Daniel Pielmeier <daniel.pielmeier@...>, bug #175504
(Portage version: 2.1.3.19)
Revision Changes Path
1.20 media-video/vamps/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 19 Nov 2007 19:22:28 -0000 1.19
+++ ChangeLog 19 Nov 2007 19:47:44 -0000 1.20
@@ -1,6 +1,13 @@
# ChangeLog for media-video/vamps
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v 1.19 2007/11/19 19:22:28 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vamps/ChangeLog,v 1.20 2007/11/19 19:47:44 aballier Exp $
+
+*vamps-0.99.2-r1 (19 Nov 2007)
+
+ 19 Nov 2007; Alexis Ballier <aballier@g.o>
+ +files/vamps-0.99.2-premature-eof.patch, +vamps-0.99.2-r1.ebuild:
+ add a patch that fixes a bug that would give invalid premature eof errors,
+ thanks to Daniel Pielmeier <daniel.pielmeier@...>, bug #175504
19 Nov 2007; Alexis Ballier <aballier@g.o>
-files/vamps-0.95-amd64.patch, -vamps-0.95.ebuild:
1.1 media-video/vamps/vamps-0.99.2-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: vamps-0.99.2-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vamps/vamps-0.99.2-r1.ebuild,v 1.1 2007/11/19 19:47:44 aballier Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Very fast requantisizing tool for backup DVDs"
HOMEPAGE="http://vamps.sourceforge.net/"
SRC_URI="mirror://sourceforge/vamps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=">=media-libs/libdvdread-0.9.4"
RDEPEND="${DEPEND}
>=media-video/dvdauthor-0.6.10"
src_unpack() {
unpack ${A}
epatch "${FILESDIR}/${P}-premature-eof.patch"
}
src_compile() {
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed"
}
src_install() {
dobin vamps/vamps play_cell/play_cell || die "install failed"
}
--
gentoo-commits@g.o mailing list
|
|