Package Details: dvdae-bin 8.8.0-1

Git Clone URL: https://aur.archlinux.org/dvdae-bin.git (read-only, click to copy)
Package Base: dvdae-bin
Description: DVD audio extract & ripping tool for extracting streams from DVD-Audio & Video discs and save them as OGG, MP3, Wave or FLAC files
Upstream URL: https://www.dvdae.com/
Licenses: LicenseRef-Computer_Application_Studio_EULA
Submitter: jyantis
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 7
Popularity: 0.96
First Submitted: 2014-09-27 02:34 (UTC)
Last Updated: 2026-02-28 13:35 (UTC)

Pinned Comments

FabioLolix commented on 2026-03-07 13:39 (UTC)

FabioLolix commented on 2023-02-07 22:51 (UTC)

An incoming update will perform

setcap cap_dac_override,cap_sys_rawio=ep /usr/bin/dvdae
setcap cap_dac_override,cap_sys_rawio=ep /usr/bin/dvdae-gui

in the .install file so the program could be launched as user

https://aur.archlinux.org/packages/dvdae-bin#comment-479406

https://aur.archlinux.org/packages/dvdae-bin#comment-479323

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2026-03-07 13:39 (UTC)

FabioLolix commented on 2026-03-07 13:39 (UTC)

the flac1.4 dependency can be removed now, no longer needed in version 8.8.0.

Still needed

$ ldd /usr/bin/dvdae | grep -i libflac
    libFLAC.so.12 => /usr/lib/libFLAC.so.12 (0x00007f52f69bb000)
$ pkgfile libFLAC.so.12
ArchLolix_repo_clean/flac1.4

retuow commented on 2026-03-02 09:18 (UTC)

@FabioLolix: the flac1.4 dependency can be removed now, no longer needed in version 8.8.0.

retuow commented on 2026-02-27 17:41 (UTC)

@darthmongo: that is because version 8.8.0 is released. Old versions are no longer available for download once a new version is released.

darthmongo commented on 2026-02-26 14:41 (UTC)

Getting the following error when installing: curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading https://www.dvdae.com/dvdae/dvdae_8.7.0_amd64.deb Aborting... error: failed to download sources for 'dvdae-bin-8.7.0-2': error: packages failed to build: dvdae-bin-8.7.0-2

schnedan commented on 2025-03-08 09:26 (UTC)

2 issues:

1.) the current PKGBUILD seems to miss flac1.4 as an dependency, it only tests for the file libFLAC.so.12

2.) the actual build fails here:

==> Beginne prepare()...
bsdtar: could not chdir to '/tmp/trizen-username/dvdae-bin/pkg/dvdae-bin/'

==> FEHLER: Ein Fehler geschah in prepare().

retuow commented on 2025-03-04 07:09 (UTC) (edited on 2025-03-04 07:13 (UTC) by retuow)

Hi,

During my system upgrade (with paru -Syu), the changes you made for version 8.7.0-2 were pulled, but the install failed with

==> Starting prepare()...
bsdtar: could not chdir to '~/.cache/paru/clone/dvdae-bin/pkg/dvdae-bin/'

And when I tried it on a machine that did not have flac1.4 installed yet, I first got this error:

:: Resolving dependencies...
error: could not find all required packages:
    libFLAC.so.12 (wanted by: dvdae-bin)

If I manually install flac1.4 first, the dependency is resolved, but then it fails again with the error in prepare()

This can be fixed by reverting to the way the package was built for 8.7.0-1, as in, don't add a prepare() function but call bsdtar in package().

FabioLolix commented on 2025-03-02 22:33 (UTC)

Thanks, I'l correct the depends in a day or 2

retuow commented on 2025-03-02 18:48 (UTC)

Since flac 1.5 entered the main repos dvdae fails to start. I have created a flac1.4 aur package to fix this.

FabioLolix commented on 2024-10-25 20:57 (UTC)

flac1.3 is no longer required and can be removed from your systems