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
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
212
Merge Requests
212
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
58729186
Commit
58729186
authored
May 09, 2019
by
Leo
Committed by
Francesco Colista
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/libiptcdata: upgrade to 1.0.5
parent
72ae5abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
32 deletions
+11
-32
main/libiptcdata/APKBUILD
main/libiptcdata/APKBUILD
+11
-32
No files found.
main/libiptcdata/APKBUILD
View file @
58729186
# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
libiptcdata
pkgver
=
1.0.4
pkgrel
=
2
pkgver
=
1.0.5
_relver
=
1_0_5
pkgrel
=
0
pkgdesc
=
"libiptcdata is a C library for manipulating IPTC metadata within multimedia"
url
=
"http
://libiptcdata.sourceforge.net/
"
url
=
"http
s://github.com/ianw/libiptcdata
"
arch
=
"all"
license
=
"LGPL"
depends
=
""
depends_dev
=
""
makedepends
=
""
install
=
""
license
=
"LGPL-2.0-or-later"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://downloads.sourceforge.net/project/
${
pkgname
}
/
${
pkgname
}
/
${
pkgver
}
/
${
pkgname
}
-
${
pkgver
}
.tar.gz"
_builddir
=
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
prepare
()
{
local
i
cd
"
$_builddir
"
update_config_sub
||
return
1
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
source
=
"https://github.com/ianw/
$pkgname
/releases/download/release_
$_relver
/
$pkgname
-
$pkgver
.tar.gz"
build
()
{
cd
"
$_builddir
"
./configure
\
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
\
||
return
1
make
||
return
1
--prefix
=
/usr
make
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
/"
install
make
DESTDIR
=
"
$pkgdir
/"
install
}
md5sums
=
"af886556ecb129b694f2d365d03d95a8 libiptcdata-1.0.4.tar.gz"
sha256sums
=
"79f63b8ce71ee45cefd34efbb66e39a22101443f4060809b8fc29c5eebdcee0e libiptcdata-1.0.4.tar.gz"
sha512sums
=
"8656b2febaec133d1a8783252047672bebd58ae9ceab5477c4acfa35bcc381dfda08b655a957b962878af28c69deff77d920e780c84b4debdff2f980b3de94e8 libiptcdata-1.0.4.tar.gz"
sha512sums
=
"64ef44b1e639890004f31d5d42844ba25ed558f0a118f1dad9bc3f4dcad2457e51b825a13df849659b0e15afc78f528f330b03be94cdf156bd95b62dc419494a libiptcdata-1.0.5.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