vitamtp
No description set
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:codestation/vitamtp && cd $_
- Create Badge
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
debian.tar.gz | 0000003672 3.59 KB | |
vitamtp-2.5.10.tar.gz | 0000201215 196 KB | |
vitamtp.dsc | 0000000859 859 Bytes | |
vitamtp.spec | 0000003130 3.06 KB |
Comments 1
The failing build on Tumbleweed is due to
aclocal
(in./autogen.sh
) not finding things in/usr/share/gettext/m4
. One workaround is to runaclocal -I m4 -I /usr/share/gettext/m4; autoconf
in between./autogen.sh
and./configure
.