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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
3b2b92fa
Verified
Commit
3b2b92fa
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/libwebp: bump to 1.0.3
parent
2939559a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
user/libwebp/APKBUILD
+4
-7
4 additions, 7 deletions
user/libwebp/APKBUILD
with
4 additions
and
7 deletions
user/libwebp/APKBUILD
+
4
−
7
View file @
3b2b92fa
# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
# Maintainer:
pkgname
=
libwebp
pkgver
=
1.0.
2
pkgver
=
1.0.
3
pkgrel
=
0
pkgdesc
=
"Libraries for working with WebP images"
url
=
"https://developers.google.com/speed/webp/"
arch
=
"all"
license
=
"BSD"
license
=
"BSD
-3-Clause
"
makedepends
=
"libpng-dev libjpeg-turbo-dev tiff-dev giflib-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc
$pkgname
-tools"
source
=
"https://downloads.webmproject.org/releases/webp/libwebp-
$pkgver
.tar.gz"
source
=
"https://
storage.googleapis.com/
downloads.webmproject.org/releases/webp/libwebp-
$pkgver
.tar.gz"
build
()
{
cd
"
$builddir
"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -25,12 +24,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
mkdir
-p
"
$pkgdir
"
/usr/share/doc/
$pkgname
install
-Dm644
PATENTS README
"
$pkgdir
"
/usr/share/doc/
$pkgname
...
...
@@ -42,4 +39,4 @@ tools() {
mv
"
$pkgdir
"
/usr/bin
"
$subpkgdir
"
/usr/
}
sha512sums
=
"
e095b8fdf0096395daf12892b3b74c472868e727f23640ba7aa5922a5a028b778a6a60d8a94f696f6c0ca49577dfc9a0b599ecb74ad831ade48c6db812b71d2e
libwebp-1.0.
2
.tar.gz"
sha512sums
=
"
3ccdc62e5906f8de791053560e932b39df3cfdd7793617bd4562b7d95e2f6feac1535bc035e1b02591cab14b117ab15e51af6f9e4e3af1df0869c63945ec86b9
libwebp-1.0.
3
.tar.gz"
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