Search Criteria
Package Details: audacious-plugins-qt5 1:3.10.1-1
Git Clone URL: | https://aur.archlinux.org/audacious-plugins-qt5.git (read-only) |
---|---|
Package Base: | audacious-plugins-qt5 |
Description: | Plugins for Audacious (qt5 interface) |
Upstream URL: | http://audacious-media-player.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | twa022 |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 14 |
Popularity: | 2.181411 |
First Submitted: | 2015-12-29 16:00 |
Last Updated: | 2018-12-28 04:31 |
Dependencies (49)
- alsa-lib (alsa-lib-x205ta) (make)
- curl (curl-http2-git, curl-git) (make)
- dbus-glib (make)
- faad2 (faad2-git) (make)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg-mmal, ffmpeg-qsv, ffmpeg-decklink, ffmpeg-qsv-git, ffmpeg-git, ffmpeg-git-nc, ffmpeg-full-git, ffmpeg-full, ffmpeg4.0, ffmpeg-amd-full-git, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-libfdk_aac) (make)
- flac (flac-git) (make)
- fluidsynth (fluidsynth-git) (make)
- glib2 (glib2-sched-policy, glib2-quiet, glib2-patched-thumbnailer, glib2-git) (make)
- jack2 (jack2-no-dbus-git, jack2-dbus-git, jack2-dbus) (make)
- lame (lame-svn, lame-altivec) (make)
- libcdio-paranoia (libcdio-paranoia-git) (make)
- libcue (libcue-git) (make)
- libmms (libmms-git) (make)
- libmodplug (libopenmpt-modplug) (make)
- libmtp (libmtp-gvfs-git, libmtp-git) (make)
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (make)
- libsidplayfp (make)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-aotuv, libvorbis-git) (make)
- lirc (lirc-irdroid, lirc-git) (make)
- mpg123 (mpg321, mpg123-svn) (make)
- neon (neon-threadsafe) (make)
- pulseaudio (pulseaudio-git) (make)
- python (python-dbg) (make)
- qt5-multimedia (qt5-multimedia-git) (make)
- wavpack (wavpack-git) (make)
- audacious-qt5>=3.10.1 (make)
- alsa-lib (alsa-lib-x205ta) (optional) – Advanced Linux Sound Arch. output
- curl (curl-http2-git, curl-git) (optional) – AudioScrobbler Client
- dbus-glib (optional) – Gnome Shortcuts Plugin
- faad2 (faad2-git) (optional) – AAC input
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg-mmal, ffmpeg-qsv, ffmpeg-decklink, ffmpeg-qsv-git, ffmpeg-git, ffmpeg-git-nc, ffmpeg-full-git, ffmpeg-full, ffmpeg4.0, ffmpeg-amd-full-git, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-libfdk_aac) (optional) – ffaudio input
- flac (flac-git) (optional) – FLAC input, FileWriter FLAC output
- fluidsynth (fluidsynth-git) (optional) – MIDI FluidSynth backend input
- jack2 (jack2-no-dbus-git, jack2-dbus-git, jack2-dbus) (optional) – Jack Audio Connection Kit output
- lame (lame-svn, lame-altivec) (optional) – FileWriter MP3 output
- libcdio-paranoia (libcdio-paranoia-git) (optional) – CD Digital Audio input
- libcue (libcue-git) (optional) – CUE playlist format
- libmms (libmms-git) (optional) – libmms-based mms transport
- libmodplug (libopenmpt-modplug) (optional) – modplug input
- libmtp (libmtp-gvfs-git, libmtp-git) (optional) – Upload to MTP device
- libnotify (libnotify-gtk2, libnotify-id-git, libnotify-id) (optional) – libnotify OSD
- libsidplayfp (optional) – Commodore 64 audio input
- libvorbis (libvorbis-aotuv-lancer, libvorbis-aotuv, libvorbis-git) (optional) – Vorbis input, FileWriter Vorbis output
- lirc (lirc-irdroid, lirc-git) (optional) – LIRC
- mpg123 (mpg321, mpg123-svn) (optional) – MP3 input
- neon (neon-threadsafe) (optional) – neon-based http transport
- pulseaudio (pulseaudio-git) (optional) – PulseAudio output
- qt5-multimedia (qt5-multimedia-git) (optional) – qtaudio support
- wavpack (wavpack-git) (optional) – WavPack input
Required by (1)
- audacious-qt5 (optional)
Latest Comments
lazycrypt commented on 2018-12-28 09:16
There seems to be an issue with the AMIDI-Plug, the configuration window is missing the functionality of actually selecting a soundfont.
dtr commented on 2018-08-03 18:03
@twa022 Thanks. I hope it gets included in the future.
twa022 commented on 2018-08-01 12:25
@dtr: I looked at the configure.ac file and the ladspa plugin is not available when building with qt5. It is still available when building with gtk2, so if that's essential for you, you should stick with the version from extra for now.
dtr commented on 2018-08-01 12:17
Is the LADSPA plugin no longer an option? It's the one feature that makes Audacious my favourite audio player.
notuxius commented on 2018-02-14 11:14
Successfully compiled playlist_tabs.cc (plugin). info_bar.cc: In member function ‘virtual void InfoBar::paintEvent(QPaintEvent)’: info_bar.cc:259:61: error: no match for ‘operator=’ (operand types are ‘QStaticText’ and ‘QString’) width () - ps.VisWidth - ps.Height - ps.Spacing); ^ In file included from /usr/include/qt/QtGui/QStaticText:1:0, from info_bar.h:23, from info_bar.cc:22: /usr/include/qt/QtGui/qstatictext.h:68:18: note: candidate: QStaticText& QStaticText::operator=(QStaticText&&) QStaticText &operator=(QStaticText &&other) Q_DECL_NOTHROW { swap(other); return this; } ^~~~~~~~ /usr/include/qt/QtGui/qstatictext.h:68:18: note: no known conversion for argument 1 from ‘QString’ to ‘QStaticText&&’ /usr/include/qt/QtGui/qstatictext.h:70:18: note: candidate: QStaticText& QStaticText::operator=(const QStaticText&) QStaticText &operator=(const QStaticText &); ^~~~~~~~ /usr/include/qt/QtGui/qstatictext.h:70:18: note: no known conversion for argument 1 from ‘QString’ to ‘const QStaticText&’ Failed to compile info_bar.cc (plugin)! make[5]: [../../buildsys.mk:414: info_bar.plugin.o] Error 1 make[4]: [../../buildsys.mk:118: all] Error 2 make[3]: [../buildsys.mk:123: qtui] Error 2 make[2]: [../buildsys.mk:116: all] Error 2 make[1]: [buildsys.mk:123: src] Error 2 make: [buildsys.mk:116: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... :: failed to build audacious-plugins-qt5 package(s)
archtux commented on 2018-01-07 15:06
I had this error when compiling : /usr/include/qt/QtGui/qstatictext.h:70:18: note: no known conversion for argument 1 from ‘QString’ to ‘const QStaticText&’
Failed to compile info_bar.cc (plugin)!
I fixed PKGBUILD adding this :
prepare() {
cd "$srcdir/$_pkgname-$pkgver"/src/qtui
# /usr/include/qt/QtGui/qstatictext.h:70:18: note: no known conversion for argument 1 from ‘QString’ to ‘const QStaticText&’
# Failed to compile info_bar.cc (plugin)!
sed -i 's|d.title = metrics.elidedText|d.title.text() = metrics.elidedText|' info_bar.cc
}
thetotalchaos commented on 2017-10-19 21:51
Please add jack & jack-dbus in the brackets, as an optional dependencies to jack2. It compiles nicely here, using jack instead of jack2, but i don't see the point to edit the pkgbuild on every update.
Thanks
thinhakapete commented on 2017-01-01 13:24
Validating source files with sha256sums...
audacious-plugins-3.8.1.tar.bz2 ... FAILED
8179b80fffc893d4a2533fc7b7c4800981bc9ab3c6d1742a4c832fd6176ca24a
is this sha256sums correct?
PedroHLC commented on 2016-09-08 15:35
Where did Last.fm scrobbler went?