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
Compare
master
version 24
bf32b60c
4 years ago
version 23
bf32b60c
4 years ago
version 22
bc4d7ffc
4 years ago
version 21
bc4d7ffc
4 years ago
version 20
8fb0a3cc
4 years ago
version 19
32b4c5f8
4 years ago
version 18
736d63d7
4 years ago
version 17
c8daf45a
4 years ago
version 16
9137e5be
4 years ago
version 15
2e80257f
4 years ago
version 14
ac6a1a0c
4 years ago
version 13
533935e2
4 years ago
version 12
2a419b79
4 years ago
version 11
91308c9d
4 years ago
version 10
81570597
4 years ago
version 9
42330db5
4 years ago
version 8
2c60273d
4 years ago
version 7
bbc592d8
4 years ago
version 6
35b48b74
4 years ago
version 5
b9c377ba
4 years ago
version 4
6926ea01
4 years ago
version 3
ad980fa0
4 years ago
version 2
c1a496a7
4 years ago
version 1
fc543509
4 years ago
master (base)
and
latest version
latest version
bf32b60c
1 commit,
4 years ago
version 24
bf32b60c
1 commit,
4 years ago
version 23
bf32b60c
1 commit,
4 years ago
version 22
bc4d7ffc
1 commit,
4 years ago
version 21
bc4d7ffc
1 commit,
4 years ago
version 20
8fb0a3cc
2 commits,
4 years ago
version 19
32b4c5f8
1 commit,
4 years ago
version 18
736d63d7
1 commit,
4 years ago
version 17
c8daf45a
2 commits,
4 years ago
version 16
9137e5be
1 commit,
4 years ago
version 15
2e80257f
2 commits,
4 years ago
version 14
ac6a1a0c
1 commit,
4 years ago
version 13
533935e2
2 commits,
4 years ago
version 12
2a419b79
1 commit,
4 years ago
version 11
91308c9d
2 commits,
4 years ago
version 10
81570597
1 commit,
4 years ago
version 9
42330db5
2 commits,
4 years ago
version 8
2c60273d
1 commit,
4 years ago
version 7
bbc592d8
3 commits,
4 years ago
version 6
35b48b74
2 commits,
4 years ago
version 5
b9c377ba
1 commit,
4 years ago
version 4
6926ea01
2 commits,
4 years ago
version 3
ad980fa0
1 commit,
4 years ago
version 2
c1a496a7
2 commits,
4 years ago
version 1
fc543509
1 commit,
4 years ago
1 file
+
38
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
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