mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user