aboutsummaryrefslogtreecommitdiff
path: root/multimedia/icecast
Commit message (Collapse)AuthorAge
* icecast: add libxml2 include directoryEneas U de Queiroz2022-12-27
| | | | | | | | | Fixes this error: cfgfile.c:26:10: fatal error: libxml/xmlmemory.h: No such file or directory 26 | #include <libxml/xmlmemory.h> | ^~~~~~~~~~~~~~~~~~~~ Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* icecast: fix whitespace in init fileAlexander Egorenkov2021-03-29
| | | | Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* icecast: allow access to iconvSebastian Kemper2021-02-09
| | | | | | | | | | | | | | | | | | | | Since commit d18692c libxml2 (and by extension libxslt) is linked against iconv. Now icecast needs access to iconv as well. Without it the build fails. xslt.c: In function 'xsltSaveResultToString': xslt.c:72:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (result->children == NULL) ^~ xslt.c:75:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' buf = xmlAllocOutputBuffer(NULL); ^~~ xslt.c:81:27: error: dereferencing pointer to incomplete type 'xmlBuf' {aka 'struct _xmlBuf'} *doc_txt_len = buf->conv->use; ^~ make[6]: *** [Makefile:545: xslt.o] Error 1 make[6]: Leaving directory '/openwrt/build_dir/target-mips_24kc_musl/icecast-2.4.4/src' Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* icecast: Update to 2.4.4Rosen Penev2018-11-05
| | | | | | | | Fixes CVE-2018-18820. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* icecast: Fix configure if both vorbis and tremor host packages installedTed Hess2017-01-19
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* icecast: Rework dependenciesTed Hess2017-01-14
| | | | | | | | | | Remove private Tremor. (use libvorbisidec in repo) Remove need for libvorbis (add missing vorbis_comment functions) Remove openSSL (uses mbedTLS via libcurl) Add myself as co-maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* icecast: update to 2.4.3André Gaul2016-05-16
| | | | Signed-off-by: André Gaul <gaul@gaul.io>
* icecast: Improve OOB experience - new defaults, add user & group idsTed Hess2015-11-15
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* icecast: update to 2.4.2André Gaul2015-04-20
| | | | | | icecast 2.4.2 is a security release. Signed-off-by: André Gaul <andre@gaul.io>
* [icecast] update Makefile to 2.4.1André Gaul2015-01-04
|
* icecast: add SPDX license info per homepageIan Leonard2014-11-24
| | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* [icecast] use procd for init scriptAndré Gaul2014-07-28
| | | | Signed-off-by: André Gaul <gaul@web-yard.de>
* [icecast] add maintainerAndré Gaul2014-07-25
| | | | Signed-off-by: André Gaul <gaul@web-yard.de>
* [icecast] add minimalistic init scriptAndré Gaul2014-07-25
| | | | Signed-off-by: André Gaul <gaul@web-yard.de>
* [icecast] upgrade to 2.4.0André Gaul2014-07-25
| | | | Signed-off-by: André Gaul <gaul@web-yard.de>
* [icecast] import from old packagesAndré Gaul2014-07-25
Signed-off-by: André Gaul <gaul@web-yard.de>