Commit Graph

653 Commits

Author SHA1 Message Date
MilhouseVH
69eab48bb1 rpi-cirrus-config: update to rpi-cirrus-config-0.0.2 2019-06-07 08:49:07 +01:00
MilhouseVH
47354c6a34 libmodplug: update to libmodplug-0.8.9.0 2019-06-07 08:49:07 +01:00
MilhouseVH
8e5bd98eb4 alsa-utils: update to alsa-utils-1.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
8bc75e8649 alsa-lib: update to alsa-lib-1.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
65e55c623b libsamplerate: update to libsamplerate-0.1.9 2019-06-07 08:49:07 +01:00
MilhouseVH
9e91c5f2b5 sbc: update to sbc-1.4 2019-06-07 08:49:07 +01:00
MilhouseVH
36d17d1c5e libopenmpt: update to libopenmpt-0.4.5 2019-06-07 08:49:07 +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