Search Criteria
Package Details: gkrellm-volume 2.1.13-6
Git Clone URL: | https://aur.archlinux.org/gkrellm-volume.git (read-only, click to copy) |
---|---|
Package Base: | gkrellm-volume |
Description: | A volume control plugin for gkrellm2 |
Upstream URL: | http://gkrellm.luon.net/volume.phtml |
Licenses: | |
Submitter: | None |
Maintainer: | biell |
Last Packager: | biell |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2007-05-30 01:31 |
Last Updated: | 2019-10-11 03:11 |
Latest Comments
biell commented on 2019-10-11 03:12
Thanks for pointing out the bad link. I put a good one in there and increased the release number.
nticompass commented on 2019-10-10 16:28
Source URL 404s, try https://web.archive.org/web/20160306035011/http://gkrellm.luon.net/files/gkrellm-volume-2.1.13.tar.gz
biell commented on 2014-03-25 00:54
The "View PKGBUILD" link in the web site isn't showing the enable_alsa update, but it is in there. I updated the package to -5, try it.
paulkerry commented on 2014-03-24 15:10
I'd like to recommend the following changes to the PKGBUILD file...
change
/usr/bin/make || return 1
to
/usr/bin/make enable_alsa=1 || return 1
so that the control works out of the box with alsa instead of having to load the snd-mixer-oss kernel driver for /dev/mixer emulation.
This is also documented in the source README file...
Compile with:
make enable_alsa=1
The plugin will prefer alsa and fall back to oss when there is no alsa support.
Cheers
Paul.
huitseeker commented on 2012-10-10 06:04
I believe install is to be found in /usr/bin/, rather than /bin/. May I suggest the following changes:
--- PKGBUILD 2011-02-21 10:27:07.000000000 +0100
+++ PKGBUILD.new 2012-10-10 08:03:10.019998965 +0200
@@ -4,19 +4,19 @@
pkgname=gkrellm-volume
pkgver=2.1.13
-pkgrel=3
+pkgrel=4
pkgdesc="A volume control plugin for gkrellm2"
arch=('i686' 'x86_64')
depends=('gkrellm' 'gtk2')
license=('GPL')
source=(http://gkrellm.luon.net/files/$pkgname-$pkgver.tar.gz)
-url="http://gkrellm.luon.net/volume.phtml"
+url="http://gkrellm.luon.net/volume.php"
md5sums=('d9f4c36d7fdf9c9f755c99f742b573c4')
build() {
cd $startdir/src/$pkgname
/usr/bin/make || return 1
- /bin/install -D -m755 volume.so \
+ /usr/bin/install -D -m755 volume.so \
$startdir/pkg/usr/lib/gkrellm2/plugins/volume.so
}
# vim: ts=2 sw=2 et ft=sh
schmidtbag commented on 2011-02-10 21:09
Does this come with the radio plugin as well? I noticed it appeared when I installed this. If it does come with radio, you should advertise it because I was searching for that plugin (as well as this one) but there is no radio plugin in the AUR.