tetromino    15/05/25 23:49:21

  Modified:             metadata.xml ChangeLog babl-9999.ebuild
  Added:                babl-0.1.12.ebuild
  Log:
  Non-maintainer version bump from the gnome overlay, needed for gegl-0.3 (bug 
#550108). Update live ebuild. Remove unused flag descriptions.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.7                  media-libs/babl/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/metadata.xml?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/metadata.xml?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/metadata.xml?r1=1.6&r2=1.7

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/metadata.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- metadata.xml        5 Nov 2012 08:48:28 -0000       1.6
+++ metadata.xml        25 May 2015 23:49:21 -0000      1.7
@@ -4,9 +4,4 @@
        <maintainer>
                <email>sp...@gentoo.org</email>
        </maintainer>
-       <use>
-               <flag name="introspection">Use 
<pkg>dev-libs/gobject-introspection</pkg> for
-               introspection</flag>
-               <flag name="vala">Enable bindings for 
<pkg>dev-lang/vala</pkg></flag>
-       </use>
 </pkgmetadata>



1.64                 media-libs/babl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.64&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?rev=1.64&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   29 Jan 2015 17:27:42 -0000      1.63
+++ ChangeLog   25 May 2015 23:49:21 -0000      1.64
@@ -1,6 +1,13 @@
 # ChangeLog for media-libs/babl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.63 2015/01/29 
17:27:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/ChangeLog,v 1.64 2015/05/25 
23:49:21 tetromino Exp $
+
+*babl-0.1.12 (25 May 2015)
+
+  25 May 2015; Alexandre Rostovtsev <tetrom...@gentoo.org> +babl-0.1.12.ebuild,
+  babl-9999.ebuild, metadata.xml:
+  Non-maintainer version bump from the gnome overlay, needed for gegl-0.3 (bug
+  #550108). Update live ebuild. Remove unused flag descriptions.
 
   29 Jan 2015; Michał Górny <mgo...@gentoo.org> babl-0.1.10-r1.ebuild,
   babl-9999.ebuild:



1.4                  media-libs/babl/babl-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-9999.ebuild?r1=1.3&r2=1.4

Index: babl-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- babl-9999.ebuild    29 Jan 2015 17:27:42 -0000      1.3
+++ babl-9999.ebuild    25 May 2015 23:49:21 -0000      1.4
@@ -1,36 +1,36 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.3 
2015/01/29 17:27:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-9999.ebuild,v 1.4 
2015/05/25 23:49:21 tetromino Exp $
 
-EAPI=4
+EAPI=5
 
-VALA_MIN_API_VERSION=0.14
-VALA_USE_DEPEND=vapigen
-EGIT_REPO_URI="git://git.gnome.org/babl"
+inherit eutils
 
-inherit vala autotools eutils git-2
+if [[ ${PV} == *9999* ]]; then
+       inherit autotools git-r3
+       EGIT_REPO_URI="git://git.gnome.org/babl"
+       SRC_URI=""
+else
+       SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
+       KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
+fi
 
 DESCRIPTION="A dynamic, any to any, pixel format conversion library"
 HOMEPAGE="http://www.gegl.org/babl/";
 
 LICENSE="LGPL-3"
 SLOT="0"
-KEYWORDS=""
-IUSE="altivec +introspection cpu_flags_x86_sse cpu_flags_x86_mmx vala"
+IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx"
 
-RDEPEND="introspection? ( >=dev-libs/gobject-introspection-0.10 )"
+RDEPEND=""
 DEPEND="${RDEPEND}
        >=sys-devel/libtool-2.2
-       vala? ( $(vala_depend) )
-       virtual/pkgconfig"
+       virtual/pkgconfig
+"
 
 src_prepare() {
-       # fix compilation on OSX, can be dropped on next release:
-       # http://mail.gnome.org/archives/commits-list/2012-April/msg02589.html
-       sed -i -e 's/values\.h/limits.h/' babl/babl-palette.c || die
-       eautoreconf
-
-       use vala && vala_src_prepare
+       epatch_user
+       [[ ${PV} == *9999* ]] && eautoreconf
 }
 
 src_configure() {
@@ -39,17 +39,16 @@
        # w3m is used for dist target thus no issue for us that it is 
automagically
        #     detected
        econf \
+               --disable-docs \
                --disable-static \
                --disable-maintainer-mode \
                $(use_enable altivec) \
-               $(use_enable introspection) \
                $(use_enable cpu_flags_x86_mmx mmx) \
                $(use_enable cpu_flags_x86_sse sse) \
-               $(use_with vala)
+               $(use_enable cpu_flags_x86_sse sse2)
 }
 
 src_install() {
        default
-       find "${ED}" -name '*.la' -delete
-       dodoc AUTHORS MAINTAINERS NEWS TODO
+       prune_libtool_files --all
 }



1.1                  media-libs/babl/babl-0.1.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.12.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/babl/babl-0.1.12.ebuild?rev=1.1&content-type=text/plain

Index: babl-0.1.12.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/babl/babl-0.1.12.ebuild,v 1.1 
2015/05/25 23:49:21 tetromino Exp $

EAPI=5

inherit eutils

if [[ ${PV} == *9999* ]]; then
        inherit autotools git-r3
        EGIT_REPO_URI="git://git.gnome.org/babl"
        SRC_URI=""
else
        SRC_URI="http://ftp.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.bz2";
        KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~x64-solaris ~x86-solaris"
fi

DESCRIPTION="A dynamic, any to any, pixel format conversion library"
HOMEPAGE="http://www.gegl.org/babl/";

LICENSE="LGPL-3"
SLOT="0"
IUSE="altivec cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_mmx"

RDEPEND=""
DEPEND="${RDEPEND}
        >=sys-devel/libtool-2.2
        virtual/pkgconfig
"

src_prepare() {
        epatch_user
        [[ ${PV} == *9999* ]] && eautoreconf
}

src_configure() {
        # Automagic rsvg support is just for website generation we do not call,
        #     so we don't need to fix it
        # w3m is used for dist target thus no issue for us that it is 
automagically
        #     detected
        econf \
                --disable-docs \
                --disable-static \
                --disable-maintainer-mode \
                $(use_enable altivec) \
                $(use_enable cpu_flags_x86_mmx mmx) \
                $(use_enable cpu_flags_x86_sse sse) \
                $(use_enable cpu_flags_x86_sse sse2)
}

src_install() {
        default
        prune_libtool_files --all
}




Reply via email to