summaryrefslogtreecommitdiff
path: root/package/pulseaudio
AgeCommit message (Collapse)Author
2024-03-05pulseaudio: needs glibWaldemar Brodkorb
2022-02-27kodi: update to Matrix with all dependenciesWaldemar Brodkorb
2022-01-15pulseaudio: update to 15.0, meson buildsystemWaldemar Brodkorb
2017-06-13cleanup unused patch filesWaldemar Brodkorb
2017-06-10pulseaudio: need autoreconfWaldemar Brodkorb
2017-01-28pulseaudio: update to 10.0Waldemar Brodkorb
2016-10-03remove librt/libpthread packages, not required anymoreWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-06-19pulseaudio: update to 8.0Waldemar Brodkorb
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-11-04pulseaudio: fix for uClibc-ng buildsWaldemar Brodkorb
2015-11-01pulseaudio: update to latest, fix musl build with patchset from VoidLinuxWaldemar Brodkorb
2015-10-11remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDSWaldemar Brodkorb
2015-06-13removeWaldemar Brodkorb
2015-06-13we need libtool-host for pulseaudio to avoid relinking, which fails on ↵Waldemar Brodkorb
uClibc-ng builds
2015-03-29update to latest stable versionWaldemar 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-10-11rework audio driver loading on rpiWaldemar Brodkorb
seems that i2s driver does not behave correctly when builtin. Add back driver modules for audio boards on rpi.
2014-06-27use simple dbWaldemar Brodkorb
2014-06-27disable testsWaldemar 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-06-11update to latest stable versionWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-13use static-libgc not only for base, simplifies dependencies, just a few ↵Waldemar Brodkorb
bytes bigger for a xbmc build
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-03-02goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/Waldemar Brodkorb
2014-01-26fix pacmd, finetune startup behaviorWaldemar Brodkorb
2014-01-26set default samplerate to 44100Waldemar Brodkorb
2014-01-26more examples, use rtp loop to make a single rpi a sender and receiver ↵Waldemar Brodkorb
without echo
2014-01-26finetune config, default receiverWaldemar Brodkorb
2014-01-23Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
Conflicts: package/pulseaudio/Makefile
2014-01-23add minimal example configsWaldemar Brodkorb
2014-01-22fix configure argsWaldemar Brodkorb
2014-01-21resolve merge conflictWaldemar Brodkorb
2014-01-21add dbus configsWaldemar Brodkorb
2014-01-20Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-01-20enable samplerate, disable some stuffWaldemar Brodkorb
2014-01-20eerge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-01-20start pulseaudio in daemon mode, create cookie dir, dbus dependencyWaldemar Brodkorb
2014-01-20disable for musl for nowWaldemar Brodkorb
2014-01-19fix dependency problems, add startup scriptWaldemar Brodkorb
2014-01-18add pulseaudio package and dependenciesWaldemar Brodkorb