40 Commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
46e407db1e
remove unnecessary safe_remove
these files/folders are excluded in script/install
2022-04-08 00:03:02 +02:00
Tomáš Kelemen (vudiq)
7a4c97274f
fix easyrpg: build some audio libs as shared
- libsndfile: build shared libs
- flac: build shared libs
- libogg: build shared libs
- libvorbis: build shared libs
2022-04-08 00:02:42 +02:00
Ian Leonard
d758cd4728 audio: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:42 +00:00
Ian Leonard
519745c628 libvorbis: update to 1.3.7
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-07-14 17:09:26 +00:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
eb2c07036f spdx: packages/audio 2018-07-17 23:58:49 +02:00
CvH
a3020f9bf0 libvorbis: update to 1.3.6 2018-05-25 23:49:23 +02:00
Sascha Kuehndel (InuSasha)
8827a540aa
buildsystem: add BUILD_FLAG support
- replace strip_lto/strip_gold (only allowed to disable)
- add flag for PIC feature
- add flag to stop build parallel
- add support for hardening option (initial copy from debian 9)

All build parameters, are added in setup_toolchain.
`PKG_[FLAG]_[HOST/TARGET]_ENABLED` variable is introduced for checking the flag (yes/no) in the package.mk

Thanks to @MilhouseVH, for support and fixing
2018-03-07 18:35:01 +01:00
Sascha Kuehndel (InuSasha)
3846ec7dac
buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00
cvh
837b447b7c decommission PKG_IS_ADDON 2017-10-16 00:01:20 +02:00
Peter Vicman
50a51452be build system: add sha256 checksum to all packages
putting #1597 in use
2017-07-17 20:49:23 +02:00
awiouy
b3a3fd5075 libvorbis: compile with -fPIC 2017-06-20 20:19:19 +02:00
awiouy
cf5d3a4579 decommission PKG_REV 2017-01-19 00:06:13 +01:00
awiouy
e0c2de9b39 Decommission PKG_PRIORITY 2016-09-24 11:57:39 +02:00
Stephan Raue
758f7b554d libvorbis: build statically
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-05-03 12:27:30 -07:00
Stephan Raue
f51faa070d packages: update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2016-01-02 17:29:56 +01:00
Stephan Raue
989ece5af9 libvorbis: update to libvorbis-1.3.5
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2015-03-03 20:17:09 +01:00
Stephan Raue
a7260999cf libvorbis: update to libvorbis-1.3.4
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-04-01 01:54:44 +02:00
Stefan Saraev
d22c2dbb1b libvorbis: disable oggtest, docs, examples 2014-02-05 20:03:16 +02:00
Stephan Raue
a262f3f972 libvorbis: rework PKG_DEPENDS, replace and merge PKG_BUILD_DEPENDS_* with PKG_DEPENDS_*
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2014-01-30 14:57:04 +01:00
Stephan Raue
0f3e2d4ffa update license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-12-21 21:51:48 +01:00
Stephan Raue
b21e59a9c9 libvorbis: cleanup
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 19:05:32 +02:00
Stephan Raue
5f12c03068 libvorbis: convert to new package format
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-07-17 18:33:14 +02:00
Stephan Raue
8b3f5c7f79 libvorbis: add patch to support automake-1.13
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-01-12 17:51:14 +01:00
Domin6
543c89c24b Change copyright and FSF address, this fixes #252 2012-02-29 13:36:32 +01:00
Stephan Raue
547d52ec29 libvorbis: update to libvorbis-1.3.3
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2012-02-12 21:14:19 +01:00
Stephan Raue
2af081fab9 libvorbis: various cleanups
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-03-29 15:18:25 +02:00
Stephan Raue
524392e11f libvorbis: add license headers
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2011-01-09 16:02:33 +01:00
Stephan Raue
b50a274973 libvorbis: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:09:58 +01:00
Stephan Raue
da974436a5 libvorbis: add metafile support, cleanups, thanks to cowbalt
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-13 13:47:04 +01:00
Stephan Raue
d7cae11784 libvorbis: update to libvorbis-1.3.2
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-02 23:49:30 +01:00
Stephan Raue
c7cf1f753b packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
Stephan Raue
97a2552ac9 libvorbis:
- update to libvorbis-1.3.1
2010-04-16 23:52:03 +02:00
Stephan Raue
46980fc4a0 libvorbis:
- various cleanups
2009-10-19 06:07:38 +02:00
Stephan Raue
ce09566b40 update to libvorbis-1.2.3 2009-07-20 00:31:22 +02:00
Stephan Raue
97cb6c3894 various cleanups 2009-05-17 23:13:56 +02:00
Stephan Raue
d278461b9c rename gettext to gettext-dummy, replace /* with 2009-05-16 23:35:27 +02:00
Stephan Raue
2eebcb03e1 change Projectsystem, now generic is the default Project, you can now set your Project only in ~/.openelec, add entertainer as second Mediacenter (only for test at this time). 2009-04-02 17:44:03 +02:00
Stephan Raue
de71016fb4 initial import 2009-03-18 13:02:53 +01:00