pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 10 16:36:15 UTC 2020
Modified Files:
pkgsrc/audio: Makefile
Added Files:
pkgsrc/audio/gsound: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.617 -r1.618 pkgsrc/audio/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/gsound/DESCR pkgsrc/audio/gsound/Makefile \
pkgsrc/audio/gsound/PLIST pkgsrc/audio/gsound/buildlink3.mk \
pkgsrc/audio/gsound/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/Makefile
diff -u pkgsrc/audio/Makefile:1.617 pkgsrc/audio/Makefile:1.618
--- pkgsrc/audio/Makefile:1.617 Mon Nov 2 14:04:41 2020
+++ pkgsrc/audio/Makefile Tue Nov 10 16:36:15 2020
@@ -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+= gqmpeg-skins
SUBDIR+= gramofile
SUBDIR+= grip
SUBDIR+= gsm
+SUBDIR+= gsound
SUBDIR+= gst-plugins0.10-a52
SUBDIR+= gst-plugins0.10-alsa
SUBDIR+= gst-plugins0.10-cdparanoia
Added files:
Index: pkgsrc/audio/gsound/DESCR
diff -u /dev/null pkgsrc/audio/gsound/DESCR:1.1
--- /dev/null Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/DESCR Tue Nov 10 16:36:15 2020
@@ -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.
Index: pkgsrc/audio/gsound/Makefile
diff -u /dev/null pkgsrc/audio/gsound/Makefile:1.1
--- /dev/null Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/Makefile Tue Nov 10 16:36:15 2020
@@ -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"
Index: pkgsrc/audio/gsound/PLIST
diff -u /dev/null pkgsrc/audio/gsound/PLIST:1.1
--- /dev/null Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/PLIST Tue Nov 10 16:36:15 2020
@@ -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
Index: pkgsrc/audio/gsound/buildlink3.mk
diff -u /dev/null pkgsrc/audio/gsound/buildlink3.mk:1.1
--- /dev/null Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/buildlink3.mk Tue Nov 10 16:36:15 2020
@@ -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
Index: pkgsrc/audio/gsound/distinfo
diff -u /dev/null pkgsrc/audio/gsound/distinfo:1.1
--- /dev/null Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/distinfo Tue Nov 10 16:36:15 2020
@@ -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