Package Details: audacious-plugins-git 1:4.3.1.r70.g79000fce5-1

Git Clone URL: https://aur.archlinux.org/audacious-plugins-git.git (read-only, click to copy)
Package Base: audacious-plugins-git
Description: Plugins for Audacious (git version)
Upstream URL: https://audacious-media-player.org/
Licenses: GPL, BSD
Conflicts: audacious-plugins
Provides: audacious-plugins
Submitter: Radioactiveman
Maintainer: Radioactiveman
Last Packager: Radioactiveman
Votes: 21
Popularity: 0.079518
First Submitted: 2011-06-02 19:15 (UTC)
Last Updated: 2024-05-01 21:36 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Npa commented on 2024-05-27 15:52 (UTC)

@Radioactiveman ok thanks ! Build without problem since https://github.com/audacious-media-player/audacious-plugins/commit/1f0bc4c6940d27905d11e3324e30c6a63fad6392

Radioactiveman commented on 2024-05-26 18:56 (UTC)

@Npa: This error occurs since the update of Qt from 6.7 to 6.7.1. It has already been reported here: https://github.com/audacious-media-player/audacious/issues/1393

Npa commented on 2024-05-26 16:58 (UTC)

Hi build fails :

/usr/include/qt6/QtCore/qobject.h:160:62: erreur: l'assertion statique a échoué : No Q_OBJECT in the class passed to QObject::findChildren 160 | static_assert(QtPrivate::HasQ_OBJECT_Macro<ObjType>::Value, | ^ /usr/include/qt6/QtCore/qobject.h:160:62: note: « QtPrivate::HasQ_OBJECT_Macro<DockWidget>::Value » est évalué à « faux » Failed to compile main_window.cc (plugin)! make[5]: *** [../../buildsys.mk:532: main_window.plugin.o] Error 1 make[4]: *** [../../buildsys.mk:139: all] Error 2 make[3]: *** [../buildsys.mk:159: qtui] Error 2 make[2]: *** [../buildsys.mk:137: all] Error 2 make[1]: *** [buildsys.mk:159: src] Error 2 make: *** [buildsys.mk:137: all] Error 2 ==> ERREUR : Une erreur s’est produite dans build().

Radioactiveman commented on 2024-04-06 20:59 (UTC)

@jki: Fixed, thanks for reporting.

jkl commented on 2024-04-06 17:14 (UTC) (edited on 2024-04-06 17:20 (UTC) by jkl)

@Radioactiveman When attempting to build with meson the build fails due to json-glib missing. Perhaps json-glib should be added to the deps. Also need the python-packaging package as a makedepend.

CasualUser commented on 2022-02-27 20:45 (UTC)

@Radioactiveman : thanks.

Radioactiveman commented on 2022-02-27 20:27 (UTC) (edited on 2022-02-27 20:52 (UTC) by Radioactiveman)

@CasualUser: Fixed, thanks for reporting. Forwarded to upstream bug tracker: https://redmine.audacious-media-player.org/issues/1159

CasualUser commented on 2022-02-27 13:20 (UTC) (edited on 2022-02-27 13:30 (UTC) by CasualUser)

Compilation fails on manjaro. Got this:

ffaudio-core.cc: In function ‘AVInputFormat get_format_by_content(const char, VFSFile&)’:

ffaudio-core.cc:291:36: error: invalid conversion from ‘const AVInputFormat’ to ‘AVInputFormat’ [-fpermissive]

291 | f = av_probe_input_format2 (& d, true, & score);

  |~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
  |                       |
  |                       const AVInputFormat*

ffaudio-core.cc: In function ‘bool find_codec(AVFormatContext, CodecInfo)’:

ffaudio-core.cc:364:52: error: invalid conversion from ‘const AVCodec’ to ‘AVCodec’ [-fpermissive]

364 | AVCodec * codec = avcodec_find_decoder (stream->codecpar->codec_id);

  |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  |                                                    |

  |                                                    const AVCodec*

FFmpeg just got updated to 5.0.4, can be this the cause?

Radioactiveman commented on 2021-10-16 16:00 (UTC)

@katt: Sure thing, I have added the libopenmpt dependency.

katt commented on 2021-10-16 13:37 (UTC)

Well, the day has finally come, the package in the official repos now builds with libopenmpt, could this be added to this package as well? :D