summaryrefslogtreecommitdiff
path: root/package/mpd
AgeCommit message (Collapse)Author
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
2009-12-29add atm network scriptWaldemar Brodkorb
order network scripts. Add atm example. enable reboot option for mtd.
2009-12-28fix dependenciesWaldemar Brodkorb
2009-12-28fix some dependencies and target dependency handlingWaldemar Brodkorb
2009-12-27fix make allmodconfigWaldemar Brodkorb
update several packages, remove snort-wireless.
2009-12-23remove and ignore autogenerated Config.in filesWaldemar Brodkorb
2009-12-20create package/Depends.mk dynamically; add PKG_BUILDDEP to all MakefilesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-06fix qemu-x86_64 image, get rid of duplicat include dirWaldemar Brodkorb
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-11-24update mpd, libvirt, php and openldapWaldemar Brodkorb
- make more features available in mpd - add libmms package - do not call redundant clean on cleantarget
2009-08-02drop all leading whitespaces in symbol promptsPhil Sutter
The new mconf ignores them anyway, so make it stop warning about it.
2009-08-02change all 'depends' lines to 'depends on' onesPhil Sutter
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
2009-06-14alix1c optimizationWaldemar Brodkorb
- use LZMA for kernel - use TICKLESS system - check mpd user is in group audio - fix some kernel module dependencies