Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)

x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
This commit is contained in:
waddlesplash
2021-09-15 15:40:18 -04:00
committed by GitHub
parent 091aa2623d
commit 4f180bdb94
2509 changed files with 2619 additions and 2619 deletions

View File

@@ -1,6 +1,6 @@
SUMMARY="Modern music player and library organizer based on Amarok 1.4 and Qt5"
DESCRIPTION="Clementine Music Player is a multiplatform music player. It is inspired by Amarok 1.4, \
focusing on a fast and easy-to-use interface for searching and playing your music.
focusing on a fast and easy-to-use interface for searching and playing your music.
Now with Podcast support including integration and synchronization with gpodder.net. \
Music from Soundcloud and jazzradio.com is available in the Internet tab in the sidebar, \
@@ -39,7 +39,7 @@ SOURCE_DIR="Clementine-$srcGitRev"
PATCHES="clementine-$portVersion.patchset"
ADDITIONAL_FILES="clementine.rdef.in"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -83,7 +83,7 @@ BUILD_REQUIRES="
devel:libboost_locale$secondaryArchSuffix
devel:libboost_regex$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix
devel:libboost_thread$secondaryArchSuffix
devel:libboost_thread$secondaryArchSuffix
devel:libcdio$secondaryArchSuffix >= 19
devel:libchromaprint$secondaryArchSuffix
devel:libexecinfo$secondaryArchSuffix