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
yngwin 08/04/13 23:27:55
Modified: ChangeLog
Added: xvidcap-1.1.7_rc1.ebuild
Log:
Adding xvidcap-1.1.4_rc1, patched to work with new ffmpeg
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.41 x11-misc/xvidcap/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 7 Jan 2008 03:55:47 -0000 1.40
+++ ChangeLog 13 Apr 2008 23:27:54 -0000 1.41
@@ -1,6 +1,15 @@
# ChangeLog for x11-misc/xvidcap
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/ChangeLog,v 1.40 2008/01/07 03:55:47 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/ChangeLog,v 1.41 2008/04/13 23:27:54 yngwin Exp $
+
+*xvidcap-1.1.7_rc1 (13 Apr 2008)
+
+ 13 Apr 2008; Ben de Groot <yngwin@g.o>
+ +files/xvidcap-1.1.7_rc1-ffmpeg.patch,
+ +files/xvidcap-1.1.7_rc1-new-ffmpeg-headers.patch,
+ +xvidcap-1.1.7_rc1.ebuild:
+ New rc version, patched to work with new ffmpeg. Masked until new ffmpeg
+ is unmasked.
07 Jan 2008; David Shakaryan <omp@g.o> xvidcap-1.1.4_rc1.ebuild:
Add dev-util/pkgconfig to DEPEND. (bug #204579)
1.1 x11-misc/xvidcap/xvidcap-1.1.7_rc1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.7_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.7_rc1.ebuild?rev=1.1&content-type=text/plain
Index: xvidcap-1.1.7_rc1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/xvidcap/xvidcap-1.1.7_rc1.ebuild,v 1.1 2008/04/13 23:27:54 yngwin Exp $
GCONF_DEBUG="no"
inherit eutils autotools gnome2
MY_P=${P/_rc/rc}
DESCRIPTION="Screen capture utility enabling you to create videos of your desktop for illustration or documentation purposes."
HOMEPAGE="http://xvidcap.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="mp3 theora"
RDEPEND=">=x11-libs/gtk+-2.6
gnome-base/libglade
>=media-video/ffmpeg-0.4.9_p20080326
mp3? ( media-sound/lame )
theora? ( media-libs/libtheora )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool
virtual/libintl
app-text/scrollkeeper
dev-perl/XML-Parser
app-text/gnome-doc-utils"
S=${WORKDIR}/${PN}-1.1.6
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-ffmpeg.patch
epatch "${FILESDIR}"/${P}-new-ffmpeg-headers.patch
eautoreconf
}
src_compile() {
econf --without-forced-embedded-ffmpeg \
$(use_enable mp3 libmp3lame) \
$(use_enable theora libtheora)
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || "emake install failed."
# Almost like bug #58322 but directory name changed.
rm -rf "${D}"/usr/share/doc/${PN}
dodoc AUTHORS ChangeLog README TODO.tasks
}
--
gentoo-commits@g.o mailing list
|
|