eva         14/09/26 18:00:09

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

Revision  Changes    Path
1.23                 net-libs/libdmapsharing/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog   27 Apr 2014 08:22:59 -0000      1.22
+++ ChangeLog   26 Sep 2014 18:00:09 -0000      1.23
@@ -1,6 +1,12 @@
 # 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.22 
2014/04/27 08:22:59 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libdmapsharing/ChangeLog,v 1.23 
2014/09/26 18:00:09 eva Exp $
+
+*libdmapsharing-2.9.29 (26 Sep 2014)
+
+  26 Sep 2014; Gilles Dartiguelongue <[email protected]>
+  +libdmapsharing-2.9.29.ebuild:
+  Version bump.
 
   27 Apr 2014; Pacho Ramos <[email protected]> -libdmapsharing-2.9.15.ebuild,
   -libdmapsharing-2.9.17.ebuild:



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

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

Index: libdmapsharing-2.9.29.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-libs/libdmapsharing/libdmapsharing-2.9.29.ebuild,v 
1.1 2014/09/26 18:00:09 eva 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