Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
635
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
b4da9646
Commit
b4da9646
authored
5 years ago
by
Leo
Committed by
Kevin Daudt
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/libpciaccess: upgrade to 0.16
Closes GH-9525
parent
22a7b7c0
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/libpciaccess/APKBUILD
+2
-4
2 additions, 4 deletions
main/libpciaccess/APKBUILD
main/libpciaccess/fix-arm.patch
+0
-11
0 additions, 11 deletions
main/libpciaccess/fix-arm.patch
with
2 additions
and
15 deletions
main/libpciaccess/APKBUILD
+
2
−
4
View file @
b4da9646
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libpciaccess
pkgver
=
0.1
5
pkgver
=
0.1
6
pkgrel
=
0
pkgdesc
=
"X11 PCI access library"
url
=
"http://xorg.freedesktop.org/"
...
...
@@ -10,7 +10,6 @@ options="!check" # No test suite.
makedepends
=
"util-macros"
subpackages
=
"
$pkgname
-static
$pkgname
-dev
$pkgname
-doc"
source
=
"https://www.x.org/releases/individual/lib/
$pkgname
-
$pkgver
.tar.bz2
fix-arm.patch
limits_h.patch"
build
()
{
...
...
@@ -28,6 +27,5 @@ package() {
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
sha512sums
=
"c34abc438c549db22d27d71d63e13f93cb547eaea238ff2d193627b83a5877e2b34f6fcf4cdaf9b4f0c6b78206447fd9a578454783cfb4e9010e8de20de1364e libpciaccess-0.15.tar.bz2
a6c95f42c926ffcd62014cf619c6aacf8db3b1862fa87c8eae9c3e64f31fcaddb682d34c767756bede5d2949a7285a415ca1d14249713bc12514c8e40f9d989f fix-arm.patch
sha512sums
=
"2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1 libpciaccess-0.16.tar.bz2
331a498059d8b2bfd0a7da0ced3616266ebc129b785090ef1dc19cd645b013428c60d5678fc080bd15ecaf7598ec8b1084509d6bea5d563101169a449b6fe75b limits_h.patch"
This diff is collapsed.
Click to expand it.
main/libpciaccess/fix-arm.patch
deleted
100644 → 0
+
0
−
11
View file @
22a7b7c0
--- libpciaccess-0.13.2.orig/src/linux_sysfs.c
+++ libpciaccess-0.13.2/src/linux_sysfs.c
@@ -46,7 +46,7 @@
#include <errno.h>
#include <limits.h>
-#if defined(__i386__) || defined(__x86_64__) || defined(__arm__)
+#if defined(__i386__) || defined(__x86_64__)
#include <sys/io.h>
#else
#define inb(x) -1
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