{"id":13440571,"url":"https://github.com/DeaDBeeF-Player/deadbeef","last_synced_at":"2025-03-20T10:31:45.212Z","repository":{"id":12567076,"uuid":"15237541","full_name":"DeaDBeeF-Player/deadbeef","owner":"DeaDBeeF-Player","description":"DeaDBeeF Player","archived":false,"fork":false,"pushed_at":"2025-03-13T16:10:13.000Z","size":92430,"stargazers_count":1714,"open_issues_count":366,"forks_count":180,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-03-14T10:42:53.341Z","etag":null,"topics":["audio-player","c","cross-platform","customizable-ui","linux-app","mac-app","minimalist-design","music-player","objective-c","visualization","windows-app"],"latest_commit_sha":null,"homepage":"https://deadbeef.sourceforge.io/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DeaDBeeF-Player.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-16T21:21:05.000Z","updated_at":"2025-03-13T16:10:17.000Z","dependencies_parsed_at":"2023-10-17T02:15:57.948Z","dependency_job_id":"b833929a-309c-4e6e-b5e9-19292e8c482d","html_url":"https://github.com/DeaDBeeF-Player/deadbeef","commit_stats":{"total_commits":11273,"total_committers":186,"mean_commits":60.60752688172043,"dds":0.1580768207220793,"last_synced_commit":"813d08344d5e6b487b68da3a8d42d284642b0a91"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDBeeF-Player%2Fdeadbeef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDBeeF-Player%2Fdeadbeef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDBeeF-Player%2Fdeadbeef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeaDBeeF-Player%2Fdeadbeef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeaDBeeF-Player","download_url":"https://codeload.github.com/DeaDBeeF-Player/deadbeef/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244595073,"owners_count":20478403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audio-player","c","cross-platform","customizable-ui","linux-app","mac-app","minimalist-design","music-player","objective-c","visualization","windows-app"],"created_at":"2024-07-31T03:01:24.022Z","updated_at":"2025-03-20T10:31:45.205Z","avatar_url":"https://github.com/DeaDBeeF-Player.png","language":"C","readme":"TABLE OF CONTENTS\n\n1. Build dependencies\n2. Runtime dependencies\n3. Licensing\n\n==========================================================\n\n1. Build dependencies\n\nHere's the bare minimum list of things which are expected to be installed to build Deadbeef.\nUsually, you also need to install all runtime dependencies before building as well, see the next section for details.\n\n* Clang: GCC is not supported, you need clang\n* libdispatch\n* libblockruntime\n* Yasm: required to build assembly portions of ffap plugin on supported platforms (x86, x86_64)\n* intltool: required for localization. If you don't need translations -- run ./configure --disable-nls (in this case you won't need to install intltool, as long as the configure script is already generated)\n\n1.1 Compiling from git\n\nIf you're building from git, more things are needed:\n\n* autoconf\n* automake,\n* libtool,\n* autopoint\n\nRun ./autogen.sh to generate configure script\n\n1.2 Compiling\n\n* Set CC and CXX environment variables to clang and clang++ respectively.\n* Run `./configure --prefix=/usr`, and wait until it finishes. you may want to change prefix to another value. consult INSTALL file for more info. If you're new to the process, it may help to run `./configure --help`.\n* Make sure all desired plugins have \"Yes\" status in the list that's printed by configure. If not -- install missing dependencies, and rerun configure. This is especially important for GTKUI, and ALSA or OSS plugins. Otherwise you won't get GUI and/or sound output.\n* After satisfying all dependencies, run \"make -j5\" (change -j number to suit your number of CPUs/cores, e.g. 5 is quite good for single CPU dual-core machines).\n* After the build finishes, run \"make install\" as root\n\n2. Runtime dependencies\n\nMany of the dependencies listed here are optional, which means deadbeef will build and run without them, but to make it useful - you'd probably need at least GTK UI plugin and some audio codecs built.\n\n    libsamplerate: for dsp_libsrc plugin (resampler)\n    gtk+-2.0 \u003e= 2.16 (+ gthread, + glib): GTK+ 2.0 user interface\n    gtk+-3.0 \u003e= 3.10 (+ gthread, + glib): GTK+ 3.0 user interface\n    jansson: mandatory for both gtk2 and gtk3 UIs, used for column configuration loading\n    alsa-lib: ALSA support\n    libvorbis and libogg: for ogg vorbis plugin, and for ogg container metadata in other formats, such as OggFlac\n    libcurl \u003e= 7.10: for last.fm, vfs_curl (shoutcast/icecast), artwork plugins\n    imlib2: for artwork plugin; see libjpeg and libpng below\n    libjpeg and libpng: for artwork plugin (when imlib2 is not installed, or --disable-artwork-imlib2 is used)\n    libmad (optional): for mp3 plugin\n    libmpg123 (optional): for mp3 plugin\n        NOTE: the mp3 plugin has multiple backends since deadbeef 0.7, both libmad and libmpg123 are supported at the same time, and can be selected by the user from plugin configuration dialog. At least one of them is required to satisfy mp3 plugin dependencies. But having both is preferred. \n    libFLAC: for flac plugin\n    wavpack: for wavpack plugin\n    libsndfile: for sndfile plugin\n    libcdio + libcddb: for cd audio plugin\n    ffmpeg: for ffmpeg plugin\n    xlib: for global hotkeys and gtkui\n    dbus: for notification daemon support (OSD current song notifications)\n    pulseaudio: for PulseAudio output plugin\n    faad2: for AAC plugin\n    zlib: for Audio Overload plugin (psf, psf2, etc), GME (for vgz)\n    libzip: for vfs_zip plugin\n    libdispatch\n    libblockruntime\n\nThe actual package names for your Linux distribution may vary.\n\n3. Licensing\n\nDeaDBeeF core uses ZLIB license. See COPYING in each subdirectory for details.\n","funding_links":[],"categories":["C","Applications","UI Apps/Tools","应用","Media"],"sub_categories":["Audio","Music Player","音频","Other"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeaDBeeF-Player%2Fdeadbeef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDeaDBeeF-Player%2Fdeadbeef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDeaDBeeF-Player%2Fdeadbeef/lists"}