mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-27 09:09:58 +00:00
407 lines
18 KiB
YAML
407 lines
18 KiB
YAML
Categories:
|
|
- Internet
|
|
- Multimedia
|
|
- Online Media Player
|
|
License: MIT
|
|
AuthorEmail: lei@codified.nl
|
|
SourceCode: https://github.com/leinelissen/jellyfin-audio-player
|
|
IssueTracker: https://github.com/leinelissen/jellyfin-audio-player/issues
|
|
Changelog: https://github.com/leinelissen/jellyfin-audio-player/blob/HEAD/CHANGELOG.md
|
|
|
|
AutoName: Fintunes
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/leinelissen/jellyfin-audio-player.git
|
|
|
|
Builds:
|
|
- versionName: 2.3.2
|
|
versionCode: 27
|
|
commit: be0c7002ff56c5c64ac4168d29bdbe5236e0625d
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- update-java-alternatives -a
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm --global install yarn
|
|
init:
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v0.1.238-beta
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
scanignore:
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-flipper/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$
|
|
- yarn
|
|
- yarn build-skia-android || yarn build-skia-android || yarn build-skia-android
|
|
- popd
|
|
- mv $$react-native-skia$$/package/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: 25.1.8937393
|
|
|
|
- versionName: 2.3.3
|
|
versionCode: 29
|
|
commit: a97611c0ad267c798c45fe31282417a597cfc0e7
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm --global install yarn
|
|
init:
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v0.1.238-beta
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
scanignore:
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-flipper/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$
|
|
- yarn
|
|
- yarn build-skia-android || yarn build-skia-android || yarn build-skia-android
|
|
- popd
|
|
- mv $$react-native-skia$$/package/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: 25.1.8937393
|
|
|
|
- versionName: 2.4.1
|
|
versionCode: 31
|
|
commit: f4f5089d7f17b78dc34a0889849682c63fde6801
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm --global install yarn
|
|
init:
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v0.1.238-beta
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
scanignore:
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$
|
|
- yarn
|
|
- yarn build-skia-android || yarn build-skia-android || yarn build-skia-android
|
|
- popd
|
|
- mv $$react-native-skia$$/package/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 2.4.3
|
|
versionCode: 33
|
|
commit: 9d995d795bd255eb8dae6e7ccc88b727821ac0dc
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm --global install yarn
|
|
init:
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v0.1.238-beta
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
scanignore:
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$
|
|
- yarn
|
|
- yarn build-skia-android || yarn build-skia-android || yarn build-skia-android
|
|
- popd
|
|
- mv $$react-native-skia$$/package/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 2.4.4
|
|
versionCode: 34
|
|
commit: c8e693991be275ff838e804aaff47cbe9b819509
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm --global install yarn
|
|
init:
|
|
- cd ../..
|
|
- npm install --build-from-source
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v0.1.238-beta
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
scanignore:
|
|
- node_modules/jsc-android
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$
|
|
- yarn
|
|
- yarn build-skia-android || yarn build-skia-android || yarn build-skia-android
|
|
- popd
|
|
- mv $$react-native-skia$$/package/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: 26.1.10909125
|
|
|
|
- versionName: 2.4.5
|
|
versionCode: 38
|
|
commit: c4300471065c73a8b420e815f7946704915b3f95
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g corepack pnpm@v10.11.0
|
|
init:
|
|
- cd ../..
|
|
- pnpm install
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v2.0.0
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
prebuild:
|
|
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\s"(.*)".*|\1|p'
|
|
../../package.json)
|
|
- '[[ $skiaVersion ]] || exit 1'
|
|
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
|
|
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
|
|
-e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d' -e '/buildXCFrameworks/,/^};/d'
|
|
-e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
|
|
scanignore:
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$/packages/skia
|
|
- corepack enable
|
|
- yarn
|
|
- build="yarn build-skia android"
|
|
- $build || $build || $build
|
|
- popd
|
|
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: r27b
|
|
|
|
- versionName: 2.4.6
|
|
versionCode: 40
|
|
commit: 3afe403f4cf497f2b0bf426468fb4658f3a50a4c
|
|
subdir: android/app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install -y openjdk-17-jdk-headless ninja-build bzip2 xz-utils
|
|
- sysctl fs.inotify.max_user_watches=524288 || true
|
|
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
|
|
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
|
|
| sha256sum -c -
|
|
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
|
- npm install -g corepack pnpm@v10.11.0
|
|
init:
|
|
- cd ../..
|
|
- pnpm install
|
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- react-native-skia@v2.0.0
|
|
rm:
|
|
- ios
|
|
- node_modules/@shopify/react-native-skia/libs/android
|
|
prebuild:
|
|
- export skiaVersion=$(sed -n -E 's|.*"@shopify/react-native-skia":\s"(.*)".*|\1|p'
|
|
../../package.json)
|
|
- '[[ $skiaVersion ]] || exit 1'
|
|
- git -C $$react-native-skia$$ checkout -f "v$skiaVersion"
|
|
- sed -i -e 's/for (const key of mapKeys(configurations))/const key = "android";/'
|
|
-e '/ban-ts-comment/,+1d' -e '/buildXCFrameworks()/d' -e '/buildXCFrameworks/,/^};/d'
|
|
-e '/copyHeaders/d' $$react-native-skia$$/packages/skia/scripts/build-skia.ts
|
|
scanignore:
|
|
- node_modules/react-native/sdks/hermesc
|
|
- node_modules/react-native-reanimated/android/build.gradle
|
|
- node_modules/react-native-webview/android/build.gradle
|
|
- node_modules/react-native-safe-area-context/android/build.gradle
|
|
- node_modules/@react-native-community/netinfo/android/build.gradle
|
|
- node_modules/@react-native-community/blur/android/build.gradle
|
|
- node_modules/react-native-track-player/android/build.gradle
|
|
- node_modules/react-native-screens/android/build.gradle
|
|
- node_modules/react-native-svg/android/build.gradle
|
|
- node_modules/@react-native-async-storage/async-storage/android/build.gradle
|
|
- node_modules/react-native-localize/android/build.gradle
|
|
- node_modules/expo-modules-autolinking/scripts/android/autolinking_implementation.gradle
|
|
- node_modules/@d11/react-native-fast-image/android/build.gradle
|
|
- node_modules/react-native-edge-to-edge/android/build.gradle
|
|
scandelete:
|
|
- node_modules
|
|
build:
|
|
- pushd $$react-native-skia$$/packages/skia
|
|
- corepack enable
|
|
- yarn
|
|
- build="yarn build-skia android"
|
|
- $build || $build || $build
|
|
- popd
|
|
- mv $$react-native-skia$$/packages/skia/libs/android ../../node_modules/@shopify/react-native-skia/libs/android
|
|
- export SENTRY_URL=https://sentry.lei.wtf
|
|
- export SENTRY_ORG=codified
|
|
- export SENTRY_PROJECT=fintunes
|
|
- export SENTRY_DSN=https://be8a0a843c1a44e09ff654714497482f@sentry.lei.wtf/2
|
|
- export SENTRY_DISABLE_AUTO_UPLOAD=true
|
|
- gradle assembleRelease
|
|
ndk: r27b
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 2.4.6
|
|
CurrentVersionCode: 40
|