summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2015-05-25 16:13:00 -0400
committerAlexandre Rostovtsev <tetromino@gentoo.org>2015-05-25 16:14:39 -0400
commit00ffc725227ed3e37d519e0d1feaa8cfedc51742 (patch)
tree250bf08a6528266b943a2631f3b883459d2e6f77
parentx11-terms/gnome-terminal: add Fedora patches to re-add transparency, dark the... (diff)
downloadgnome-00ffc725227ed3e37d519e0d1feaa8cfedc51742.tar.gz
gnome-00ffc725227ed3e37d519e0d1feaa8cfedc51742.tar.bz2
gnome-00ffc725227ed3e37d519e0d1feaa8cfedc51742.zip
media-libs/gsound: qa + move to gx86
Fix license, test on x86, improve description, add live ebuild. Package-Manager: portage-2.2.20 Manifest-Sign-Key: 0x18E5B6F2D8D5EC8D
-rw-r--r--media-libs/gsound/Manifest11
-rw-r--r--media-libs/gsound/gsound-9999.ebuild (renamed from media-libs/gsound/gsound-1.0.1.ebuild)13
2 files changed, 10 insertions, 14 deletions
diff --git a/media-libs/gsound/Manifest b/media-libs/gsound/Manifest
deleted file mode 100644
index 73f08d4f..00000000
--- a/media-libs/gsound/Manifest
+++ /dev/null
@@ -1,11 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA512
-
-DIST gsound-1.0.1.tar.xz 256804 SHA256 ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 SHA512 0c4db73f5e9a620c53598b439cfa001482b86d58bcd77986b43d83bee42a905dadc1b7c44c78dfcd9b5c361b5275508c7320569358423bc7a82ee1a1f2995529 WHIRLPOOL a8355c9fc45b94aa46252f2beabe458d3f0cc6031993f6811d70940ec497dc08b264f021eb083d5ec1b888464abb0b41c517e5af3ef9d7bbbf586e141032c51a
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2
-
-iEYEAREKAAYFAlVNLLQACgkQ1fmVwcYIWAY/NACcCpqka0U2fQU7OLEiAFhQZt0Q
-4UkAoMBii/6ZiwuNmSdBXvXRWFmVgad0
-=MmWB
------END PGP SIGNATURE-----
diff --git a/media-libs/gsound/gsound-1.0.1.ebuild b/media-libs/gsound/gsound-9999.ebuild
index cab53cbf..1ac4048c 100644
--- a/media-libs/gsound/gsound-1.0.1.ebuild
+++ b/media-libs/gsound/gsound-9999.ebuild
@@ -8,13 +8,20 @@ VALA_USE_DEPEND="vapigen"
VALA_MIN_API_VERSION="0.20"
inherit gnome2 vala
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
-DESCRIPTION="thin wrapper around the libcanberra C library"
+DESCRIPTION="Thin GObject wrapper around the libcanberra sound event library"
HOMEPAGE="https://wiki.gnome.org/Projects/GSound"
-LICENSE="GPL-2+"
+LICENSE="LGPL-2.1+"
SLOT="0"
-KEYWORDS="~amd64"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
IUSE="+introspection"
# vala setup required for vapigen check