* [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.0_rc1.ebuild
@ 2008-09-25 22:29 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2008-09-25 22:29 UTC (permalink / raw
To: gentoo-commits
aballier 08/09/25 22:29:05
Modified: ChangeLog
Added: transcode-1.1.0_rc1.ebuild
Log:
bump the 1.1 branch too, drop flag messing and hope to get feedback so that we can fix the real bugs instead; readd postproc and imagemagick switches, they should be fine now
(Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
Revision Changes Path
1.231 media-video/transcode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 25 Sep 2008 22:04:37 -0000 1.230
+++ ChangeLog 25 Sep 2008 22:29:05 -0000 1.231
@@ -1,6 +1,14 @@
# ChangeLog for media-video/transcode
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.230 2008/09/25 22:04:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.231 2008/09/25 22:29:05 aballier Exp $
+
+*transcode-1.1.0_rc1 (25 Sep 2008)
+
+ 25 Sep 2008; Alexis Ballier <aballier@gentoo.org>
+ +transcode-1.1.0_rc1.ebuild:
+ bump the 1.1 branch too, drop flag messing and hope to get feedback so
+ that we can fix the real bugs instead; readd postproc and imagemagick
+ switches, they should be fine now
*transcode-1.0.7_rc1 (25 Sep 2008)
1.1 media-video/transcode/transcode-1.1.0_rc1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild?rev=1.1&content-type=text/plain
Index: transcode-1.1.0_rc1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild,v 1.1 2008/09/25 22:29:05 aballier Exp $
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://www.transcoding.org/cgi-bin/transcode"
SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="X 3dnow a52 aac alsa altivec dv dvdread iconv imagemagick jpeg lzo mjpeg mp3 mmx nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xvid xml"
RDEPEND="a52? ( media-libs/a52dec )
alsa? ( media-libs/alsa-lib )
dv? ( media-libs/libdv )
dvdread? ( media-libs/libdvdread )
xvid? ( media-libs/xvid )
mjpeg? ( media-video/mjpegtools )
lzo? ( >=dev-libs/lzo-2 )
imagemagick? ( media-gfx/imagemagick )
mp3? ( media-sound/lame )
sdl? ( media-libs/libsdl )
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_p20080326
|| ( sys-libs/glibc dev-libs/libiconv )
media-libs/libmpeg2
x264? ( media-libs/x264 )
xml? ( dev-libs/libxml2 )
X? ( x11-libs/libXpm
x11-libs/libXaw
x11-libs/libXv )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
v4l2? ( >=sys-kernel/linux-headers-2.6.11 )"
# Make sure the assembler USE flags are unmasked on amd64
# Remove this once default-linux/amd64/2006.1 is deprecated
DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"
pkg_setup() {
if use X && ! built_with_use media-libs/libsdl X; then
eerror "media-libs/libsdl must be built with the X use flag."
die "fix use flags"
fi
}
src_unpack() {
unpack ${A}
cd "${S}"
dosed -i -e "s:\$(datadir)/doc/transcode:\$(datadir)/doc/${PF}:" \
"${S}"/Makefile.am "${S}"/docs/Makefile.am "${S}"/docs/html/Makefile.am \
"${S}"/docs/release-notes/Makefile.am
eautoreconf
}
src_compile() {
use xvid && myconf="${myconf} --with-default-xvid=xvid4"
# NuppelVideo is supported only on x86 platform yet
# TODO: mask nuv useflag for all other arches
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 dvdread 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) \
--with-mod-path=/usr/$(get_libdir)/transcode"
econf ${myconf} || die "econf failed"
emake all || die "emake all 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/*
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.0_rc1.ebuild
@ 2008-10-26 12:52 Raul Porcel (armin76)
0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2008-10-26 12:52 UTC (permalink / raw
To: gentoo-commits
armin76 08/10/26 12:52:21
Modified: ChangeLog transcode-1.1.0_rc1.ebuild
Log:
Re-add ~alpha wrt #243170
(Portage version: 2.1.4.5)
Revision Changes Path
1.233 media-video/transcode/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 22 Oct 2008 04:38:05 -0000 1.232
+++ ChangeLog 26 Oct 2008 12:52:21 -0000 1.233
@@ -1,6 +1,9 @@
# ChangeLog for media-video/transcode
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.232 2008/10/22 04:38:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.233 2008/10/26 12:52:21 armin76 Exp $
+
+ 26 Oct 2008; Raúl Porcel <armin76@gentoo.org> transcode-1.1.0_rc1.ebuild:
+ Re-add ~alpha wrt #243170
22 Oct 2008; Alexis Ballier <aballier@gentoo.org>
-files/transcode-1.1.0_alpha7-new-ffmpeg-headers.patch,
1.2 media-video/transcode/transcode-1.1.0_rc1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild?r1=1.1&r2=1.2
Index: transcode-1.1.0_rc1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transcode-1.1.0_rc1.ebuild 25 Sep 2008 22:29:05 -0000 1.1
+++ transcode-1.1.0_rc1.ebuild 26 Oct 2008 12:52:21 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild,v 1.1 2008/09/25 22:29:05 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.0_rc1.ebuild,v 1.2 2008/10/26 12:52:21 armin76 Exp $
WANT_AUTOCONF="2.5"
WANT_AUTOMAKE="1.10"
@@ -14,7 +14,7 @@
SRC_URI="http://fromani.exit1.org/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="X 3dnow a52 aac alsa altivec dv dvdread iconv imagemagick jpeg lzo mjpeg mp3 mmx nuv ogg oss postproc quicktime sdl sse sse2 theora truetype v4l2 vorbis x264 xvid xml"
RDEPEND="a52? ( media-libs/a52dec )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-10-26 12:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-26 12:52 [gentoo-commits] gentoo-x86 commit in media-video/transcode: ChangeLog transcode-1.1.0_rc1.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2008-09-25 22:29 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