Commit Graph

33 Commits

Author SHA1 Message Date
bnnm
eadaf21bde internal cleanup (move files) 2023-05-14 20:17:51 +02:00
unknown
8edf6d0f6c Remove unnecessary colons in audacious config dialog 2023-02-22 19:56:58 +01:00
John K. Luebs
4bfdcbe46d audacious: Remove file leaks 2023-01-22 08:16:48 -06:00
bnnm
5247a87d14 audacious: always reject unplayable files 2022-08-06 20:06:25 +02:00
bnnm
1d758db7d4 Tweak STREAMFILES to read +2GB files 2021-09-04 21:57:23 +02:00
bnnm
f1889a9368 audacious: fix c++ inane casts 2021-08-27 00:23:44 +02:00
bnnm
823db43945 refix 2021-08-26 22:21:29 +02:00
bnnm
8bfd247eac build: autotools cleanup and log fixes 2021-08-26 22:16:31 +02:00
bnnm
d351710887 cli/audacious/foobar: print logs 2021-08-26 18:43:17 +02:00
bnnm
4d582b09de plugin: unify version format 2021-08-15 19:24:48 +02:00
bnnm
2fbbe32386 builds: fix makefile version issues and cleanup 2021-08-15 19:15:56 +02:00
bnnm
2084b22564 build: remove some conditional includes 2021-08-12 00:09:33 +02:00
bnnm
52f04eef82 build: VERSION fixes
- rename to VERSION to VGMSTREAM_VERSION to avoid some clashes
- improve git-less builds
2021-08-07 20:41:50 +02:00
bnnm
bc80041925 Add subsongs and !tags.m3u support for Audacious 2020-09-12 15:03:22 +02:00
bnnm
6bd4be4a56 Fix some Audacious issues 2020-08-01 12:24:54 +02:00
bnnm
c15896fa64 Use internal plugin settings in audacious 2020-08-01 10:30:12 +02:00
Naram Qashat
1441caccc5 Some CMake updates.
* Remove a couple TODO messages as they have already been done.
* Add check for parent directory to stop warning about there being no parent scope if building vgmstream directly.
* Remove the options for FDK-AAC and QAAC.
* Fix a few uses of CMAKE_CURRENT_SOURCE_DIR to use VGM_SOURCE_DIR (for consistency sake).
* Fix a few uses of CMAKE_BINARY_DIR to use VGM_BINARY_DIR.
* Add some conditionals for the install paths so they don't show if you aren't building something.
2020-03-07 22:25:31 -04:00
bnnm
41ede7ce4d Tweak Audacious priority 2019-11-24 10:50:49 +01:00
bnnm
74a6d0b7fd Change default Audacious priority to 4
Suggested by kaniini
2019-11-16 22:33:50 +01:00
Christopher Snowhill
9bfc3c0672
Fix Audacious plugin
Ugh.
2019-10-19 14:40:33 -07:00
bnnm
98ed9b6a02 Fix some files not being played correctly in Audacious 2019-10-13 19:09:17 +02:00
bnnm
028ff2f3d0 Add mixing/priority/fixes to Audacious 2019-10-06 23:31:32 +02:00
bnnm
8fe23cf55f Fix Audacious plugin not releasing files 2019-09-21 13:30:55 +02:00
Naram Qashat
4b99dd6a7f Add vgmstream123 to CMake scripts (and make compile), other cleanups
For some reason vgmstream123 doesn't actually play anything for me...
2019-03-20 22:23:47 -04:00
Naram Qashat
2dda273627 Add install rules to CMake scripts 2019-03-19 22:00:48 -04:00
Naram Qashat
30506a084a Add Audacious CMake script, cleanup
Also had to fix a few of the audacious files to get them to compile, mainly not using NULL in the input plugin constructor and casting the STREAMFILE functions (maybe some *nix compilers would've accepted those, but FreeBSD 12's Clang did not)
2019-03-18 00:17:08 -04:00
bnnm
6823642302 Fix non-stereo Audacious files 2018-07-21 20:11:42 +02:00
bnnm
46f333cc8e Remove get_realname from streamfiles as it's not used anymore
It was implemented for Audacious only to open companion NWA files, but
current version has no need for it. In case there is some obscure thing
that needs it, Audacious's vfs.cc should translate or return realnames
transparently, without having to modify other streamfiles.
2018-04-19 22:54:45 +02:00
bnnm
166b9d411e Rename makefile.audacious to makefile.autotools, as now can build more
Not sure about the naming convention but hopefully clear enough
2018-01-04 22:59:07 +01:00
Daniel Richard G
bc45567208 Various updates to the Autotools build system:
Makefile.audacious.am:

* Add test/ subdirectory to the Autotools build

* Add version.h to EXTRA_DIST so that "make distcheck" passes

audacious/Makefile.audacious.am:

* Install Audacious plug-in into the appropriate directory

* No need to include CXXFLAGS in AM_CXXFLAGS, as the former is already
  included in the compiler invocation

configure.ac:

* Need to link to libvorbis in order for static-library builds
  (--disable-shared) to link correctly

* Only add GCC-specific compiler flags if GCC is detected

* Tightened up the GCC warning flags

* Don't set LIBS, so that different targets can link against different
  libraries

* Generate makefile for test/ subdirectory

src/Makefile.audacious.am:

* Install libvgmstream into the library directory

* Removed GCC-specific flag from AM_CFLAGS

* No need to include CFLAGS in AM_CFLAGS, as the former is already
  included in the compiler invocation

* Add libvgmstream dependencies via LIBADD instead of global LIBS var

test/Makefile.audacious.am:

* New makefile template for test/ subdirectory

unbootstrap:

* Also remove "compile" script from bootstrap
2017-12-25 22:18:55 -05:00
Christopher Snowhill
fecf28f0cf
Update vfs.cc
Handle new VFSFile throwing an error correctly, which requires checking the m_impl status of VFSFile. Conveniently, there's a bool operator on the class exactly for that purpose.
2017-12-02 20:29:22 -08:00
bnnm
82b1f235de Remove/simplify formats.h and move to vgmstream.h for simpler API 2017-11-10 20:26:44 +01:00
bnnm
8c39ad62cb Rename unix to audacious (folder and makefiles) 2017-05-01 17:08:52 +02:00