summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2022-01-11 23:30:29 +0100
committerpancho horrillo2022-01-11 23:30:29 +0100
commitf1d46a27fc872e414519c0345e2e37a203930643 (patch)
tree6e2dedffba962825cd57820323204635daa3a311
parentd1d7c38ebe5c46addcadc57a929d76ea6073598a (diff)
downloadaur-f1d46a27fc872e414519c0345e2e37a203930643.tar.gz
Enable alsa support by default
Matching extra/emacs.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a6dec2d85b9..701b20c05e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs28-git
pkgdesc = emacs-28 release branch
pkgver = 28.0.91.151127
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = emacs28-git
depends = libxpm
depends = libjpeg-turbo
depends = giflib
+ depends = alsa-lib
depends = cairo
provides = emacs
provides = emacs-nox
diff --git a/PKGBUILD b/PKGBUILD
index 11745d4792ac..c6b40afb07bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ LUCID= # Use the lucid, a.k.a athena, toolkit. Like XEmacs, sorta.
# for some tips on using outline fonts with
# Xft, if you choose no toolkit or Lucid.
#
-ALSA= # Linux sound support.
+ALSA=YES # Linux sound support.
NOCAIRO= # Disable here.
XWIDGETS= # Use GTK+ widgets pulled from webkit2gtk. Usable.
DOCS_HTML= # Generate and install html documentation.
@@ -61,7 +61,7 @@ else
pkgname=emacs28-git
fi
pkgver=28.0.91.151127
-pkgrel=1
+pkgrel=2
pkgdesc='emacs-28 release branch'
arch=(x86_64)
url=http://www.gnu.org/software/emacs/