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
cf28d745
Commit
cf28d745
authored
4 years ago
by
Bart Ribbers
Committed by
Natanael Copa
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/phonon-backend-gstreamer: rebuild against qt5-qtbase with OpenGLES and modernize
parent
1ee48c97
No related branches found
No related tags found
1 merge request
!7314
community/qt5-qtbase: use OpenGLES on ARM again
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/phonon-backend-gstreamer/APKBUILD
+4
-12
4 additions, 12 deletions
community/phonon-backend-gstreamer/APKBUILD
with
4 additions
and
12 deletions
community/phonon-backend-gstreamer/APKBUILD
+
4
−
12
View file @
cf28d745
...
...
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
phonon-backend-gstreamer
pkgver
=
4.10.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Phonon gstreamer backend for Qt5"
url
=
"https://userbase.kde.org/Phonon"
arch
=
"all !armhf"
# armhf blocked by extra-cmake-modules
...
...
@@ -13,25 +13,17 @@ subpackages="$pkgname-lang"
source
=
"https://download.kde.org/stable/phonon/phonon-backend-gstreamer/
$pkgver
/phonon-backend-gstreamer-
$pkgver
.tar.xz"
options
=
"!check"
# No tests available
prepare
()
{
default_prepare
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
/build
cmake
"
$builddir
"
\
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DPHONON_BUILD_PHONON4QT5
=
ON
make
make
-C
build
}
package
()
{
cd
"
$builddir
"
/build
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
sha512sums
=
"3beaba9ea3a332a6908ebdaa966958e8e8056d79cfb210e82a8edaf08f0a8bacbf8094e91b1b1b936406aa634dabb962e6c1468e4dde3febd9efac1a63ea70a4 phonon-backend-gstreamer-4.10.0.tar.xz"
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