pacho       14/05/31 13:40:54

  Modified:             ChangeLog
  Added:                gst-python-1.2.1.ebuild
  Removed:              gst-python-0.10.22.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.131                dev-python/gst-python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.131&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gst-python/ChangeLog?rev=1.131&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gst-python/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog   6 Apr 2014 10:28:39 -0000       1.130
+++ ChangeLog   31 May 2014 13:40:54 -0000      1.131
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/gst-python
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.130 
2014/04/06 10:28:39 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gst-python/ChangeLog,v 1.131 
2014/05/31 13:40:54 pacho Exp $
+
+*gst-python-1.2.1 (31 May 2014)
+
+  31 May 2014; Pacho Ramos <[email protected]> +gst-python-1.2.1.ebuild,
+  -gst-python-0.10.22.ebuild:
+  Version bump, drop old
 
 *gst-python-1.2.0 (06 Apr 2014)
 



1.1                  dev-python/gst-python/gst-python-1.2.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild?rev=1.1&content-type=text/plain

Index: gst-python-1.2.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/gst-python/gst-python-1.2.1.ebuild,v 1.1 
2014/05/31 13:40:54 pacho Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_2,3_3} )

inherit python-r1

DESCRIPTION="A Python Interface to GStreamer"
HOMEPAGE="http://gstreamer.freedesktop.org/";
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2";

LICENSE="LGPL-2"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="test" #examples , bug #506962

RDEPEND="
        dev-libs/libxml2
        >=dev-python/pygobject-3:3[${PYTHON_USEDEP}]
        >=media-libs/gstreamer-1.2:1.0
        >=media-libs/gst-plugins-base-1.2:1.0
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
"
# XXX: unittests are not ported to 1.0 yet.

src_prepare() {
        # Leave examples alone
        sed -e 's/\(SUBDIRS = .*\)examples/\1/' \
                -i Makefile.am Makefile.in || die

        prepare_gst() {
                mkdir -p "${BUILD_DIR}" || die
        }
        python_foreach_impl prepare_gst
}

src_configure() {
        ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}

src_compile() {
        python_foreach_impl run_in_build_dir default
}

src_install() {
        python_foreach_impl run_in_build_dir default
        prune_libtool_files --modules
        einstalldocs

#       if use examples; then
#               docinto examples
#               dodoc examples/*
#       fi
}




Reply via email to