summaryrefslogtreecommitdiff
path: root/package/squeezelite
AgeCommit message (Collapse)Author
2018-03-03squeezelite: latest git hash, no release availableWaldemar Brodkorb
2018-03-03squeezelite: add binaries for flac/mpg123Waldemar Brodkorb
2017-08-20squeezelite: update to latest, use server autodetectionWaldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-06-04squeezelite: update git repo and versionWaldemar Brodkorb
2016-02-29add new PKG_GIT variableWaldemar Brodkorb
We can now clone git tags and branches in a more performant way. No change for specific hashes, other then PKG_GIT is required now. Do not remove .git dirs, as the downloaded code might be used to add a patch and send upstream. Add git as requirement for downloading. Remove unmaintained u-boot-git package.
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-03-01breaks with uClibc and new default mallocWaldemar Brodkorb
2015-02-20update to latest stable, convert to git sourceWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-10update squeezeliteWaldemar Brodkorb
2014-09-27update to latest version, works for uClibc nowWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-17fix distfileWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-02-08fix musl compileWaldemar Brodkorb
2014-01-26add startup scriptWaldemar Brodkorb
2014-01-26disable for uclibcWaldemar Brodkorb
2014-01-25fix build dependenciesWaldemar Brodkorb
2014-01-24add squeezelite playerWaldemar Brodkorb