diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-03 04:03:06 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-03 04:03:06 +0800 |
commit | d6caac6942578c45d22e561fff8fe7e3db184623 (patch) | |
tree | 10430743c0e9fa70d4de62da687d622e623f43f4 /audio | |
parent | 210504ac41225afd905f175f9248512e9b0bde2d (diff) | |
download | freebsd-ports-graphics-d6caac6942578c45d22e561fff8fe7e3db184623.tar.gz freebsd-ports-graphics-d6caac6942578c45d22e561fff8fe7e3db184623.tar.zst freebsd-ports-graphics-d6caac6942578c45d22e561fff8fe7e3db184623.zip |
Add gsound.
GSound is based on libcanberra to play system sounds.
Obtained from: GNOME dev repo.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/gsound/Makefile | 20 | ||||
-rw-r--r-- | audio/gsound/distinfo | 2 | ||||
-rw-r--r-- | audio/gsound/pkg-descr | 3 | ||||
-rw-r--r-- | audio/gsound/pkg-plist | 31 |
5 files changed, 57 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 840d1993c3e..ce355c383f4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -215,6 +215,7 @@ SUBDIR += gramofile SUBDIR += grip SUBDIR += gsm + SUBDIR += gsound SUBDIR += gspeakers SUBDIR += gstreamer-plugins-a52dec SUBDIR += gstreamer-plugins-amrnb diff --git a/audio/gsound/Makefile b/audio/gsound/Makefile new file mode 100644 index 00000000000..f38d771e924 --- /dev/null +++ b/audio/gsound/Makefile @@ -0,0 +1,20 @@ +# Created by: Koop Mast <kwm@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gsound +PORTVERSION= 1.0.1 +CATEGORIES= audio +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GObject library for playing system sounds + +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala +LIB_DEPENDS= libcanberra.so:${PORTSDIR}/audio/libcanberra + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 introspection:build +GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +.include <bsd.port.mk> diff --git a/audio/gsound/distinfo b/audio/gsound/distinfo new file mode 100644 index 00000000000..915f748925e --- /dev/null +++ b/audio/gsound/distinfo @@ -0,0 +1,2 @@ +SHA256 (gsound-1.0.1.tar.xz) = ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29 +SIZE (gsound-1.0.1.tar.xz) = 256804 diff --git a/audio/gsound/pkg-descr b/audio/gsound/pkg-descr new file mode 100644 index 00000000000..6a54f4691da --- /dev/null +++ b/audio/gsound/pkg-descr @@ -0,0 +1,3 @@ +GSound is based on libcanberra to play system sounds. + +WWW: https://wiki.gnome.org/Projects/GSound diff --git a/audio/gsound/pkg-plist b/audio/gsound/pkg-plist new file mode 100644 index 00000000000..65ac9d10ca7 --- /dev/null +++ b/audio/gsound/pkg-plist @@ -0,0 +1,31 @@ +bin/gsound-play +include/gsound-attr.h +include/gsound-context.h +include/gsound.h +lib/girepository-1.0/GSound-1.0.typelib +lib/libgsound.a +lib/libgsound.so +lib/libgsound.so.0 +lib/libgsound.so.0.0.0 +libdata/pkgconfig/gsound.pc +share/gir-1.0/GSound-1.0.gir +share/gtk-doc/html/gsound/GSoundContext.html +share/gtk-doc/html/gsound/annotation-glossary.html +share/gtk-doc/html/gsound/api-index-full.html +share/gtk-doc/html/gsound/ch01.html +share/gtk-doc/html/gsound/deprecated-api-index.html +share/gtk-doc/html/gsound/gsound-GSound-Attributes.html +share/gtk-doc/html/gsound/gsound.devhelp2 +share/gtk-doc/html/gsound/home.png +share/gtk-doc/html/gsound/index.html +share/gtk-doc/html/gsound/index.sgml +share/gtk-doc/html/gsound/left-insensitive.png +share/gtk-doc/html/gsound/left.png +share/gtk-doc/html/gsound/object-tree.html +share/gtk-doc/html/gsound/right-insensitive.png +share/gtk-doc/html/gsound/right.png +share/gtk-doc/html/gsound/style.css +share/gtk-doc/html/gsound/up-insensitive.png +share/gtk-doc/html/gsound/up.png +share/vala/vapi/gsound.deps +share/vala/vapi/gsound.vapi |