pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/gsound



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Apr 14 14:20:28 UTC 2024

Modified Files:
        pkgsrc/audio/gsound: Makefile PLIST buildlink3.mk distinfo

Log Message:
gsound: updated to 1.0.3

1.0.3
Unknown changes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/gsound/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/gsound/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/gsound/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 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/gsound/Makefile
diff -u pkgsrc/audio/gsound/Makefile:1.15 pkgsrc/audio/gsound/Makefile:1.16
--- pkgsrc/audio/gsound/Makefile:1.15   Sun Apr  7 07:33:31 2024
+++ pkgsrc/audio/gsound/Makefile        Sun Apr 14 14:20:28 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/04/07 07:33:31 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2024/04/14 14:20:28 adam Exp $
 
-DISTNAME=      gsound-1.0.2
-PKGREVISION=   14
+DISTNAME=      gsound-1.0.3
 CATEGORIES=    audio gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -11,15 +10,13 @@ HOMEPAGE=   https://gitlab.gnome.org/GNOME
 COMMENT=       Small library for playing system sounds
 LICENSE=       gnu-lgpl-v2.1
 
-USE_TOOLS+=    pkg-config gmake
-USE_LIBTOOL=   yes
-
-GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
 
 PKGCONFIG_OVERRIDE+=   gsound/gsound.pc
 
 .include "../../audio/libcanberra/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/meson/build.mk"
 .include "../../lang/vala/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/audio/gsound/PLIST
diff -u pkgsrc/audio/gsound/PLIST:1.1 pkgsrc/audio/gsound/PLIST:1.2
--- pkgsrc/audio/gsound/PLIST:1.1       Tue Nov 10 16:36:15 2020
+++ pkgsrc/audio/gsound/PLIST   Sun Apr 14 14:20:28 2024
@@ -1,29 +1,13 @@
-@comment $NetBSD: PLIST,v 1.1 2020/11/10 16:36:15 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/04/14 14:20:28 adam 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/libgsound.so
+lib/libgsound.so.0
+lib/libgsound.so.0.0.2
 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 pkgsrc/audio/gsound/buildlink3.mk:1.2 pkgsrc/audio/gsound/buildlink3.mk:1.3
--- pkgsrc/audio/gsound/buildlink3.mk:1.2       Wed Dec  8 16:01:43 2021
+++ pkgsrc/audio/gsound/buildlink3.mk   Sun Apr 14 14:20:28 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2021/12/08 16:01:43 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2024/04/14 14:20:28 adam Exp $
 
 BUILDLINK_TREE+=       gsound
 
@@ -6,9 +6,10 @@ BUILDLINK_TREE+=       gsound
 GSOUND_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.gsound+= gsound>=1.0.2
-BUILDLINK_ABI_DEPENDS.gsound?= gsound>=1.0.2nb3
+BUILDLINK_ABI_DEPENDS.gsound+= gsound>=1.0.2nb3
 BUILDLINK_PKGSRCDIR.gsound?=   ../../audio/gsound
 
+.include "../../audio/libcanberra/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .endif # GSOUND_BUILDLINK3_MK
 

Index: pkgsrc/audio/gsound/distinfo
diff -u pkgsrc/audio/gsound/distinfo:1.3 pkgsrc/audio/gsound/distinfo:1.4
--- pkgsrc/audio/gsound/distinfo:1.3    Tue Oct 26 09:59:01 2021
+++ pkgsrc/audio/gsound/distinfo        Sun Apr 14 14:20:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 09:59:01 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/04/14 14:20:28 adam Exp $
 
-BLAKE2s (gsound-1.0.2.tar.xz) = 603e84d1e9f690bf4332ecf602e1d2dc58553365cc0f005aa38d82014e5cc666
-SHA512 (gsound-1.0.2.tar.xz) = 3525598aade28129d605e745cd6e8ef292220c446d59b34129056fa2aba7b4aa808c3efd29f4916056e20d5e4046b0edf2a6c9b97c272c95e59af7f8ef62e6b0
-Size (gsound-1.0.2.tar.xz) = 282068 bytes
+BLAKE2s (gsound-1.0.3.tar.xz) = 532fa8f620399f5ad97e77a7d61da90a4a63b17d426e755f7f8de34644529c5b
+SHA512 (gsound-1.0.3.tar.xz) = 5d7c4f17154b840abb94b432c33ba950929ddc5aba8c2795b54834d6c6b0280d3d8846acebb1e4e02688045bfb44cfac7dbb96fef44af5a73a12a70f3ece84eb
+Size (gsound-1.0.3.tar.xz) = 22592 bytes



Home | Main Index | Thread Index | Old Index