mgorny      14/06/10 18:58:57

  Modified:             ChangeLog
  Added:                gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild
  Log:
  Enable multilib support, bug #493176.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.178                media-plugins/gst-plugins-ffmpeg/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   22 Oct 2013 07:20:44 -0000      1.177
+++ ChangeLog   10 Jun 2014 18:58:57 -0000      1.178
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/gst-plugins-ffmpeg
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.177 
2013/10/22 07:20:44 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.178 
2014/06/10 18:58:57 mgorny Exp $
+
+*gst-plugins-ffmpeg-0.10.13_p201211-r2 (10 Jun 2014)
+
+  10 Jun 2014; Michał Górny <mgo...@gentoo.org>
+  +gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
+  Enable multilib support, bug #493176.
 
   22 Oct 2013; Agostino Sarubbo <a...@gentoo.org>
   gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:



1.1                  
media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild,v
 1.1 2014/06/10 18:58:57 mgorny Exp $

EAPI=5

inherit eutils flag-o-matic multilib-minimal

MY_PN="gst-ffmpeg"
MY_P=${MY_PN}-${PV}

# Create a major/minor combo for SLOT
PVP=(${PV//[-\._]/ })
SLOT=${PVP[0]}.${PVP[1]}

DESCRIPTION="FFmpeg based gstreamer plugin"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html";
#SRC_URI="http://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.bz2";
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}.tar.xz
        
http://dev.gentoo.org/~tetromino/distfiles/${PN}/${MY_P}-libav-9-patches.tar.xz";

LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~x86-fbsd"
IUSE="+orc"

S=${WORKDIR}/${MY_P}

RDEPEND=">=media-libs/gstreamer-0.10.31:0.10[${MULTILIB_USEDEP}]
        >=media-libs/gst-plugins-base-0.10.31:0.10[${MULTILIB_USEDEP}]
        >=virtual/ffmpeg-0.10[${MULTILIB_USEDEP}]
        || (
                media-video/ffmpeg:0[${MULTILIB_USEDEP}]
                media-libs/libpostproc[${MULTILIB_USEDEP}]
        )
        orc? ( >=dev-lang/orc-0.4.6[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
        virtual/pkgconfig[${MULTILIB_USEDEP}]"
RDEPEND="${RDEPEND}
        abi_x86_32? (
                !app-emulation/emul-linux-x86-gstplugins[-abi_x86_32(-)]
        )"

src_prepare() {
        sed -e 's/sleep 15//' -i configure.ac configure || die

        # libav-9 support backported from gst-plugins-libav-1.1.0
        epatch ../${MY_P}-libav-9-patches/*.patch

        # compat bits for older ffmpeg/libav releases
        epatch "${FILESDIR}/${PV}-channel_layout.patch" \
                "${FILESDIR}/${PV}-iscodec.patch" \
                "${FILESDIR}/${PV}-coma.patch" \
                "${FILESDIR}/${PV}-gstffmpegpipe_redef.patch"

        # compatibility with recent releases
        if has_version '>=media-video/ffmpeg-1.1' || has_version 
'>=media-video/libav-9' ; then
                epatch "${FILESDIR}/${PV}-planaraudio.patch"
                sed -i -e 's/ CODEC_ID/ AV_CODEC_ID/g' \
                           -e 's/ CodecID/ AVCodecID/g' \
                           ext/ffmpeg/*.{c,h}
                epatch "${FILESDIR}/${PV}-ffmpeg2.patch"
        fi
}

multilib_src_configure() {
        # always use system ffmpeg if possible
        ECONF_SOURCE=${S} \
        econf \
                --with-system-ffmpeg \
                $(use_enable orc)
}

multilib_src_install_all() {
        einstalldocs
        prune_libtool_files --modules
}

pkg_postinst() {
        if has_version "media-video/ffmpeg"; then
                elog "Please note that upstream uses media-video/libav"
                elog "rather than media-video/ffmpeg. If you encounter any"
                elog "issues try to move from ffmpeg to libav."
        fi
}




Reply via email to