Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
e1100c3c
Commit
e1100c3c
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/mellowplayer: disable on riscv64
parent
a1b84f3d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/mellowplayer/APKBUILD
+9
-13
9 additions, 13 deletions
community/mellowplayer/APKBUILD
with
9 additions
and
13 deletions
community/mellowplayer/APKBUILD
+
9
−
13
View file @
e1100c3c
...
...
@@ -5,9 +5,10 @@ pkgver=3.6.8
pkgrel
=
0
pkgdesc
=
"QT based cloud music integration for your desktop"
url
=
"https://colinduquesnoy.gitlab.io/MellowPlayer/"
arch
=
"all !ppc64le !s390x !mips !mips64"
# blocked by qt5-qtwebengine
arch
=
"
$arch
!armhf"
# blocked by qt5-qtdeclarative
arch
=
"
$arch
!aarch64"
# all tests fail with segfault
# armhf blocked by qt5-qtdeclarative
# aarch64 tests fail with segfault
# ppc64le, s390x, mips64 and riscv64 blocked by qt5-qtwebengine
arch
=
"all !armhf !ppc64le !s390x !mips64 !riscv64 !aarch64"
license
=
"GPL-2.0-or-later"
depends
=
"qt5-qtgraphicaleffects qt5-qtquickcontrols qt5-qtsvg qt5-qtwayland"
makedepends
=
"cmake qt5-qtdeclarative-dev qt5-qtquickcontrols2-dev qt5-qtbase-mysql
...
...
@@ -19,27 +20,22 @@ source="https://gitlab.com/ColinDuquesnoy/MellowPlayer/-/archive/$pkgver/MellowP
builddir
=
"
$srcdir
/MellowPlayer-
$pkgver
"
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
CMAKE_CROSSOPTS
=
"-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake
-B
build
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_CXX_FLAGS
=
"
$CXXFLAGS
"
\
-DCMAKE_C_FLAGS
=
"
$CFLAGS
"
\
-DBUILD_TESTS
=
ON
\
$CMAKE_CROSSOPTS
make
-C
build
-DBUILD_TESTS
=
ON
cmake
--build
build
}
check
()
{
CTEST_OUTPUT_ON_FAILURE
=
TRUE xvfb-run make
-C
build
test
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE xvfb-run ctest
}
package
()
{
make
-C
build
DESTDIR
=
"
$pkgdir
"
install
DESTDIR
=
"
$pkgdir
"
cmake
--
install
build
}
sha512sums
=
"d8779d4fa09e053a06c500586fbdbf7a869c2a89f06b181971e7a14b96ccef948761b5e9094333ebc9de241aac2ce065da94dd89b508ba62d4ffc23699e1228b MellowPlayer-3.6.8.tar.gz"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment