Package Details: hiphopapp-bin 0.4.6-4

Package Base: hiphopapp-bin
Description: An application that lets you listen to songs instantly
Upstream URL: http://gethiphop.net
Category: multimedia
Licenses: MIT
Conflicts: hiphopapp
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

Latest Comments

Comment by Airon90

2014-06-25 08:53

Thank you very much!
(I tried to create a PKGBUILD for Atraci but I failed)

Comment by thiagoc

2014-06-24 13:09

Done: https://aur.archlinux.org/packages/atraci-bin/

Comment by Airon90

2014-06-24 12:53

Let's build Atraci AUR package instead of old HipHop!

Comment by cnotis

2014-06-14 22:52

it's OK, thank you

Comment by thiagoc

2014-06-14 22:47

@cnotis try now.

Comment by cnotis

2014-06-14 22:35

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

2014-06-14 22:15

I tried with thw latest PKGBUILD and i have the same result. Any idea?

Comment by thiagoc

2014-06-14 22:05

@cnotis please try to get the latest PKGBUILD.

Comment by cnotis

2014-06-14 20:43

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

2014-06-09 11:51

Sorry about that, fixed.

Comment by cnotis

2014-06-09 10:42

I'm getting the same invalid error for the HIpHop-0.4.6.tgzw

Comment by Ninonono

2014-06-09 10:13

Error one or more file are invalid (HipHop-0.4.6.tgz ... ÉCHEC)

Comment by olivervbk

2014-06-09 00:36

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

2014-06-08 17:51

It suggests to run 0.4.6 when it launches.

Comment by thiagoc

2014-06-05 23:32

Updated: now with icon and a warning when install/update.

Comment by thiagoc

2014-06-05 20:36

@archtux thanks man, I was looking for this piece of code.

Comment by archtux

2014-06-05 20:33

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