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
Merge requests
!14525
testing/xf86-video-omap: new aport
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/xf86-video-omap: new aport
durrendal/aports:master
into
master
Overview
5
Commits
1
Pipelines
25
Changes
1
Merged
Will Sinatra
requested to merge
durrendal/aports:master
into
master
4 years ago
Overview
5
Commits
1
Pipelines
25
Changes
1
Expand
0
0
Merge request reports
Viewing commit
bf32b60c
Show latest version
1 file
+
38
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bf32b60c
testing/xf86-video-omap: new aport
· bf32b60c
Will Sinatra
authored
4 years ago
testing/xf86-video-omap/APKBUILD
0 → 100644
+
38
−
0
Options
# Contributor: Will Sinatra <wpsinatra@gmail.com>
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
pkgname
=
xf86-video-omap
pkgver
=
0.4.5
pkgrel
=
0
pkgdesc
=
"OMAP3+ framebuffer driver for X"
url
=
"http://cgit.freedesktop.org/xorg/driver/xf86-video-omap/"
license
=
"GPL-2.0-only"
arch
=
"armv7"
makedepends
=
"xorg-server-dev libxi-dev util-macros xorgproto libdrm-dev m4
autoconf automake libtool libc-dev libudev-zero-dev"
source
=
"https://www.x.org/releases/individual/driver/xf86-video-omap-
$pkgver
.tar.gz"
options
=
"!check"
#no check
subpackages
=
"
$pkgname
-doc"
prepare
()
{
default_prepare
export
CFLAGS
=
"
$CFLAGS
-fno-plt -Wno-error"
export
CXXFAGS
=
"
$CXXFLAGS
-fno-plt"
export
LDFLAGS
=
"
$LDFLAGS
-W"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
}
build
()
{
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/xf86-video-omap/COPYING
}
sha512sums
=
"8bf71cde245d573176c9ea989c2eef4a3caa8b84fd7938a4ff112064db27a114d41554952f1b11756b4ce6201492845073b67044a316bb07b2999b4ecf6ea000 xf86-video-omap-0.4.5.tar.gz"
Loading