Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
2d6f50d4
Commit
2d6f50d4
authored
Mar 29, 2016
by
Neofytos Kolokotronis
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'testing' of
ssh://git.chakraos.org/core
into testing
parents
0132a819
5d16bb97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
pulseaudio/PKGBUILD
pulseaudio/PKGBUILD
+13
-3
util-linux/PKGBUILD
util-linux/PKGBUILD
+7
-5
No files found.
pulseaudio/PKGBUILD
View file @
2d6f50d4
...
...
@@ -4,7 +4,7 @@ pkgbase=pulseaudio
pkgname
=(
pulseaudio libpulse
)
pkgdesc
=
"A featureful, general-purpose sound server"
pkgver
=
8.0
pkgrel
=
2
pkgrel
=
3
arch
=(
'x86_64'
)
url
=
"http://www.freedesktop.org/wiki/Software/PulseAudio"
license
=(
LGPL
)
...
...
@@ -46,8 +46,18 @@ build() {
package_pulseaudio
()
{
depends
=(
"libpulse=
$pkgver
-
$pkgrel
"
rtkit libltdl speexdsp tdb orc
webrtc-audio-processing sbc libsoxr xenstore
)
optdepends
=(
'pulseaudio-alsa: ALSA configuration (recommended)'
)
webrtc-audio-processing sbc libsoxr
)
optdepends
=(
'pulseaudio-alsa: ALSA configuration (recommended)'
'avahi: Zeroconf support for PulseAudio'
'openssl: Zeroconf support for PulseAudio'
'lirc: IR (lirc) support for PulseAudio'
'xenstore: Xen support for PulseAudio'
'jack2: Jack support for PulseAudio'
'bluez: Bluetooth support for PulseAudio'
'bluez-libs: Bluetooth support for PulseAudio'
'python3-pyqt4: Equalizer for PulseAudio'
'fftw: Equalizer for PulseAudio'
'gconf: GConf support for PulseAudio'
)
backup
=(
etc/pulse/
{
daemon.conf,default.pa,system.pa
})
install
=
pulseaudio.install
...
...
util-linux/PKGBUILD
View file @
2d6f50d4
pkgname
=
util-linux
pkgver
=
2.27
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Miscellaneous system utilities for Linux"
url
=
"https://www.kernel.org/pub/linux/utils/util-linux/"
arch
=(
'x86_64'
)
groups
=(
'base'
)
depends
=(
'pam'
'shadow'
'coreutils'
'glibc'
'python3'
)
makedepends
=(
'systemd'
)
depends
=(
'pam'
'shadow'
'coreutils'
'glibc'
)
makedepends
=(
'systemd'
'python3'
)
optdepends
=(
'python3: python bindings to libmount'
)
conflicts
=(
'util-linux-ng'
'eject'
)
provides
=(
"util-linux-ng=
${
pkgver
}
"
'eject'
)
license
=(
'GPL2'
)
options
=(
'strip'
'debug'
)
validpgpkeys
=(
'B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284'
)
# Karel Zak
source
=(
"https://www.kernel.org/pub/linux/utils/util-linux/v2.27/
$pkgname
-
$pkgver
.tar.
xz"
source
=(
"https://www.kernel.org/pub/linux/utils/util-linux/v2.27/
$pkgname
-
$pkgver
.tar.
"
{
xz,sign
}
"0001-libmount-monitor-don-t-check-for-regular-mtab.patch"
pam-
{
login,common,su
})
backup
=(
etc/pam.d/chfn
...
...
@@ -21,6 +22,7 @@ backup=(etc/pam.d/chfn
etc/pam.d/su
etc/pam.d/su-l
)
md5sums
=(
'5b06bbda9309624ee7add15bc8d8ca22'
'SKIP'
'f9e06605db9107b9c4bb1c48059fe18e'
'4368b3f98abd8a32662e094c54e7f9b1'
'a31374fef2cba0ca34dfc7078e2969e4'
...
...
@@ -38,7 +40,7 @@ build() {
./configure
--prefix
=
/usr
\
--libdir
=
/usr/lib
\
--bindir
=
/usr/bin
\
--sbindir
=
/usr/
s
bin
\
--sbindir
=
/usr/bin
\
--localstatedir
=
/run
\
--enable-fs-paths-extra
=
/usr/bin:/usr/sbin
\
--enable-raw
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment