Package Details: hqplayer-embedded 5.12.1-1

Git Clone URL: https://aur.archlinux.org/hqplayer-embedded.git (read-only, click to copy)
Package Base: hqplayer-embedded
Description: Signalyst HQPlayer Embedded HQPlayer - the high-end upsampling multichannel software HD-audio player
Upstream URL: http://www.signalyst.com/custom.html
Keywords: audio resampler
Licenses: custom
Submitter: blackhole
Maintainer: blackhole
Last Packager: blackhole
Votes: 5
Popularity: 0.000001
First Submitted: 2014-09-30 17:41 (UTC)
Last Updated: 2025-04-20 04:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

blackhole commented on 2024-05-09 20:52 (UTC)

Is this x86_64 or aarch64? What CPU? This version will work only if CPU supports avx2 extension.

This package is installed in many PC without problems.

fvdb06 commented on 2024-05-09 20:46 (UTC)

Okay, I did what you asked, see the result:

rm /usr/lib/libsgllnx64-2.29.02.so
cd /usr/lib
ln -s /opt/hqplayerd/lib/libsgllnx64-2.29.02.so libsgllnx64-2.29.02.so

And then:

/usr/bin/hqplayerd

Illegal instruction (core dumped)

blackhole commented on 2024-05-09 20:05 (UTC) (edited on 2024-05-09 20:05 (UTC) by blackhole)

The package should have already applied a symbolic link with the .install file.

First remove it: sudo rm /usr/lib/libsgllnx64-2.29.02.so

After re-create the link: cd /usr/lib

sudo ln -s /opt/hqplayerd/lib/libsgllnx64-2.29.02.so libsgllnx64-2.29.02.so

fvdb06 commented on 2024-05-09 19:00 (UTC)

Okay, I did what you asked, see the result:

pacman -Suy

:: Synchronizing package databases... core is up to date extra is up to date community is up to date :: Starting full system upgrade... warning: gssdp: ignoring package upgrade (1.4.0.1-1 => 1.6.3-1) warning: gupnp: ignoring package upgrade (1:1.4.3-1 => 1:1.6.6-1) warning: gupnp-dlna: ignoring package upgrade (0.12.0-1 => 0.12.0-2) warning: gupnp-igd: ignoring package upgrade (1.2.0-2 => 1.6.0-1) warning: rygel: ignoring package upgrade (1:0.40.4-1 => 1:0.42.6-1) there is nothing to do

But when I start hqplayerd:

/usr/bin/hqplayerd

/usr/bin/hqplayerd: error while loading shared libraries: libsgllnx64-2.29.02.so: cannot open shared object file: No such file or directory

fvdb06 commented on 2024-05-09 16:21 (UTC)

pacman -Q rygel

rygel 1:0.40.4-1

blackhole commented on 2024-05-09 16:19 (UTC)

You don't need to remove hqplayer-embedded.

After downgrading packages you should pu them on hold.

In /etc/pacman.conf

IgnorePkg = gssdp gupnp gupnp-dlna gupnp-igd rygel

fvdb06 commented on 2024-05-09 16:17 (UTC)

/usr/bin/hqplayerd: error while loading shared libraries: libsgllnx64-2.29.02.so: failed to map segment from shared object

fvdb06 commented on 2024-05-09 16:03 (UTC)

  1. I removed hqplayer-embeeded
  2. I downgraded the 5 files via pacman -U ...
  3. I installed hqplayer-embeeded
  4. hqplayer is installing rygel 1:0.42.6-1

Result: /usr/bin/hqplayerd /usr/bin/hqplayerd: error while loading shared libraries: librygel-renderer-2.6.so.2: cannot open shared object file: No such file or directory

blackhole commented on 2024-05-09 12:58 (UTC)

Because this is closed source and it has been compiled with older versions of: gssdp gupnp gupnp-dlna gupnp-igd rygel

You can downgrade them to versions: gssdp-1.4.0.1-1-x86_64.pkg.tar.zst gupnp-dlna-0.12.0-1-x86_64.pkg.tar.zst rygel-1:0.40.4-1-x86_64.pkg.tar.zst gupnp-1_1.4.3-1-x86_64.pkg.tar.zst gupnp-igd-1.2.0-2-x86_64.pkg.tar.zst

or download them and install from this folder: https://www.audio-linux.com/ftp/temp/hqpdowngrade/

fvdb06 commented on 2024-05-09 12:45 (UTC)

/usr/bin/hqplayerd

/usr/bin/hqplayerd: error while loading shared libraries: librygel-renderer-2.6.so.2: cannot open shared object file: No such file or directory

The actual file on my system is: /usr/lib/librygel-renderer-2.8.so

There is a difference in version. Why is hqplayerd looking for version 2.06.so.2?