Search Criteria
Package Details: ncpamixer-git a-3
Git Clone URL: | https://aur.archlinux.org/ncpamixer-git.git (read-only, click to copy) |
---|---|
Package Base: | ncpamixer-git |
Description: | ncurses PulseAudio Mixer |
Upstream URL: | https://github.com/fulhax/ncpamixer |
Licenses: | |
Submitter: | swiftgeek |
Maintainer: | swiftgeek |
Last Packager: | swiftgeek |
Votes: | 10 |
Popularity: | 0.000005 |
First Submitted: | 2016-08-17 00:59 |
Last Updated: | 2019-08-10 19:58 |
Dependencies (4)
- ncurses (ncurses-nohex, ncurses-git)
- pulseaudio (pulseaudio-bluedio, pulseaudio-pali, pulseaudio-airplay, pulseaudio-hsphfpd, pulseaudio-dummy, pulseaudio-nosystemd-git, pulseaudio-nosystemd-minimal-git, pipewire-pulse-git, pipewire-common-pulse-git, pulseaudio-git, pipewire-full-pulse-git, pipewire-pulse)
- cmake (cmake-git) (make)
- git (git-git) (make)
Latest Comments
Anonymous comment on 2018-02-05 07:27
Please add
conflicts=ncpamixer
andreplaces=ncpamixer
becuase the packagencpamixer
is now in the aur as well.swiftgeek commented on 2017-07-25 03:22
@smudge thx
smudge commented on 2016-11-10 03:55
-DCMAKE_INSTALL_PREFIX="$pkgdir/usr"
should be:
-DCMAKE_INSTALL_PREFIX=/usr
Currently it creates a package that installs to /home/me/build/usr/bin/
cauchy commented on 2016-10-23 10:29
"PKGBUILD from github repo works fine for me.
Try switching to that?"
Yes, please switch to that. Your solution worked for me.
Northcode commented on 2016-09-22 13:37
PKGBUILD from github repo works fine for me.
Try switching to that?
https://github.com/fulhax/ncpamixer/blob/packages/archlinux/PKGBUILD
lucc commented on 2016-08-30 09:38
Currently the PKGBUILD is broken as the simple "make" call in build() does not create build/Linux/debug/ncpamixer but build/ncpamixer.
rendom commented on 2016-08-19 20:30
You are building the debug version and not release.
See our PKGBUILD, maybe copy that? https://github.com/fulhax/ncpamixer/blob/packages/archlinux/PKGBUILD
Btw, thanks for uploading this to AUR :)!
bradst commented on 2016-08-17 03:00
Thanks for the package! This line can be used to generate a proper pkgver:
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
And this source URL can be used to download the repo over HTTPS:
git+https://github.com/fulhax/ncpamixer.git