diff --git a/build.sh b/build.sh index caabacf..bb756f7 100755 --- a/build.sh +++ b/build.sh @@ -47,7 +47,7 @@ if [ "$LOGGING_F" = true ]; then mkdir -p logs; fi #check_deps jq --version >/dev/null || abort "\`jq\` is not installed. install it with 'apt install jq' or equivalent" -java --version >/dev/null || abort "\`openjdk 17\` is not installed. install it with 'apt install openjdk-17-jre-headless' or equivalent" +java --version >/dev/null || abort "\`openjdk 17\` is not installed. install it with 'apt install openjdk-17-jre' or equivalent" zip --version >/dev/null || abort "\`zip\` is not installed. install it with 'apt install zip' or equivalent" # -- get_prebuilts @@ -161,6 +161,7 @@ for table_name in $(toml_get_table_names); do app_args[table]="$table_name (arm-v7a)" app_args[module_prop_name]="${app_args[module_prop_name]}-arm" app_args[arch]="arm-v7a" + if ((idx >= PARALLEL_JOBS)); then wait -n; fi idx=$((idx + 1)) build_rv_w else diff --git a/config.toml b/config.toml index de082b7..cbb9b3a 100755 --- a/config.toml +++ b/config.toml @@ -12,6 +12,25 @@ included-patches = "" # space-se version = "auto" # 'auto', 'latest', 'beta' or a custom one like '17.40.41' apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/" +[Music-Extended] +app-name = "Music" +patches-source = "inotia00/revanced-patches" +integrations-source = "inotia00/revanced-integrations" +cli-source = "inotia00/revanced-cli" +rv-brand = "ReVanced Extended" +build-mode = "both" +apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/" +apkmirror-arch = "both" + +[YouTube-Extended] +app-name = "YouTube" +patches-source = "inotia00/revanced-patches" +integrations-source = "inotia00/revanced-integrations" +cli-source = "inotia00/revanced-cli" +rv-brand = "ReVanced Extended" +build-mode = "both" +apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/" + [Music] build-mode = "both" excluded-patches = "" @@ -78,24 +97,3 @@ apkmirror-dlurl = "https://www.apkmirror.com/apk/joaomgcd/tasker/" [Photomath] enabled = false apkmonk-dlurl = "https://www.apkmonk.com/app/com.microblink.photomath/" - -[Music-Extended] # unmaintained -enabled = false -app-name = "Music" -patches-source = "inotia00/revanced-patches" -integrations-source = "inotia00/revanced-integrations" -cli-source = "inotia00/revanced-cli" -rv-brand = "ReVanced Extended" -build-mode = "both" -apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube-music/" -apkmirror-arch = "both" - -[YouTube-Extended] # unmaintained -enabled = false -app-name = "YouTube" -patches-source = "inotia00/revanced-patches" -integrations-source = "inotia00/revanced-integrations" -cli-source = "inotia00/revanced-cli" -rv-brand = "ReVanced Extended" -build-mode = "both" -apkmirror-dlurl = "https://www.apkmirror.com/apk/google-inc/youtube/"