mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 20:37:15 +08:00
New libcanberra for pulse
This commit is contained in:
parent
fecb59ed43
commit
e02f94ba47
@ -291,6 +291,13 @@ packs=('ar'
|
||||
# done
|
||||
|
||||
for it in ${packs[@]} ; do
|
||||
|
||||
# Remove kdepim-runtime translations
|
||||
pushd "kde-l10n-$it-$pkgver/messages/"
|
||||
sed -i -e "s~add_subdirectory(kdepim-runtime)~~g" CMakeLists.txt
|
||||
rm -rfv kdepim-runtime
|
||||
popd
|
||||
|
||||
pushd "kde-l10n-$it-$pkgver"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=${_installprefix} -DCMAKE_BUILD_TYPE=Release
|
||||
make || return 1
|
||||
|
@ -6,9 +6,9 @@
|
||||
|
||||
pkgbase=libcanberra
|
||||
pkgname=(libcanberra libcanberra-pulse libcanberra-gstreamer)
|
||||
pkgver=0.26
|
||||
pkgrel=2
|
||||
pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification without gtk support"
|
||||
pkgver=0.28
|
||||
pkgrel=1
|
||||
pkgdesc="A small and lightweight implementation of the XDG Sound Theme Specification"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL')
|
||||
depends=('libvorbis>=1.3.1' 'libtool' 'alsa-lib>=1.0.23' 'tdb>=1.2.1')
|
||||
@ -16,7 +16,7 @@ makedepends=('libpulse' 'gstreamer0.10>=0.10.30')
|
||||
options=(!emptydirs)
|
||||
url=http://0pointer.de/lennart/projects/libcanberra
|
||||
source=(http://0pointer.de/lennart/projects/${pkgbase}/${pkgbase}-${pkgver}.tar.gz)
|
||||
md5sums=('ee2c66ada7c851a4e7b6eb1682285a24')
|
||||
md5sums=('c198b4811598c4c161ff505e4531b02c')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user