pacho       15/06/07 13:53:27

  Modified:             ChangeLog
  Added:                libdmapsharing-2.9.31.ebuild
  Removed:              libdmapsharing-2.9.29.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.29                 net-libs/libdmapsharing/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libdmapsharing/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog   15 Mar 2015 13:30:41 -0000      1.28
+++ ChangeLog   7 Jun 2015 13:53:26 -0000       1.29
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libdmapsharing
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.28 
2015/03/15 13:30:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.29 
2015/06/07 13:53:26 pacho Exp $
+
+*libdmapsharing-2.9.31 (07 Jun 2015)
+
+  07 Jun 2015; Pacho Ramos <[email protected]> +libdmapsharing-2.9.31.ebuild,
+  -libdmapsharing-2.9.29.ebuild:
+  Version bump, drop old
 
   15 Mar 2015; Pacho Ramos <[email protected]> libdmapsharing-2.9.30.ebuild:
   x86 stable, bug 534012



1.1                  net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild

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

Index: libdmapsharing-2.9.31.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.31.ebuild,v 
1.1 2015/06/07 13:53:26 pacho Exp $

EAPI=5
GCONF_DEBUG="no"

inherit gnome2

DESCRIPTION="A library that implements the DMAP family of protocols"
HOMEPAGE="http://www.flyn.org/projects/libdmapsharing";
SRC_URI="http://www.flyn.org/projects/${PN}/${P}.tar.gz";

LICENSE="LGPL-2.1"
SLOT="3.0/2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="+introspection test"

# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled
# Doesn't seem to be used for anything...
# TODO: implement tests (requires dev-libs/check)
RDEPEND="
        >=dev-libs/glib-2.36:2
        x11-libs/gdk-pixbuf:2
        >=net-dns/avahi-0.6
        >=net-libs/libsoup-2.32:2.4
        media-libs/gstreamer:1.0
        media-libs/gst-plugins-base:1.0
        sys-libs/zlib
        introspection? ( >=dev-libs/gobject-introspection-1.30:= )
"
DEPEND="${RDEPEND}
        dev-util/gtk-doc-am
        virtual/pkgconfig
        test? ( dev-libs/check )
"

src_prepare() {
        # Remove useless CFLAGS alteration in configure
        sed -e 's/CFLAGS -O2/CFLAGS/' \
                -i configure.ac configure || die
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                --with-mdns=avahi \
                $(use_enable introspection) \
                $(use_enable test tests)
}




Reply via email to