Package Details: libhashab-git r9.2a20780-1

Git Clone URL: https://aur.archlinux.org/libhashab-git.git (read-only, click to copy)
Package Base: libhashab-git
Description: libgpod extension to make it talk to iPod nano 6th generation
Upstream URL: https://github.com/neheb/libhashab
Licenses: GPL, unknown
Submitter: NBonaparte
Maintainer: NBonaparte
Last Packager: NBonaparte
Votes: 2
Popularity: 0.000016
First Submitted: 2017-12-31 22:44 (UTC)
Last Updated: 2023-03-02 22:09 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

danwood76 commented on 2023-06-07 16:51 (UTC)

Wow, I didn't realise my old hack for libhashab was on AUR.

I doubt this will work correctly on modern linux distros because it has a hard coded library path.

I may take a look at this later i the week and fix it properly.

elimin8 commented on 2022-10-26 18:41 (UTC) (edited on 2022-10-26 18:43 (UTC) by elimin8)

Hi, looks like this package doesn't work anymore for syncing in GTKPOD or other libgpod based programs. Below is a patch file to fix the operation of the program. From what I understand the libhashab64_original.so is the only so file which can successfully compute the correct hash for the Locations.itdb SQLite database.

diff --git a/PKGBUILD b/PKGBUILD
index 4748ef5..7176ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {

 package() {
   cd $_pkgname
-  install -D -m777 "src/libhashab.so" "${pkgdir}/usr/lib/libgpod/libhashab.so"
+  install -D -m777 "libhashab64_original.so" "${pkgdir}/usr/lib/libgpod/libhashab.so"
   install -D -m777 "src/libhashab32_wrapper" "${pkgdir}/usr/lib/libgpod/libhashab32_wrapper"
   install -D -m777 "libhashab32.so" "${pkgdir}/usr/lib/libgpod/libhashab32.so"
 }

Could this patch please be included in the package? Cheers!

Rhinoceros commented on 2018-05-17 07:04 (UTC)

This works well for me. N.B. Amarok can see the iPod, but can't recognise the model, and thus refuses to write to it. If I use gtkpod as the frontend instead, it works perfectly.

farnaby commented on 2018-03-19 23:18 (UTC)

Does not appear to actually work. Have not found a manual work with the libhashab files included either.