summaryrefslogtreecommitdiff
path: root/package/mpd
AgeCommit message (Collapse)Author
2014-03-26accidentally lost a needed patch for muslWaldemar Brodkorb
2014-03-24remove mpd read-only feature, needs rework with command line parameterWaldemar Brodkorb
2014-03-14enable some packages for m68k, use initrd stuff for aranymWaldemar Brodkorb
2014-03-12update to latest upstream versionWaldemar Brodkorb
2014-02-27enable avahi support for mpdWaldemar Brodkorb
2014-01-24fix compile and dependenciesWaldemar Brodkorb
2014-01-21add pulse audio outputWaldemar Brodkorb
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2013-12-29disable libwrapWaldemar Brodkorb
2013-12-02update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, ↵Waldemar Brodkorb
libmpd, ffmpeg
2013-11-29Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-11-29add httpd output pluginWaldemar Brodkorb
2013-10-24add host build infrastructure; convert file, ncurses, glib and ruby to it. ↵Waldemar Brodkorb
remove unneeded hacks for openldap and mesalib
2013-10-22fix libmix packages, while checking all packages make some style cleanupWaldemar Brodkorb
2013-10-18disable running mpd as non-root, we now use a data directory which is ↵Waldemar Brodkorb
automatically remounted rw when database is written. it is not possible to remount a filesystem as user read-write, without any sudo or sbit hacks.
2013-10-17Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-10-17patch mpd to remount /data directory before saving the database, disable two ↵Waldemar Brodkorb
read-write checks
2013-10-17revert m68k uclibc commit, nptl is not implemented, disable alsa-lib and all ↵Waldemar Brodkorb
packages that require it
2013-10-16fix idiotic commit, mpd runs as mpd userWaldemar Brodkorb
2013-10-16Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2013-10-16update mpd to latest upstream version, add ffmpeg 2.0 support from masterWaldemar Brodkorb
2013-10-15disable avr32Waldemar Brodkorb
2013-10-11add UTF-8 encoding to example configWaldemar Brodkorb
2013-10-09add a message after writing the database to logWaldemar Brodkorb
2013-10-08add state_file to config, save running playlist over rebootsWaldemar Brodkorb
2013-09-27add libgccWaldemar Brodkorb
2013-09-27fix example config, use cfgfs for databaseWaldemar Brodkorb
2013-09-26disable soundcloudWaldemar Brodkorb
2013-09-18update and fix musl compileWaldemar Brodkorb
2013-07-23add samplerate support for mpdWaldemar Brodkorb
2013-07-12add ntpd support for mpdbox, fix smbclient packageWaldemar Brodkorb
2013-07-11need " for syslogWaldemar Brodkorb
2013-07-11remove unknown configure optionsWaldemar Brodkorb
2013-07-11create playlists directory if not existWaldemar Brodkorb
2013-07-11use syslog for mpdWaldemar Brodkorb
2013-07-11fix varios compile issues for raspberryWaldemar Brodkorb
2013-07-10fix compile with latest ffmpegWaldemar Brodkorb
2013-04-29update to latest upstream versionWaldemar Brodkorb
2013-04-29use /music as home for mpdWaldemar Brodkorb
2012-03-02update apps to latest upstream versionWaldemar Brodkorb
2011-09-16update ffmpeg to latest stable version, enable more subpackagesWaldemar Brodkorb
2011-07-22add comment to patchWaldemar Brodkorb
2011-07-19update to latest upstream versionWaldemar Brodkorb
2011-05-14add patch, avoid SIGFPE on foxg20Waldemar Brodkorb
2011-05-14update mpd,mpc and libmpdclientWaldemar Brodkorb
2011-02-08many bugfixes for native adksystems and some package updatesWaldemar Brodkorb
2011-01-22activate GCC cflags check, cleanup FLAGS stuff in OpenADK.Waldemar Brodkorb
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
2011-01-18rework PKG_FLAVOURS. Subpackages can have flavours, soWaldemar Brodkorb
always add PKG_NAME to PKG_FLAVOURS variable. ala PKG_FLAVOURS_LIBNCURSES. Bug reported by Phil Sutter.
2010-12-30rework architecture / embedded systems conceptWaldemar Brodkorb
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;)
2010-09-14replace mksh scripts with faster C programsWaldemar Brodkorb
depmaker and pkgmaker is replaced by C programs. scan-pkgs.sh will be replaced by another mechanism. scan-pkgs.sh is needed to recognize package flavour changes, so that a package is rebuild. Generation of meta-data is a lot faster now. Fix or add new PKG variables to fulfill the needs of the new programs. Documentation will follow as soon as it is stable.