summaryrefslogtreecommitdiff
path: root/package/mpd
AgeCommit message (Collapse)Author
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.
2010-07-08Merge remote branch 'phil/auto-config-in'Waldemar Brodkorb
Conflicts: Config.in package/dropbear/Makefile package/iptables/Makefile package/kismet/Makefile package/nfs-utils/Makefile package/ntpclient/Makefile package/openvpn/Makefile package/pkgmaker package/rxvt-unicode/Makefile package/vgp/Makefile package/wpa_supplicant/Makefile package/xf86-input-keyboard/Makefile package/xf86-input-mouse/Makefile
2010-07-06massive whitespace cleanup (EOL), suggested by j.seitterWaldemar Brodkorb
2010-06-22fix package names and package flavour dependenciesWaldemar Brodkorb
ipkg does not allow package names with uppercase, so revert some of phil changes. dependency handling of package flavours were broken, because of a chicken and egg problem. implement a new variable (PKGFS_XXX) containing flavour dependent package dependencies.
2010-06-13bulk package updateWaldemar Brodkorb
2010-06-12massive PKG_SECTION adjustmentsPhil Sutter
2010-02-25enable esd output for libao, enable mpd ao output plugin via package flavourWaldemar Brodkorb
2010-02-21Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadkWaldemar Brodkorb
2010-02-21fix dependency for vorbis supportWaldemar Brodkorb
2010-02-19avoid autotools usage on host systemWaldemar Brodkorb
There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way.
2010-02-17update to latest upstreamWaldemar Brodkorb
2010-02-07change defaults for CONFIG/BUILD/INSTALL stylesWaldemar Brodkorb
All packages need an update, so here is a very huge commit. Most of the 460 source packages use automatic style for configuration, building and installing. Make these styles default to "auto". If you have a package, which does not conform to this, just use manual style and add a do-$task make target. I added a new style named AUTOTOOL style, which is needed for some broken packages, which needs to be updated via autoconf or automake. I renamed CONFIGURE_STYLE to CONFIG_STYLE. Updates for some packages, which have newer upstream versions. Renaming of all package/*/extra directories. Use the directory src/ to provide overwrites of source files or to add the code, when no upstream package is available or used. src directory will be automatically used.
2010-01-10fix libshout build dependencyWaldemar Brodkorb