647 Commits

Author SHA1 Message Date
MilhouseVH
fb0007845a packages: mega bump 2019-06-13 22:12:21 +01:00
CvH
f6463d0a43
Merge pull request #3422 from vpeter4/remove_patches
packages: remove some unneeded patch files with changed package.mk
2019-04-26 20:58:22 +02:00
Peter Vicman
ac7e45aa09 packages: remove some unneeded patch files with changed package.mk 2019-04-12 18:51:26 +02:00
Jernej Skrabec
9875ed1595 alsa-utils: Set volume for Allwinner analog codecs 2019-04-08 19:43:09 +02:00
MilhouseVH
d4f6326142 packages: align source code licence usage with project licence 2019-03-26 18:05:50 +00:00
MilhouseVH
ff567d405b libopenmpt: missing dependency 2019-02-22 20:11:26 +00:00
MilhouseVH
2cfc2b3077 alsa-utils: depends on systemd otherwise udev rules installed incorrectly
udev rules will be installed to /lib/udev/rules.d and not /usr/lib/udev/rules.d
if udev (via systemd) is not already installed.

if test "${with_udev_rules_dir+set}" = set; then :
  withval=$with_udev_rules_dir; udevrulesdir="$withval"
else
  udevdir=$($PKG_CONFIG udev --variable=udevdir)
        if test "x$udevdir" = "x"; then
            udevrulesdir="/lib/udev/rules.d"
        else
            udevrulesdir="$udevdir/rules.d"
        fi
fi
2019-02-08 17:17:43 +00:00
MilhouseVH
b135c7ead9 packages: add missing dependencies 2019-02-08 17:17:43 +00:00
Matthias Reichl
56b9d0d7ed alsa-utils: also install alsaucm
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:51 +01:00
Matthias Reichl
3e76f1b1a1 alsa-utils: update to 1.1.8
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:38 +01:00
Matthias Reichl
06e36298e4 alsa-lib: update to 1.1.8
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-01-08 13:30:38 +01:00
MilhouseVH
b518bbf4e7 packages: implement late variable binding
Move variable assignments into configure_package() if the assignments
depend on variables initialised after the package is sourced, ie.
$PKG_BUILD, $PKG_SOURCE_NAME etc.
2018-12-18 03:43:28 +00:00
MilhouseVH
19e9d7cd0f alsa-utils: update to alsa-utils-1.1.7 2018-11-20 15:53:22 +00:00
MilhouseVH
44b1780ee1 alsa-lib: update to alsa-lib-1.1.7 2018-11-20 15:52:23 +00:00
Ian Leonard
15282eb38b treewide: retire $SED
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-11-04 01:12:58 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
a4ec8951e0 cleanup: remove redundant PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
Jernej Škrabec
def481bba6
Merge pull request #2865 from MilhouseVH/le90_pulseaudio_less_noisy
pulseaudio: silence some warnings
2018-08-09 18:57:08 +02:00
MilhouseVH
6ebafbdf55 pulseaudio: silence some warnings 2018-08-04 00:00:42 +01:00
5schatten
8e319a886f pulseaudio: added glib:host pkg dependency 2018-08-02 13:06:22 +02:00
5schatten
3ab7961215 pulseaudio: update to v12.2 / drop unneeded patches 2018-08-01 21:32:39 +02:00
CvH
eb2c07036f spdx: packages/audio 2018-07-17 23:58:49 +02:00
CvH
840e1315e5 openal-soft: initial package 2018-07-11 21:41:39 +02:00
Matthias Reichl
c0c0c08f32 soxr: don't create libavutil dependency on ARM
When both SIMD/NEON optimized and non-SIMD resamplers are built
soxr uses libavutil to do runtime CPU detection to switch
between these.

Avoid that by enabling only one of them depending on NEON
availability.

Also explicitly disable AVFFT to avoid picking up a dependency
on libavcodec.

Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-05 15:51:40 +02:00
Matthias Reichl
5f6e74c5d3
Merge pull request #2735 from CvH/9.0-pulseaudio-fix
pulseaudio: remove fix and cleanup
2018-06-04 20:49:26 +02:00
Matthias Reichl
3c45dd15eb sidplay-libs: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
3e1da7ae96 libopenmpt: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
128a52502f libogg: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
f35dd2729d libmodplug: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
a8f1fe5445 lame: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
c8dc0bae32 fluidsynth: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
bd2171b6fc soxr: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
a83bc0c086 flac: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
Matthias Reichl
c23a16ec7e alsa-lib: drop lto build flag
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
CvH
7c30dc4927 pulseaudio: remove fix and cleanup 2018-06-02 22:17:15 +02:00
CvH
4aa28f292b speex: update to 1.2.0 2018-05-28 09:57:26 +02:00
CvH
a3020f9bf0 libvorbis: update to 1.3.6 2018-05-25 23:49:23 +02:00
CvH
240477494b libogg: update to 1.3.3 2018-05-25 23:49:23 +02:00
CvH
1ffbe85b23 pulseaudio: build fix 2018-05-25 23:49:23 +02:00
CvH
134910684a alsa-utils: update to 1.1.6 2018-05-25 23:49:23 +02:00
CvH
a428bc7c37 alsa-lib: update to 1.1.6 2018-05-25 23:49:23 +02:00
CvH
536d25907a soxr: update to 0.1.3 2018-05-25 23:49:22 +02:00
MilhouseVH
32c54c5fc2 kodi-binary-addons: remove adsp packages 2018-04-18 20:46:21 +01: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
MilhouseVH
18337762d0 alsa-lib: use build_with_debug() helper function 2018-02-19 07:08:48 +00:00
MilhouseVH
3f9fc27686 pulseaudio: fix glibc-2.27 build 2018-02-05 19:20:54 +00:00
MilhouseVH
d9bdc34fe8 alsa-utils: update to alsa-utils-1.1.5 2018-01-06 11:45:57 +00:00