Search Criteria
Package Details: mimms 3.2.1-2
Git Clone URL: | https://aur.archlinux.org/mimms.git (read-only, click to copy) |
---|---|
Package Base: | mimms |
Description: | Download streams using the MMS protocol and save them to your computer |
Upstream URL: | http://savannah.nongnu.org/projects/mimms/ |
Licenses: | |
Submitter: | Dragonlord |
Maintainer: | Dragonlord |
Last Packager: | Dragonlord |
Votes: | 57 |
Popularity: | 0.000000 |
First Submitted: | 2008-04-16 08:52 |
Last Updated: | 2015-06-28 15:42 |
Latest Comments
NoSuck commented on 2015-08-03 20:09
It works! This is a great program to have around. It belongs in [community].
mirandir commented on 2010-11-30 08:06
LeCrayonVert : you can use this PKGBUILD : http://pastebin.com/9fyqTW8M
LeCrayonVert commented on 2010-11-29 13:49
Sources link is dead...(time out error)
kfgz commented on 2010-10-19 17:24
You must edit PKGBUILD for python2 compatibilty. Change
depends=('libmms>=0.4' 'python>=2.5')
to
depends=('libmms>=0.4' 'python2')
and add sed before make
sed -i "s/python/python2/g" Makefile
kfgz commented on 2010-10-19 16:08
Yo must edit PKGBUILD for python2 compatibilty. Change
depends=('libmms>=0.4' 'python>=2.5')
to
depends=('libmms>=0.4' 'python2')
and add sed before make
sed -i "s/python/python2/g" Makefile
kfgz commented on 2010-10-19 16:06
Yo must edit PKGBUILD for python2 compatibilty. Change
python setup.py install --root="$pkgdir" --optimize=1
to
python2 setup.py install --root="$pkgdir" --optimize=1
and add sed before make
sed -i "s/python/python2/g" Makefile