Merge pull request #9641 from suvari/master

libcanberra: version bump to latest commit
This commit is contained in:
Kamil ATLI
2021-07-14 15:09:01 +03:00
committed by GitHub
2 changed files with 15 additions and 7 deletions
+4 -4
View File
@@ -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")
+11 -3
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>A library for generating event sounds on free desktops</Summary>
<Description>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.</Description>
<Archive sha1sum="fd4c16e341ffc456d688ed3462930d17ca6f6c20" type="tarxz">http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz</Archive>
<Archive sha1sum="88c5c886afd4ab2f8c33edfbeb723f0bb0e0e674" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libcanberra-0.30.tar.xz</Archive>
<BuildDependencies>
<Dependency>libogg-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
@@ -36,8 +36,8 @@
<Dependency>gstreamer-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">fix-pthread.patch</Patch>
<Patch level="1">fix-underlinking.patch</Patch>
<Patch>fix-pthread.patch</Patch>
<Patch>fix-underlinking.patch</Patch>
</Patches>
</Source>
@@ -103,6 +103,7 @@
<Path fileType="data">/usr/share/vala/vapi/libcanberra-gtk.vapi</Path>
</Files>
</Package>
<Package>
<Name>libcanberra-gtk3</Name>
<Summary>GTK+ convenience API and utilities for libcanberra</Summary>
@@ -138,6 +139,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-07-14</Date>
<Version>0.30</Version>
<Comment>Version bump to git clone</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2020-03-31</Date>
<Version>0.30</Version>