pacho       15/02/12 11:51:10

  Modified:             ChangeLog
  Added:                libdmapsharing-2.9.30.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.26                 net-libs/libdmapsharing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog   19 Dec 2014 13:41:34 -0000      1.25
+++ ChangeLog   12 Feb 2015 11:51:10 -0000      1.26
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libdmapsharing
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.25 
2014/12/19 13:41:34 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.26 
2015/02/12 11:51:10 pacho Exp $
+
+*libdmapsharing-2.9.30 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos <pa...@gentoo.org> +libdmapsharing-2.9.30.ebuild:
+  Version bump
 
   19 Dec 2014; Pacho Ramos <pa...@gentoo.org> libdmapsharing-2.9.29.ebuild:
   amd64 stable, bug 529964



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

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

Index: libdmapsharing-2.9.30.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.30.ebuild,v 
1.1 2015/02/12 11:51:10 pacho Exp $

EAPI=5
inherit eutils

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
}

src_configure() {
        econf \
                --disable-gtk-doc \
                --disable-maintainer-mode \
                --with-mdns=avahi \
                $(use_enable introspection) \
                $(use_enable test tests)
}

src_install() {
        default
        prune_libtool_files
}




Reply via email to