Merge pull request #9641 from suvari/master
libcanberra: version bump to latest commit
This commit is contained in:
@@ -10,11 +10,11 @@ from pisi.actionsapi import pisitools
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-fi")
|
shelltools.system("./autogen.sh")
|
||||||
|
#autotools.autoreconf("-fi")
|
||||||
autotools.configure("--disable-oss \
|
autotools.configure("--disable-oss \
|
||||||
--disable-lynx \
|
--disable-lynx \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-schemas-install \
|
|
||||||
--enable-gstreamer \
|
--enable-gstreamer \
|
||||||
--enable-gtk3 \
|
--enable-gtk3 \
|
||||||
--enable-pulse \
|
--enable-pulse \
|
||||||
@@ -33,6 +33,6 @@ def install():
|
|||||||
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
autotools.rawInstall('DESTDIR="%s"' % get.installDIR())
|
||||||
|
|
||||||
#pisitools.remove("/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so")
|
#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")
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>A library for generating event sounds on free desktops</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>libogg-devel</Dependency>
|
<Dependency>libogg-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
@@ -36,8 +36,8 @@
|
|||||||
<Dependency>gstreamer-devel</Dependency>
|
<Dependency>gstreamer-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">fix-pthread.patch</Patch>
|
<Patch>fix-pthread.patch</Patch>
|
||||||
<Patch level="1">fix-underlinking.patch</Patch>
|
<Patch>fix-underlinking.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -103,6 +103,7 @@
|
|||||||
<Path fileType="data">/usr/share/vala/vapi/libcanberra-gtk.vapi</Path>
|
<Path fileType="data">/usr/share/vala/vapi/libcanberra-gtk.vapi</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libcanberra-gtk3</Name>
|
<Name>libcanberra-gtk3</Name>
|
||||||
<Summary>GTK+ convenience API and utilities for libcanberra</Summary>
|
<Summary>GTK+ convenience API and utilities for libcanberra</Summary>
|
||||||
@@ -138,6 +139,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="6">
|
||||||
<Date>2020-03-31</Date>
|
<Date>2020-03-31</Date>
|
||||||
<Version>0.30</Version>
|
<Version>0.30</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user