DeaDBeeF
Sign in to saveDeaDBeeF is an audio player software available for Windows, Linux and other Unix-like operating systems. An ad-supported Android version is available, but has not been updated since 2017. DeaDBeeF is free and open-source software, except on Android.
Key facts
- Software.title
- DeaDBeeF
- Software.name
- DeaDBeeF
- Software.logo
- DeadbeefLOGO.png
- Software.screenshot
- DeaDBeeF-COCOA-v07-2.png
- Software.caption
- DeaDBeeF's main window on Mac OS
- Software.author
- Oleksiy Yakovenko
- Software.released
- August 2009
- Software.programming language
- C, C++, Objective-C, Assembly language
- Software.operating system
- Unix-like (Linux, *BSD, OpenSolaris), macOS, Windows, Android
- Software.platform
- x86, x86-64, ARM
- Software.genre
- Audio player
- Software.license
- GPLv2, LGPLv2.1, zlib, various free and open-source software licenses (plugins)
via Wikipedia infobox
Source code
The overall process is simple, but it's hard to figure out the dependencies. Install Git, Clang toolchain Remember to get submodules: git submodule update --init Install dependencies Run ./autogen.sh to bootstrap Run CC=clang CXX=clang++ ./configure , followed with make and sudo make install . For more information about the build process, read the generated INSTALL file and the output of ./configure --help . Install Xcode. The latest one is the best, but older versions will usually keep working for a year or two. Run sudo xcode-select --install - This will configure git and command line build tools Clone the deadbeef git repository Remember to get submodules: MSYS2: Install the 64-bit version of msys2 and ensure to run pacman -Syu Premake5: v5.0.0-beta1 Toolchain Plugin dependencies: follow the Windows plugin status page to find out dependencies of the plugins, and install them too. Ensure that you are in mingw64 shell (run mingw64.exe) and clone this git repository From deadbeef main directory run premake5 --standard gmake2 using your corresponding path to premake5.exe Compile with make config=debug windows (debug build) or make config=release windows (stripped/release build) Find the resulting binaries in bin/debug or bin/release GTK3 uses Windows-10 theme and Windows-10-Icons by default. If they are not in msys2 tree, then they must be manually placed in the share/icons and share/themes . A different theme can be specified by editing the etc/gtk-3.0/settings.ini file.
Excerpt from the source-code README · 4,197 chars · not written by Vinony
Wikidata facts
- Official website
- deadbeef.sourceforge.io
- Image
- Deadbeef-gnome-ubuntu-sw3.png
Show 5 more facts
- author name string
- Алексей Яковенко
- source code repository URL
- github.com/DeaDBeeF-Player/deadbeef
- inception
- 2009-08-00
- Commons category
- DeaDBeeF
- software version identifier
- 1.10.2
via Wikidata · CC0
~2 min read
Article
5 sectionsContents
- History
- Characteristics
- See also
- References
- External links
DeaDBeeF is an audio player software available for Windows, Linux and other Unix-like operating systems. An ad-supported Android version is available, but has not been updated since 2017. DeaDBeeF is free and open-source software, except on Android.
== History ==