Request MX-23: XMMS  [Solved]

Message
Author
User avatar
app4soft
Posts: 261
Joined: Tue Mar 20, 2018 1:45 pm

Request MX-23: XMMS

#1 Post by app4soft »

Package: xmms
Version: 1.2.11 X Multimedia System (XMMS) is an audio player for Unix built with GTK+ 1.x toolkit.

User avatar
dolphin_oracle
Developer
Posts: 22415
Joined: Sun Dec 16, 2007 12:17 pm

Re: Request MX-23: XMMS  [Solved]

#2 Post by dolphin_oracle »

XMMS from antiX is available in mx-packageinstaller under popular apps.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.

User avatar
app4soft
Posts: 261
Joined: Tue Mar 20, 2018 1:45 pm

Re: Request MX-23: XMMS

#3 Post by app4soft »

dolphin_oracle wrote: Thu Jul 06, 2023 7:55 am XMMS from antiX is available in mx-packageinstaller under popular apps.
Thanks for pointing! I missed it (I know that there is XMMS in antiX repo, but don't knew that it could be installed with MX Package Installer).

It seems XMMS AAC plugin is not available in "xmms-plugins-antix" package: May I then request XMMS AAC plugin packaging for MX-23? (into separate thread or by renaming this thread and updating header post)

User avatar
siamhie
Global Moderator
Posts: 3457
Joined: Fri Aug 20, 2021 5:45 pm

Re: Request MX-23: XMMS

#4 Post by siamhie »

app4soft wrote: Thu Jul 06, 2023 11:18 am
May I then request XMMS AAC plugin packaging for MX-23? (into separate thread or by renaming this thread and updating header post)

Isn't faad available in the repos? I see it MX-23 beta2 currently.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
app4soft
Posts: 261
Joined: Tue Mar 20, 2018 1:45 pm

Re: Request MX-23: XMMS

#5 Post by app4soft »

siamhie wrote: Thu Jul 06, 2023 12:00 pm
app4soft wrote: Thu Jul 06, 2023 11:18 am May I then request XMMS AAC plugin packaging for MX-23? (into separate thread or by renaming this thread and updating header post)
Isn't faad available in the repos? I see it MX-23 beta2 currently.
"libfaad2" is preinstalled in MX-23, and "faad" (aka "faad2") is available for install, BUT there is no "xmms-mp4" plugin package.

As for now it packaged only for Slackware Linux: Here is an article from 2016: And it seems like all plugins removed from "faad2" repo two month ago, but it happen after latest release (faad2 2.10.1 release has plugin source):

User avatar
siamhie
Global Moderator
Posts: 3457
Joined: Fri Aug 20, 2021 5:45 pm

Re: Request MX-23: XMMS

#6 Post by siamhie »

app4soft wrote: Thu Jul 06, 2023 2:07 pm
siamhie wrote: Thu Jul 06, 2023 12:00 pm
app4soft wrote: Thu Jul 06, 2023 11:18 am May I then request XMMS AAC plugin packaging for MX-23? (into separate thread or by renaming this thread and updating header post)
Isn't faad available in the repos? I see it MX-23 beta2 currently.
"libfaad2" is preinstalled in MX-23, and "faad" (aka "faad2") is available for install, BUT there is no "xmms-mp4" plugin package.

As for now it packaged only for Slackware Linux: Here is an article from 2016: And it seems like all plugins removed from "faad2" repo two month ago, but it happen after latest release (faad2 2.10.1 release has plugin source):

You could try the fixed source code link (2016 article) but the xmms-mp4 plugin was removed from Debian back in 2007. Maybe try audacious instead for mp4 audio files.

https://bugs.debian.org/cgi-bin/bugrepo ... bug=456724
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
app4soft
Posts: 261
Joined: Tue Mar 20, 2018 1:45 pm

Re: Request MX-23: XMMS

#7 Post by app4soft »

siamhie wrote: Thu Jul 06, 2023 2:42 pm You could try the fixed source code link (2016 article) but the xmms-mp4 plugin was removed from Debian back in 2007. Maybe try audacious instead for mp4 audio files.

https://bugs.debian.org/cgi-bin/bugrepo ... bug=456724
I use XMMS for IP-radio listening, as my laptop has very low RAM.

About use alternative, I tried few players and compared its RAM usage on launch (no playing):
  • Strawberry (default in MX-23) ~ 137 MiB
  • DeaDBeeF ~ 80 MiB;
  • Audacious ~ 76 MiB;
  • cmus ~ 64 MiB (including 50MiB used by "xfce4-terminal-emulator" window itself);
  • XMMS ~ 17 MiB.
Even more, playing XMMS occupies just only 24 MiB of RAM — less than any other on standby.

About compiling "xmms-mp4" myself, here is what "REAMDE.linux" states: https://github.com/knik0/faad2/blob/2.10.1/README.linux

Code: Select all

To compile under Linux.
----------------------
just run :

./bootstrap
./configure --with-mp4v2
make
sudo make install


about the xmms plugin.
---------------------
 The xmms plugin need to be build after the install of the faad project.
so after you have installed correctly faad (--with-xmms options) you need
to configure and build the xmms plugin part in the plugins/xmms directory.
Read the README and INSTALL files into the xmms directory.
I'm not an expert in compiling. When I tried to compile it, it stops on "make" step saying "No targets specified and no makefile found. Stop":

Code: Select all

user@user:~/Downloads/faad2-2.10.1$ ./bootstrap
configure.ac:15: installing './compile'
configure.ac:15: installing './config.guess'
configure.ac:15: installing './config.sub'
configure.ac:13: installing './install-sh'
configure.ac:13: installing './missing'
Makefile.am: installing './INSTALL'
frontend/Makefile.am: installing './depcomp'
configure.ac:15: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:15: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:15: the top level
configure.ac:44: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:44: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:44: the top level
configure.ac:50: warning: The macro `AC_HEADER_TIME' is obsolete.
configure.ac:50: You should run autoupdate.
./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from...
configure.ac:50: the top level
configure.ac:120: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:120: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
configure.ac:93: AC_C99_FUNC_LRINTF is expanded from...
configure.ac:120: the top level
configure.ac:122: warning: The macro `AC_TRY_COMPILE' is obsolete.
configure.ac:122: You should run autoupdate.
./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from...
configure.ac:67: MY_CHECK_TYPEDEF_FROM_INCLUDE is expanded from...
configure.ac:122: the top level
Ready to run ./configure

Code: Select all

user@user:~/Downloads/faad2-2.10.1$ ./configure --with-mp4v2 --with-xmms
configure: WARNING: unrecognized options: --with-mp4v2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/time.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for clang++... no
checking whether the compiler supports GNU C++... no
checking whether g++ accepts -g... no
checking for g++ option to enable C++11 features... unsupported
checking for g++ option to enable C++98 features... unsupported
checking dependency style of g++... none
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rpmbuild... rpmbuild
checking for egrep... (cached) /usr/bin/grep -E
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for mathf.h... no
checking for float.h... yes
checking for strchr... yes
checking for memcpy... yes
checking for sys/time.h... (cached) yes
checking for errno.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for limits.h... yes
checking for sysfs/libsysfs.h... no
checking for IOKit/IOKitLib.h... no
checking for getpwuid... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for lrintf... yes
checking for float32_t temp... no
checking for strsep... yes
checking for mpeg4ip-config... no
checking for xmms-config... xmms-config
checking for pthread.h... yes
checking for id3.h... no
configure: error: *** id3lib headers support not installed or not found
user@user:~/Downloads/faad2-2.10.1$ make
make: *** No targets specified and no makefile found.  Stop.
Last edited by app4soft on Thu Jul 06, 2023 6:41 pm, edited 1 time in total.

User avatar
Stevo
Developer
Posts: 14705
Joined: Fri Dec 15, 2006 7:07 pm

Re: Request MX-23: XMMS

#8 Post by Stevo »

What about xmms2? It's in Bullseye, Trixie, and Sid, and has the plugins you want. It should be trivial to backport it from Trixie to MX 23.

https://packages.debian.org/sid/xmms2-plugin-mp4
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
app4soft
Posts: 261
Joined: Tue Mar 20, 2018 1:45 pm

Re: Request MX-23: XMMS

#9 Post by app4soft »

Stevo wrote: Thu Jul 06, 2023 4:09 pm What about xmms2? It's in Bullseye, Trixie, and Sid, and has the plugins you want. It should be trivial to backport it from Trixie to MX 23.

https://packages.debian.org/sid/xmms2-plugin-mp4
"xmms2" and its plugins are not compatible with "xmms". Also "xmms2" has no own GUI, as it is server-client player, and relies on 3rd-party clients (based on GTK+2/3, Qt4/5) that will use a lot of RAM.

Its CLI-client, "xmms2-cli-client" relies on launch inside terminal, and as I said above, it would eat at least 50 MiB of RAM only for "xfce4-terminal-emulator" window just to launch it — twice or even triple more RAM than "xmms" uses to fully run and play IP-radio.

So, is it possible to make "xmms-mp4" package? (or make it a part of antiX-23's "xmms-plugins-antix")

User avatar
Stevo
Developer
Posts: 14705
Joined: Fri Dec 15, 2006 7:07 pm

Re: Request MX-23: XMMS

#10 Post by Stevo »

You should ask whoever is maintaining antiX's packages about that, since they know a lot more about it.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “Package Requests - MX-23”