-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
222ee18
commit f3d593f
Showing
125 changed files
with
151 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
# myMPDos (c) 2020-2024 Juergen Mang <[email protected]> | ||
# https://github.com/jcorporation/myMPDos | ||
|
||
VERSION="1.5.4" | ||
VERSION="1.6.0" | ||
|
||
ARCH="aarch64" | ||
BUILDIMAGE="myMPDos-build.img" | ||
ALPINE_MAJOR_VERSION="3.20" | ||
ALPINE_MINOR_VERSION="3" | ||
ALPINE_MAJOR_VERSION="3.21" | ||
ALPINE_MINOR_VERSION="0" | ||
ALPINE_VERSION="${ALPINE_MAJOR_VERSION}.${ALPINE_MINOR_VERSION}" | ||
ALPINE_MIRROR="http://dl-cdn.alpinelinux.org/alpine" | ||
COMPRESSIMAGE="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
pkgname=mympdos-base | ||
pkgver=0.9.6 | ||
pkgrel=1 | ||
pkgrel=2 | ||
pkgdesc="myMPDos base package" | ||
url="https://github.com/jcorporation/myMPDos" | ||
arch="noarch" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
pkgname=mympdos-libgpiod2 | ||
pkgver=2.2 | ||
pkgrel=0 | ||
pkgrel=1 | ||
pkgdesc="C library and tools for interacting with the linux GPIO character device" | ||
url="https://git.kernel.org/pub/scm/libs/libgpiod/libgpiod.git/" | ||
arch="all" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
pkgname=mympdos-libmpdclient | ||
pkgver=2.23 | ||
pkgrel=3 | ||
pkgrel=4 | ||
pkgdesc="An asynchronous API library for interfacing MPD in the C, C++ & Objective C languages" | ||
url="https://github.com/jcorporation/libmympdclient" | ||
arch="all" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Maintainer: Juergen Mang <[email protected]> | ||
# Based on: https://pkgs.alpinelinux.org/package/edge/community/x86_64/mpd | ||
pkgname=mympdos-mpd-stable | ||
pkgver=0.23.15 | ||
pkgrel=1 | ||
pkgver=0.23.16 | ||
pkgrel=0 | ||
pkgdesc="Music daemon that plays MP3, FLAC and Ogg Vorbis files" | ||
url="https://musicpd.org" | ||
pkgusers="mpd" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
950a951,954 | ||
> #mympd build | ||
> echo "Adding myMPDos build service to firstboot" | ||
> sed -i -e 's|eend $rc|/media/vda1/mympdos/build.sh\n\teend $rc|' "${sysroot}/etc/init.d/firstboot" | ||
> | ||
# mympd build | ||
echo "Adding myMPDos build service to firstboot" | ||
sed -i -e 's|eend $rc|/media/vda1/mympdos/build.sh\n\teend $rc|' "${sysroot}/etc/init.d/firstboot" |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+15.9 MB
...h64/mympdos-mpd-master-dbg-0.24.0-r23.apk → ...h64/mympdos-mpd-master-dbg-0.24.0-r25.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+14.1 MB
...h64/mympdos-mpd-stable-dbg-0.23.15-r1.apk → ...h64/mympdos-mpd-stable-dbg-0.23.16-r0.apk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
iBprdjeBQ0VLBDtnW/3bnHE/Y4zXm7vXVdStMpmuh95Fz3TNtFhObnsziNwlvZRq | ||
UkvtJMNXclXo9axVFw+FbmW5Zn/1POsmD+YRzTunCqe2Q8Nk2okA8GVIusbM198h | ||
YGERhKLOaTz+HtBEY3TUS5YbjsnT5oihiHYDbuh/AFLpTtIg8Pi3RGTUN4Awopmz | ||
Azc//p6bgpkttN2L+Z0Foksz3/msCUCV6x8agous8kLPqS1dLCWu9thJ6b3PnfZk | ||
8JpqeYbuXOX8i2VfYzlF2Aab+Pfae4J9G7EWs3N+s/fgiolyXdU8RO6YiBm3dBlz | ||
MiB+sg0qkU2rUFiw+ngVHw== |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
export V_MAJOR=3 | ||
export V_MINOR=21 | ||
export V_POINT=0 | ||
export CHECKSUM=aa43adf1fff1d03c7a774d3962557a19d2300698a8e6fb6ce6e088cafbf4c710 | ||
alpine-upgrade.sh |