[Midnightbsd-cvs] mports [20419] trunk/audio: add gsound library

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 14:34:30 EDT 2015


Revision: 20419
          http://svnweb.midnightbsd.org/mports/?rev=20419
Author:   laffer1
Date:     2015-10-03 14:34:30 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add gsound library

Modified Paths:
--------------
    trunk/audio/Makefile

Added Paths:
-----------
    trunk/audio/gsound/
    trunk/audio/gsound/Makefile
    trunk/audio/gsound/distinfo
    trunk/audio/gsound/pkg-descr
    trunk/audio/gsound/pkg-plist

Modified: trunk/audio/Makefile
===================================================================
--- trunk/audio/Makefile	2015-10-03 18:12:32 UTC (rev 20418)
+++ trunk/audio/Makefile	2015-10-03 18:34:30 UTC (rev 20419)
@@ -21,6 +21,7 @@
 SUBDIR += gnome-media
 SUBDIR += gnustep-cdplayer
 SUBDIR += gsm
+SUBDIR += gsound
 SUBDIR += gstreamer-plugins-a52dec
 SUBDIR += gstreamer-plugins-cdparanoia
 SUBDIR += gstreamer-plugins-esound

Added: trunk/audio/gsound/Makefile
===================================================================
--- trunk/audio/gsound/Makefile	                        (rev 0)
+++ trunk/audio/gsound/Makefile	2015-10-03 18:34:30 UTC (rev 20419)
@@ -0,0 +1,23 @@
+# Created by: Koop Mast <kwm at FreeBSD.org>
+# $FreeBSD: head/audio/gsound/Makefile 391185 2015-07-02 20:03:06Z kwm $
+# $MidnightBSD$
+
+PORTNAME=	gsound
+PORTVERSION=	1.0.1
+CATEGORIES=	audio
+MASTER_SITES=	GNOME
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GObject library for playing system sounds
+
+LICENSE=	lgpl
+
+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>


Property changes on: trunk/audio/gsound/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/gsound/distinfo
===================================================================
--- trunk/audio/gsound/distinfo	                        (rev 0)
+++ trunk/audio/gsound/distinfo	2015-10-03 18:34:30 UTC (rev 20419)
@@ -0,0 +1,2 @@
+SHA256 (gsound-1.0.1.tar.xz) = ea0dd94429c0645f2f98824274ef04543fe459dd83a5449a68910acc3ba67f29
+SIZE (gsound-1.0.1.tar.xz) = 256804


Property changes on: trunk/audio/gsound/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/gsound/pkg-descr
===================================================================
--- trunk/audio/gsound/pkg-descr	                        (rev 0)
+++ trunk/audio/gsound/pkg-descr	2015-10-03 18:34:30 UTC (rev 20419)
@@ -0,0 +1,3 @@
+GSound is based on libcanberra to play system sounds.
+
+WWW: https://wiki.gnome.org/Projects/GSound


Property changes on: trunk/audio/gsound/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/audio/gsound/pkg-plist
===================================================================
--- trunk/audio/gsound/pkg-plist	                        (rev 0)
+++ trunk/audio/gsound/pkg-plist	2015-10-03 18:34:30 UTC (rev 20419)
@@ -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


Property changes on: trunk/audio/gsound/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list