Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
651
Issues
651
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
b857960e
Commit
b857960e
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/sdl: upgrade to 1.2.14
parent
4fe4aec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
x11/sdl/APKBUILD
x11/sdl/APKBUILD
+9
-6
No files found.
x11/sdl/APKBUILD
View file @
b857960e
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
sdl
pkgver
=
1.2.1
3
pkgrel
=
2
pkgver
=
1.2.1
4
pkgrel
=
0
pkgdesc
=
"A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
url
=
"http://www.libsdl.org"
license
=
"LGPL"
...
...
@@ -12,8 +12,7 @@ makedepends="libxext-dev libxrender-dev libx11-dev libice-dev libsm-dev
libxrandr-dev mesa-dev alsa-lib-dev libiconv-dev"
source
=
"http://www.libsdl.org/release/SDL-
$pkgver
.tar.gz"
build
()
{
build
()
{
cd
"
$srcdir
"
/SDL-
$pkgver
./configure
--prefix
=
/usr
\
--disable-nasm
\
...
...
@@ -22,8 +21,12 @@ build ()
--with-x
\
--disable-rpath
\
--disable-nls
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/SDL-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"
c6660feea2a6834de10bc71b2f8e4d88 SDL-1.2.13
.tar.gz"
md5sums
=
"
e52086d1b508fa0b76c52ee30b55bec4 SDL-1.2.14
.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment