tetromino    15/05/25 20:14:33

  Added:                metadata.xml ChangeLog gsound-1.0.1.ebuild
  Log:
  From the gnome overlay: new gobject wrapper for libcanberra, needed for 
gnome-3.16.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.1                  media-libs/gsound/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
  <herd>gnome</herd>
</pkgmetadata>



1.1                  media-libs/gsound/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for media-libs/gsound
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gsound/ChangeLog,v 1.1 2015/05/25 
20:14:33 tetromino Exp $

*gsound-1.0.1 (25 May 2015)

  25 May 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
  +gsound-1.0.1.ebuild, +metadata.xml:
  From the gnome overlay: new gobject wrapper for libcanberra, needed for
  gnome-3.16.




1.1                  media-libs/gsound/gsound-1.0.1.ebuild

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

Index: gsound-1.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/gsound/gsound-1.0.1.ebuild,v 1.1 
2015/05/25 20:14:33 tetromino Exp $

EAPI="5"
GCONF_DEBUG="no"
VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.20"

inherit gnome2 vala

DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library"
HOMEPAGE="https://wiki.gnome.org/Projects/GSound";

LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+introspection"

# vala setup required for vapigen check
RDEPEND="
        >=dev-libs/glib-2.36:2
        media-libs/libcanberra
        introspection? ( >=dev-libs/gobject-introspection-1.2.9 )
"
DEPEND="${RDEPEND}
        $(vala_depend)
        >=dev-util/gtk-doc-am-1.20
        virtual/pkgconfig
"

src_prepare() {
        vala_src_prepare
        gnome2_src_prepare
}

src_configure () {
        gnome2_src_configure \
                --disable-static \
                $(use_enable introspection)
}




Reply via email to