From 11cf82f8bb09c7798e23adce4421a95729d1a190 Mon Sep 17 00:00:00 2001 From: suvari Date: Wed, 14 Jul 2021 15:09:15 +0300 Subject: [PATCH] libcanberra: version bump to latest commit --- multimedia/sound/libcanberra/actions.py | 8 ++++---- multimedia/sound/libcanberra/pspec.xml | 14 +++++++++++--- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/multimedia/sound/libcanberra/actions.py b/multimedia/sound/libcanberra/actions.py index f7fb389dbe..fe8ebfb318 100644 --- a/multimedia/sound/libcanberra/actions.py +++ b/multimedia/sound/libcanberra/actions.py @@ -10,11 +10,11 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.autoreconf("-fi") + shelltools.system("./autogen.sh") + #autotools.autoreconf("-fi") autotools.configure("--disable-oss \ --disable-lynx \ --disable-gtk-doc \ - --disable-schemas-install \ --enable-gstreamer \ --enable-gtk3 \ --enable-pulse \ @@ -33,6 +33,6 @@ def install(): autotools.rawInstall('DESTDIR="%s"' % get.installDIR()) #pisitools.remove("/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so") - pisitools.removeDir("/usr/share/gtk-doc") + #pisitools.removeDir("/usr/share/gtk-doc") - pisitools.dodoc("LGPL", "README") + pisitools.dodoc("LGPL") diff --git a/multimedia/sound/libcanberra/pspec.xml b/multimedia/sound/libcanberra/pspec.xml index 72c8449bd0..c54d969b04 100644 --- a/multimedia/sound/libcanberra/pspec.xml +++ b/multimedia/sound/libcanberra/pspec.xml @@ -13,7 +13,7 @@ app:console A library for generating event sounds on free desktops libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, OSS, GStreamer, null) and is designed to be portable. - http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz + https://sourceforge.net/projects/pisilinux/files/source/libcanberra-0.30.tar.xz libogg-devel pulseaudio-libs-devel @@ -36,8 +36,8 @@ gstreamer-devel - fix-pthread.patch - fix-underlinking.patch + fix-pthread.patch + fix-underlinking.patch @@ -103,6 +103,7 @@ /usr/share/vala/vapi/libcanberra-gtk.vapi + libcanberra-gtk3 GTK+ convenience API and utilities for libcanberra @@ -138,6 +139,13 @@ + + 2021-07-14 + 0.30 + Version bump to git clone + Kamil Atlı + suvari@pisilinux.org + 2020-03-31 0.30