From: "Alexis Ballier (aballier)" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.5.ebuild
Date: Mon, 02 Nov 2009 23:18:00 +0000 [thread overview]
Message-ID: <E1N569w-00014R-Py@stork.gentoo.org> (raw)
aballier 09/11/02 23:18:00
Modified: ChangeLog
Added: transcode-1.1.5.ebuild
Log:
version bump, by Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org>, bug #291607
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.262 media-video/transcode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?r1=1.261&r2=1.262
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog 26 Oct 2009 12:51:21 -0000 1.261
+++ ChangeLog 2 Nov 2009 23:18:00 -0000 1.262
@@ -1,6 +1,12 @@
# ChangeLog for media-video/transcode
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.261 2009/10/26 12:51:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.262 2009/11/02 23:18:00 aballier Exp $
+
+*transcode-1.1.5 (02 Nov 2009)
+
+ 02 Nov 2009; Alexis Ballier <aballier@gentoo.org> +transcode-1.1.5.ebuild:
+ version bump, by Lars Wendler (Polynomial-C) <polynomial-c@gentoo.org>,
+ bug #291607
26 Oct 2009; Alexis Ballier <aballier@gentoo.org> transcode-1.1.4.ebuild,
+files/transcode-1.1.4-x264.patch:
1.1 media-video/transcode/transcode-1.1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.5.ebuild?rev=1.1&content-type=text/plain
Index: transcode-1.1.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.5.ebuild,v 1.1 2009/11/02 23:18:00 aballier Exp $
EAPI="2"
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.10"
inherit libtool flag-o-matic eutils multilib autotools
MY_P=${P/_}
S="${WORKDIR}/${MY_P}"
DESCRIPTION="video stream processing tool"
HOMEPAGE="http://tcforge.berlios.de/"
SRC_URI="mirror://berlios/tcforge/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="X 3dnow a52 aac alsa altivec dv dvd iconv imagemagick jpeg lzo mjpeg mp3 mmx nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xml xvid"
RDEPEND="aac? ( media-libs/faac )
a52? ( media-libs/a52dec )
alsa? ( media-libs/alsa-lib )
dv? ( media-libs/libdv )
dvd? ( media-libs/libdvdread )
mjpeg? ( media-video/mjpegtools )
lzo? ( >=dev-libs/lzo-2 )
imagemagick? ( media-gfx/imagemagick )
mp3? ( media-sound/lame )
sdl? ( >=media-libs/libsdl-1.2.5[X] )
quicktime? ( >=media-libs/libquicktime-1.0.0 )
vorbis? ( media-libs/libvorbis )
ogg? ( media-libs/libogg )
theora? ( media-libs/libtheora )
jpeg? ( media-libs/jpeg )
truetype? ( >=media-libs/freetype-2 )
>=media-video/ffmpeg-0.4.9_p20081014
|| ( sys-libs/glibc dev-libs/libiconv )
media-libs/libmpeg2
x264? ( media-libs/x264 )
xml? ( dev-libs/libxml2 )
xvid? ( media-libs/xvid )
X? ( x11-libs/libXpm
x11-libs/libXaw
x11-libs/libXv )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
v4l2? ( >=sys-kernel/linux-headers-2.6.11 )"
src_prepare() {
sed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \
"${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \
"${S}"/docs/pvm3/Makefile.am "${S}"/docs/tech/html/Makefile.am \
"${S}"/docs/tech/Makefile.am
eautoreconf
}
src_configure() {
# NuppelVideo is supported only on x86 platform yet
# TODO: mask nuv useflag for all other arches
# TODO: watch tcrequant for change. It's currently enabled with --enable-deprecated.
use x86 && myconf="${myconf} $(use_enable nuv)"
myconf="${myconf} \
$(use_enable mmx) \
$(use_enable 3dnow) \
$(use_enable sse) \
$(use_enable sse2) \
$(use_enable altivec) \
$(use_enable v4l2 v4l) \
$(use_enable alsa) \
$(use_enable oss) \
$(use_enable truetype freetype2) \
$(use_enable mp3 lame) \
$(use_enable x264) \
$(use_enable xvid) \
$(use_enable ogg) \
$(use_enable vorbis) \
$(use_enable theora) \
$(use_enable dvd libdvdread) \
$(use_enable dv libdv) \
$(use_enable quicktime libquicktime) \
$(use_enable imagemagick) \
$(use_enable postproc libpostproc) \
$(use_enable lzo) \
$(use_enable a52) \
$(use_enable aac faac) \
$(use_enable xml libxml2) \
$(use_enable mjpeg mjpegtools) \
$(use_enable sdl) \
$(use_enable jpeg libjpeg) \
$(use_enable iconv) \
$(use_with X x) \
--enable-deprecated \
--enable-experimental \
--with-mod-path=/usr/$(get_libdir)/transcode"
econf ${myconf} || die "econf failed"
}
src_install () {
make DESTDIR="${D}" install || die "make install failed"
rm -fr "${D}/usr/share/doc/transcode"
dodoc AUTHORS ChangeLog README TODO STYLE
dodoc docs/*
dohtml docs/html/*
}
next reply other threads:[~2009-11-02 23:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 23:18 Alexis Ballier (aballier) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-11-05 19:41 [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.5.ebuild Alexis Ballier (aballier)
2009-12-22 11:21 Samuli Suominen (ssuominen)
2010-01-06 19:03 Brent Baude (ranger)
2010-01-07 19:03 Brent Baude (ranger)
2010-01-09 15:38 Christian Faulhammer (fauli)
2010-01-15 5:51 Alexis Ballier (aballier)
2010-01-22 17:09 Samuli Suominen (ssuominen)
2010-01-24 16:43 Tobias Klausmann (klausman)
2010-01-31 17:33 Raul Porcel (armin76)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1N569w-00014R-Py@stork.gentoo.org \
--to=aballier@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox