pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio audio: Add gsound.
details: https://anonhg.NetBSD.org/pkgsrc/rev/82c85dadc0c5
branches: trunk
changeset: 441779:82c85dadc0c5
user: nia <nia%pkgsrc.org@localhost>
date: Tue Nov 10 16:36:15 2020 +0000
description:
audio: Add gsound.
GSound is a small library for playing system sounds. It's designed to be
used via GObject Introspection, and is a thin wrapper around the libcanberra
C library.
diffstat:
audio/Makefile | 3 ++-
audio/gsound/DESCR | 3 +++
audio/gsound/Makefile | 24 ++++++++++++++++++++++++
audio/gsound/PLIST | 29 +++++++++++++++++++++++++++++
audio/gsound/buildlink3.mk | 14 ++++++++++++++
audio/gsound/distinfo | 6 ++++++
6 files changed, 78 insertions(+), 1 deletions(-)
diffs (113 lines):
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/Makefile
--- a/audio/Makefile Tue Nov 10 15:03:24 2020 +0000
+++ b/audio/Makefile Tue Nov 10 16:36:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.617 2020/11/02 14:04:41 nia Exp $
+# $NetBSD: Makefile,v 1.618 2020/11/10 16:36:15 nia Exp $
#
COMMENT= Audio tools
@@ -145,6 +145,7 @@
SUBDIR+= gramofile
SUBDIR+= grip
SUBDIR+= gsm
+SUBDIR+= gsound
SUBDIR+= gst-plugins0.10-a52
SUBDIR+= gst-plugins0.10-alsa
SUBDIR+= gst-plugins0.10-cdparanoia
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/gsound/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gsound/DESCR Tue Nov 10 16:36:15 2020 +0000
@@ -0,0 +1,3 @@
+GSound is a small library for playing system sounds. It's designed to be
+used via GObject Introspection, and is a thin wrapper around the libcanberra
+C library.
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/gsound/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gsound/Makefile Tue Nov 10 16:36:15 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/11/10 16:36:15 nia Exp $
+
+DISTNAME= gsound-1.0.2
+CATEGORIES= audio gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://gitlab.gnome.org/GNOME/gsound
+COMMENT= Small library for playing system sounds
+LICENSE= gnu-lgpl-v2.1
+
+USE_TOOLS+= pkg-config gmake
+USE_LIBTOOL= yes
+
+GNU_CONFIGURE= yes
+
+PKGCONFIG_OVERRIDE+= gsound/gsound.pc
+
+.include "../../audio/libcanberra/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../lang/vala/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/gsound/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gsound/PLIST Tue Nov 10 16:36:15 2020 +0000
@@ -0,0 +1,29 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/10 16:36:15 nia Exp $
+bin/gsound-play
+include/gsound-attr.h
+include/gsound-context.h
+include/gsound.h
+lib/girepository-1.0/GSound-1.0.typelib
+lib/libgsound.la
+lib/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
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/gsound/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gsound/buildlink3.mk Tue Nov 10 16:36:15 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/10 16:36:15 nia Exp $
+
+BUILDLINK_TREE+= gsound
+
+.if !defined(GSOUND_BUILDLINK3_MK)
+GSOUND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gsound+= gsound>=1.0.2
+BUILDLINK_PKGSRCDIR.gsound?= ../../audio/gsound
+
+.include "../../devel/glib2/buildlink3.mk"
+.endif # GSOUND_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gsound
diff -r 6af21c3619d0 -r 82c85dadc0c5 audio/gsound/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/gsound/distinfo Tue Nov 10 16:36:15 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/10 16:36:15 nia Exp $
+
+SHA1 (gsound-1.0.2.tar.xz) = bd3f96673f58c339b00df2c6e3d76781d405b2b9
+RMD160 (gsound-1.0.2.tar.xz) = ca5e21450ef2eceb83ac7be7e7f83e5da3d4e1f0
+SHA512 (gsound-1.0.2.tar.xz) = 3525598aade28129d605e745cd6e8ef292220c446d59b34129056fa2aba7b4aa808c3efd29f4916056e20d5e4046b0edf2a6c9b97c272c95e59af7f8ef62e6b0
+Size (gsound-1.0.2.tar.xz) = 282068 bytes
Home |
Main Index |
Thread Index |
Old Index