Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Samoraj
Adélie Package Tree
Commits
10fe3953
Verified
Commit
10fe3953
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
experimental/xf86-video-omap: new package (requires libdrm with +omap)
parent
de2a0e85
Branches
emulators
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
experimental/xf86-video-omap/APKBUILD
+35
-0
35 additions, 0 deletions
experimental/xf86-video-omap/APKBUILD
with
35 additions
and
0 deletions
experimental/xf86-video-omap/APKBUILD
0 → 100644
+
35
−
0
View file @
10fe3953
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
xf86-video-omap
pkgver
=
0.4.5
pkgrel
=
0
pkgdesc
=
"X.Org driver for OMAP video processors"
url
=
"https://www.X.Org/"
# Only for ARM.
arch
=
"aarch64 aarch64_be arm armel armhf armv7"
license
=
"X11"
depends
=
""
makedepends
=
"libdrm-dev util-macros xorg-server-dev xorgproto-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://www.X.Org/releases/individual/driver/xf86-video-omap-
$pkgver
.tar.bz2"
build
()
{
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--localstatedir
=
/var
make
}
check
()
{
make check
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"c8a21bf00d9ead73b5f66310f802d6071454132b69e20230d3b95635d8fb8351febf5c881640907eb36dd7aeec2d0823e45fb9955b1a9a32e3838ee717964ca2 xf86-video-omap-0.4.5.tar.bz2"
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