Thank you very much!
(I tried to create a PKGBUILD for Atraci but I failed)
Search Criteria
Package Details: hiphopapp-bin 0.4.6-4
Package Actions
| Package Base: | hiphopapp-bin |
|---|---|
| Description: | An application that lets you listen to songs instantly |
| Upstream URL: | http://gethiphop.net |
| Category: | multimedia |
| Licenses: | |
| Conflicts: | |
| Submitter: | thiagoc |
| Maintainer: | None |
| Last Packager: | thiagoc |
| Votes: | 6 |
| First Submitted: | 2014-06-05 14:54 |
| Last Updated: | 2014-06-13 11:35 |
Dependencies (1)
- libudev.so.0 (optional) – install it if HipHop does not run correctly
Required by (0)
Sources
- hiphopapp.desktop
- hiphopapp.install
- http://thiagoc.net//HipHop-0.4.6.tgz
- icon.png
Latest Comments
Comment by Airon90
Comment by thiagoc
Comment by Airon90
Let's build Atraci AUR package instead of old HipHop!
Comment by cnotis
it's OK, thank you
Comment by thiagoc
@cnotis try now.
Comment by cnotis
I also tried to get the app from the http://thiagoc.net//HipHop-0.4.6.tgz and the package not found.
Comment by cnotis
I tried with thw latest PKGBUILD and i have the same result. Any idea?
Comment by thiagoc
@cnotis please try to get the latest PKGBUILD.
Comment by cnotis
I am trying to update to the latest version but i am getting the following error:
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading HipHop-0.4.6.tgz
Comment by thiagoc
Sorry about that, fixed.
Comment by cnotis
I'm getting the same invalid error for the HIpHop-0.4.6.tgzw
Comment by Ninonono
Error one or more file are invalid (HipHop-0.4.6.tgz ... ÉCHEC)
Comment by olivervbk
Please make libudev.so.0 optional.
Some package already created the symlink to libudev.so (which appears to be a bad option, from the packages comments...)
Add optional requirement or comment that there needs to be a libudev.so.0 in ldconfig.
Comment by darklajid
It suggests to run 0.4.6 when it launches.
Comment by thiagoc
Updated: now with icon and a warning when install/update.
Comment by thiagoc
@archtux thanks man, I was looking for this piece of code.
Comment by archtux
This PKGBUILD can't work for 32 & 64 bits.
Change the sources and checksums to something like this:
if [ "${CARCH}" = 'x86_64' ]; then
source=(http://gethiphop.net/releases/${pkgver}/linux64/HipHop-${pkgver}.tgz
'HipHop.sh'
'hiphopapp.desktop')
md5sums=('109a721ec63685df58fc0c49212446b5'
'a941091d116135f7165434ae158c7f54'
'67197679705a5262aa409cddfb937fb6')
elif [ "${CARCH}" = 'i686' ]; then
source=(http://gethiphop.net/releases/${pkgver}/linux32/HipHop-${pkgver}.tgz
'HipHop.sh'
'hiphopapp.desktop')
md5sums=('666af8f5b799f27b677a09fcd72f00ff'
'a941091d116135f7165434ae158c7f54'
'67197679705a5262aa409cddfb937fb6')
fi