Package Details: volti 0.2.3-6

Git Clone URL: https://aur.archlinux.org/volti.git (read-only, click to copy)
Package Base: volti
Description: GTK+ mixer application for controlling alsa audio volume from system tray
Upstream URL: https://github.com/gen2brain/volti
Licenses: GPL3
Submitter: alium
Maintainer: init
Last Packager: init
Votes: 80
Popularity: 0.000000
First Submitted: 2010-01-12 08:55 (UTC)
Last Updated: 2019-09-09 06:59 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

willemw commented on 2013-07-12 11:07 (UTC)

The 'sed ...' line is not necessary. Setup.py already does this.

gothmog.todi commented on 2013-06-08 09:13 (UTC)

@ben0mega: I had the same problem, can be fixed by using https://aur.archlinux.org/packages/python2-xlib-svn/ instead.

ben0mega commented on 2013-06-05 19:12 (UTC)

I believe python-xlib is no longer shipping python2 xlib libraries (or it may be that my install is messed up).

<deleted-account> commented on 2012-09-13 19:05 (UTC)

Fix for dbus-python: --- PKGBUILD 2011-02-21 10:34:14.000000000 +0100 +++ PKGBUILD-mod 2012-09-13 20:58:59.121242168 +0200 @@ -7,7 +7,7 @@ arch=('any') url="http://code.google.com/p/volti/" license=('GPL3') -depends=('pygtk' 'python-pyalsaaudio' 'dbus-python') +depends=('pygtk' 'python-pyalsaaudio' 'python-dbus-common') optdepends=('python-xlib: Multimedia keys support') source=(http://volti.googlecode.com/files/volti-$pkgver.tar.gz) md5sums=('f6e934527a4838058ece4de28433a564')

<deleted-account> commented on 2011-04-21 19:54 (UTC)

Should modify PKGBUILD to add depends=('librsvg') for the mixer GUI

Aectann commented on 2010-10-30 12:29 (UTC)

To properly build with python2 you need: new volti PKGBUILD: http://aur.pastebin.com/b8YyTEgK new python-pyalsaaduio PKGBUILD: http://aur.pastebin.com/WrDvWjY1

grubber commented on 2010-10-20 10:31 (UTC)

Also: diff -ur volti-0.2.2.orig/volti volti-0.2.2/volti --- volti-0.2.2.orig/volti 2010-10-20 12:25:26.000000000 +0200 +++ volti-0.2.2/volti 2010-10-20 12:25:34.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*- diff -ur volti-0.2.2.orig/volti-mixer volti-0.2.2/volti-mixer --- volti-0.2.2.orig/volti-mixer 2010-10-20 12:25:27.000000000 +0200 +++ volti-0.2.2/volti-mixer 2010-10-20 12:25:39.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # -*- coding: utf-8 -*-

cdemoulins commented on 2010-10-19 11:58 (UTC)

Need a little fix with last python update: use python2 instead of python to exec setup.py And i suggest you to use arch=('any')

alium commented on 2010-09-28 18:55 (UTC)

I'm going away for a longer period of time. I can no longer care about the PKGBUILD :(