Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
b9913739
Commit
b9913739
authored
Aug 26, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuild Devil against latest Allegro.
parent
d801f735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
19 deletions
+27
-19
devil/PKGBUILD
devil/PKGBUILD
+27
-19
No files found.
devil/PKGBUILD
View file @
b9913739
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
# include global config
source
../_buildscripts/
${
current_repo
}
-
${
_arch
}
-cfg
.conf
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
# Contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
pkgname
=
devil
pkgver
=
1.7.8
pkgrel
=
5
pkgdesc
=
"Library for reading several different image formats"
pkgrel
=
6
pkgdesc
=
"Library for reading several different image formats
.
"
arch
=(
'i686'
'x86_64'
)
url
=
"http://openil.sourceforge.net/"
depends
=(
'allegro>=4.4.0.1'
'sdl'
'libpng>=1.4.0'
'libmng>=1.0.10-3'
'freeglut'
'jasper>=1.900.1-4'
'lcms>=1.18-3'
'openexr'
)
depends
=(
'allegro>=4.4.0.1'
'freeglut'
'jasper>=1.900.1-4'
'lcms>=1.18-3'
'libmng>=1.0.10-3'
'libpng>=1.4.0'
'openexr'
'sdl'
)
makedepends
=(
'bash'
)
options
=(
'!libtool'
'!docs'
)
license
=(
'GPL'
)
source
=(
http://downloads.sourceforge.net/openil/DevIL-
$pkgver
.tar.gz libpng14.patch
)
license
=(
'GPL3'
)
source
=(
http://downloads.sourceforge.net/openil/DevIL-
$pkgver
.tar.gz
libpng14.patch
)
md5sums
=(
'7918f215524589435e5ec2e8736d5e1d'
'0f839ccefd43b0ee8b4b3f99806147fc'
)
build
()
{
cd
$srcdir
/devil-
$pkgver
cd
$srcdir
/
$pkgname
-
$pkgver
# PNG patch.
patch
-Np1
-i
$srcdir
/libpng14.patch
patch
-Np1
-i
$srcdir
/libpng14.patch
||
return
1
# configure and build
./configure
--prefix
=
/usr
--enable-ILU
--enable-ILUT
--enable-opengl
--enable-sdl
make
||
return
1
make
prefix
=
$pkgdir
/usr
install
# Configure and build.
./configure
\
--enable-ILU
\
--enable-ILUT
\
--enable-opengl
\
--enable-sdl
\
--prefix
=
/usr
make
}
package
()
{
cd
$srcdir
/
$pkgname
-
$pkgver
make
prefix
=
$pkgdir
/usr
install
}
md5sums
=(
'7918f215524589435e5ec2e8736d5e1d'
'0f839ccefd43b0ee8b4b3f99806147fc'
)
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