svn commit: r391185 - in head/audio: . gsound

Koop Mast kwm at FreeBSD.org
Thu Jul 2 20:03:09 UTC 2015


Author: kwm
Date: Thu Jul  2 20:03:06 2015
New Revision: 391185
URL: https://svnweb.freebsd.org/changeset/ports/391185

Log:
  Add gsound.
  
  GSound is based on libcanberra to play system sounds.
  
  Obtained from:	GNOME dev repo.

Added:
  head/audio/gsound/
  head/audio/gsound/Makefile   (contents, props changed)
  head/audio/gsound/distinfo   (contents, props changed)
  head/audio/gsound/pkg-descr   (contents, props changed)
  head/audio/gsound/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Thu Jul  2 20:02:35 2015	(r391184)
+++ head/audio/Makefile	Thu Jul  2 20:03:06 2015	(r391185)
@@ -215,6 +215,7 @@
     SUBDIR += gramofile
     SUBDIR += grip
     SUBDIR += gsm
+    SUBDIR += gsound
     SUBDIR += gspeakers
     SUBDIR += gstreamer-plugins-a52dec
     SUBDIR += gstreamer-plugins-amrnb

Added: head/audio/gsound/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gsound/Makefile	Thu Jul  2 20:03:06 2015	(r391185)
@@ -0,0 +1,20 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	gsound
+PORTVERSION=	1.0.1
+CATEGORIES=	audio
+MASTER_SITES=	GNOME
+
+MAINTAINER=	gnome at 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>

Added: head/audio/gsound/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gsound/distinfo	Thu Jul  2 20:03:06 2015	(r391185)
@@ -0,0 +1,2 @@
+SHA256 (gsound-1.0.1.tar.xz) = ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29
+SIZE (gsound-1.0.1.tar.xz) = 256804

Added: head/audio/gsound/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gsound/pkg-descr	Thu Jul  2 20:03:06 2015	(r391185)
@@ -0,0 +1,3 @@
+GSound is based on libcanberra to play system sounds.
+
+WWW: https://wiki.gnome.org/Projects/GSound

Added: head/audio/gsound/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/gsound/pkg-plist	Thu Jul  2 20:03:06 2015	(r391185)
@@ -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


More information about the svn-ports-all mailing list