Update to gsound-1.0.3.
This commit is contained in:
parent
bf2a89355f
commit
891e0e113e
@ -1,12 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:43:33 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2021/08/18 14:27:11 ajacoutot Exp $
|
||||
|
||||
COMMENT= GObject library for playing system sounds
|
||||
|
||||
GNOME_PROJECT= gsound
|
||||
GNOME_VERSION= 1.0.2
|
||||
REVISION= 1
|
||||
GNOME_VERSION= 1.0.3
|
||||
|
||||
SHARED_LIBS += gsound 0.0 # 0.0
|
||||
SHARED_LIBS += gsound 0.0 # 0.0.2
|
||||
|
||||
CATEGORIES= audio
|
||||
|
||||
@ -15,16 +14,14 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c canberra ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
||||
WANTLIB += iconv intl ltdl m ogg pcre pthread vorbis vorbisfile z
|
||||
WANTLIB += c canberra gio-2.0 glib-2.0 gobject-2.0
|
||||
|
||||
MODULES= x11/gnome
|
||||
MODULES= devel/meson \
|
||||
x11/gnome
|
||||
|
||||
MODGNOME_TOOLS= gobject-introspection vala
|
||||
|
||||
LIB_DEPENDS= audio/libcanberra \
|
||||
devel/glib2
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gsound-1.0.2.tar.xz) = u6j/MO6oFQN+U77nJ7vV8Lai501FKncRuBmnxETnjlM=
|
||||
SIZE (gsound-1.0.2.tar.xz) = 282068
|
||||
SHA256 (gsound-1.0.3.tar.xz) = yi0Dnh69FIZHAXp/VIhiNQvJrwGYbTnxDP3I6V8HiBo=
|
||||
SIZE (gsound-1.0.3.tar.xz) = 22592
|
||||
|
@ -1,34 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2018/05/12 10:00:24 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2021/08/18 14:27:11 ajacoutot Exp $
|
||||
@bin bin/gsound-play
|
||||
include/gsound-attr.h
|
||||
include/gsound-context.h
|
||||
include/gsound.h
|
||||
lib/girepository-1.0/
|
||||
lib/girepository-1.0/GSound-1.0.typelib
|
||||
lib/libgsound.a
|
||||
lib/libgsound.la
|
||||
@lib lib/libgsound.so.${LIBgsound_VERSION}
|
||||
lib/pkgconfig/gsound.pc
|
||||
share/gir-1.0/
|
||||
share/gir-1.0/GSound-1.0.gir
|
||||
share/gtk-doc/html/gsound/
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user