Search Criteria
Package Details: pulseeffects-legacy 4.8.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pulseeffects-legacy.git (read-only, click to copy) |
---|---|
Package Base: | pulseeffects-legacy |
Description: | Audio Effects for Pulseaudio Applications, without pipewire |
Upstream URL: | https://github.com/wwmm/pulseeffects |
Licenses: | GPL3 |
Conflicts: | pulseeffects |
Provides: | pulseeffects |
Submitter: | IslandC0der |
Maintainer: | IslandC0der |
Last Packager: | IslandC0der |
Votes: | 23 |
Popularity: | 0.057485 |
First Submitted: | 2021-02-02 16:19 (UTC) |
Last Updated: | 2022-06-16 17:42 (UTC) |
Dependencies (28)
- boost-libs
- glibmm
- gst-plugin-gtk (gst-plugin-gtk-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- gtkmm3
- libebur128 (libebur128-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsamplerate (libsamplerate-gitAUR)
- libsigc++
- libsndfile (libsndfile-gitAUR)
- lilv (lilv-gitAUR)
- zita-convolver
- appstream-glib (appstream-glib-gitAUR) (make)
- boost (boost-gitAUR) (make)
- calf (calf-gitAUR) (make)
- itstool (make)
- meson (meson-gitAUR) (make)
- rnnoise (rnnoise-gitAUR) (make)
- rubberband (make)
- zam-plugins (zam-plugins-gitAUR) (make)
- calf (calf-gitAUR) (optional) – bass enhancer, deesser, exciter, filter, gates, limiter, multiband compressor, reverb, stereo tools
- lsp-plugins (lsp-plugins-noiconsAUR, lsp-plugins-gitAUR) (optional) – equalizer, delay
- rnnoise (rnnoise-gitAUR) (optional) – noise reduction
- rubberband (optional) – pitch
- yelp (optional) – help documentation
- zam-plugins (zam-plugins-gitAUR) (optional) – maximizer
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
HornyApple commented on 2021-02-05 16:13 (UTC)
@IslandC0der: I don't remember any packages with such problems - but earlier I stopped looking into it if the build didn't work.
IslandC0der commented on 2021-02-05 16:09 (UTC)
@Loader009 ahhhh okay, that explains everything. I'm adding your suggestion, let me know if you can install it now
HornyApple commented on 2021-02-05 16:07 (UTC) (edited on 2021-02-05 18:12 (UTC) by HornyApple)
@IslandC0der: $srcdir is not essentially in $startdir - I use a BUILDDIR in /etc/makepkg.conf - thus the $srcdir is essentially on a completely different partition. You see this below in the output of your script.
Right now I am running
makepkg -s
to build the package (I switched to pipewire now - since I've always got the 5.0.0 build with the other aur-package - so I won't install this at the end).IslandC0der commented on 2021-02-05 16:06 (UTC) (edited on 2021-02-05 16:07 (UTC) by IslandC0der)
@Loader009 thank you for the
cp -L
suggestion, did not think of that; it should bypass all of the issues :)But that discrepancy is pretty weird, has it caused you trouble with other packages (namely those with patches)?
IslandC0der commented on 2021-02-05 15:46 (UTC) (edited on 2021-02-05 15:48 (UTC) by IslandC0der)
@Loader009 The svg in $srcdir will be a symlink ¹, which points to the svg in $startdir (../). The fact that ../ is supposed to be $startdir is actually used with the linux PKGBUILD from the official repos, so it's an expected behavior. ²
It seems like, for some reason, $startdir and ../ aren't the same thing for you (I could explicitly use $startdir, but it's been deprecated). Are you and @ax34 using an aur helper, or just running makepkg?
Please add this command to prepare() and share its output:
echo START; ls -l; echo -e "$srcdir\n$PWD\n$startdir"; ls -l ../; echo; ls -l pulseeffects.svg; echo; ls -l $startdir/pulseeffects.svg; echo END
HornyApple commented on 2021-02-05 15:46 (UTC)
@IslandC0der: You might want to use
cp -L
instead?HornyApple commented on 2021-02-05 15:34 (UTC)
IslandC0der:
ls $srcdir: pulseeffects-4.8.4 pulseeffects-4.8.4.tar.gz pulseeffects.svg
echo $PWD: /mnt/STORAGE/@makepkg/pulseeffects-legacy/src
Copying something from ../ is wrong, everything is in $srcdir.
ax34 commented on 2021-02-05 15:21 (UTC)
Still the same error (I'm yet another user experiencing the error)
IslandC0der commented on 2021-02-05 15:14 (UTC) (edited on 2021-02-05 15:16 (UTC) by IslandC0der)
@Loader009 if you add "cd $srcdir" before the if statement, does it fix the issue? If so, does it still not install?
Thank you, will be moving away from librnnoise :)
« First ‹ Previous 1 2 3 4 5 6 Next › Last »