From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 243A11381F3 for ; Sat, 20 Jul 2013 15:58:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB50AE0856; Sat, 20 Jul 2013 15:58:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25784E0856 for ; Sat, 20 Jul 2013 15:58:55 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D4DB33E8F0 for ; Sat, 20 Jul 2013 15:58:54 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id DB3FA2171C; Sat, 20 Jul 2013 15:58:52 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-video/transcode: transcode-1.1.7-r3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: transcode-1.1.7-r3.ebuild ChangeLog X-VCS-Directories: media-video/transcode X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130720155852.DB3FA2171C@flycatcher.gentoo.org> Date: Sat, 20 Jul 2013 15:58:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0148dd5-5440-47aa-9d24-298c8fc94f86 X-Archives-Hash: 94bca0af25ecb5c70dd0def7d23d59ae aballier 13/07/20 15:58:52 Modified: ChangeLog Added: transcode-1.1.7-r3.ebuild Log: Do not force using a preset. Fix build with ffmpeg-2.0. Fix segfaults introduced by wrong usage of the av_dict API in the ffmpeg-0.11 patch. Add missing fixes from the libav9 patch. (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.314 media-video/transcode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?rev=1.314&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?rev=1.314&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/ChangeLog?r1=1.313&r2=1.314 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v retrieving revision 1.313 retrieving revision 1.314 diff -u -r1.313 -r1.314 --- ChangeLog 27 May 2013 09:09:58 -0000 1.313 +++ ChangeLog 20 Jul 2013 15:58:52 -0000 1.314 @@ -1,6 +1,15 @@ # ChangeLog for media-video/transcode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.313 2013/05/27 09:09:58 thev00d00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.314 2013/07/20 15:58:52 aballier Exp $ + +*transcode-1.1.7-r3 (20 Jul 2013) + + 20 Jul 2013; Alexis Ballier +transcode-1.1.7-r3.ebuild, + +files/transcode-1.1.7-ffmpeg2.patch, + +files/transcode-1.1.7-preset-force.patch: + Do not force using a preset. Fix build with ffmpeg-2.0. Fix segfaults + introduced by wrong usage of the av_dict API in the ffmpeg-0.11 patch. Add + missing fixes from the libav9 patch. *transcode-1.1.7-r2 (27 May 2013) 1.1 media-video/transcode/transcode-1.1.7-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/transcode-1.1.7-r3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/transcode/transcode-1.1.7-r3.ebuild?rev=1.1&content-type=text/plain Index: transcode-1.1.7-r3.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-1.1.7-r3.ebuild,v 1.1 2013/07/20 15:58:52 aballier Exp $ EAPI=5 inherit eutils libtool multilib DESCRIPTION="A suite of utilities for transcoding video and audio codecs in different containers" HOMEPAGE="http://tcforge.berlios.de/" SRC_URI="mirror://bitbucket/france/${PN}-tcforge/downloads/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="3dnow a52 aac alsa altivec dv dvd +iconv imagemagick jpeg lzo mjpeg mmx mp3 mpeg nuv ogg oss pic postproc quicktime sdl sse sse2 theora truetype v4l vorbis X x264 xml xvid" RDEPEND=" >=virtual/ffmpeg-0.10 a52? ( media-libs/a52dec ) aac? ( media-libs/faac ) alsa? ( media-libs/alsa-lib ) dv? ( media-libs/libdv ) dvd? ( media-libs/libdvdread ) iconv? ( virtual/libiconv ) imagemagick? ( media-gfx/imagemagick ) jpeg? ( virtual/jpeg ) lzo? ( >=dev-libs/lzo-2 ) mjpeg? ( media-video/mjpegtools ) mp3? ( media-sound/lame ) mpeg? ( media-libs/libmpeg2 ) ogg? ( media-libs/libogg ) postproc? ( >=virtual/ffmpeg-0.10 ) quicktime? ( >=media-libs/libquicktime-1 ) sdl? ( >=media-libs/libsdl-1.2.5[X?] ) theora? ( media-libs/libtheora ) truetype? ( >=media-libs/freetype-2 ) v4l? ( media-libs/libv4l ) vorbis? ( media-libs/libvorbis ) X? ( x11-libs/libXpm x11-libs/libXaw x11-libs/libXv ) x264? ( media-libs/x264 ) xml? ( dev-libs/libxml2 ) xvid? ( media-libs/xvid ) " DEPEND=" ${RDEPEND} virtual/pkgconfig v4l? ( >=sys-kernel/linux-headers-2.6.11 ) " REQUIRED_USE=" sse? ( mmx ) sse2? ( mmx sse ) 3dnow? ( mmx ) nuv? ( lzo ) " src_prepare() { epatch \ "${FILESDIR}"/${P}-ffmpeg.patch \ "${FILESDIR}"/${P}-ffmpeg-0.10.patch \ "${FILESDIR}"/${P}-ffmpeg-0.11.patch \ "${FILESDIR}"/${P}-preset-free.patch \ "${FILESDIR}"/${P}-libav-9.patch \ "${FILESDIR}"/${P}-preset-force.patch \ "${FILESDIR}"/${P}-ffmpeg2.patch elibtoolize } src_configure() { local myconf use x86 && myconf="$(use_enable !pic x86-textrels)" #271476 econf \ $(use_enable mmx) \ $(use_enable 3dnow) \ $(use_enable sse) \ $(use_enable sse2) \ $(use_enable altivec) \ $(use_enable v4l libv4l2) \ $(use_enable v4l libv4lconvert) \ $(use_enable mpeg libmpeg2) \ $(use_enable mpeg libmpeg2convert) \ --enable-experimental \ --enable-deprecated \ $(use_enable v4l) \ $(use_enable oss) \ $(use_enable alsa) \ $(use_enable postproc libpostproc) \ $(use_enable truetype freetype2) \ $(use_enable mp3 lame) \ $(use_enable xvid) \ $(use_enable x264) \ $(use_enable ogg) \ $(use_enable vorbis) \ $(use_enable theora) \ $(use_enable dvd libdvdread) \ $(use_enable dv libdv) \ $(use_enable quicktime libquicktime) \ $(use_enable lzo) \ $(use_enable a52) \ $(use_enable aac faac) \ $(use_enable xml libxml2) \ $(use_enable mjpeg mjpegtools) \ $(use_enable sdl) \ $(use_enable imagemagick) \ $(use_enable jpeg libjpeg) \ $(use_enable iconv) \ $(use_enable nuv) \ $(use_with X x) \ --with-mod-path=/usr/$(get_libdir)/transcode \ ${myconf} } src_install() { emake DESTDIR="${D}" docsdir=/usr/share/doc/${PF} install dodoc AUTHORS ChangeLog README STYLE TODO find "${ED}"usr -name '*.la' -exec rm -f {} + }