1
0
forked from ports/opt

gexiv2: initial import, thx teatime

This commit is contained in:
Thomas Penteker 2018-09-09 02:07:22 +02:00
parent 05e3693dc5
commit 0c1d0c8a9b
3 changed files with 72 additions and 0 deletions

48
gexiv2/.footprint Normal file

@ -0,0 +1,48 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gexiv2/
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-enums.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-log.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-managed-stream.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-metadata.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-preview-image.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-preview-properties.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-startup.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2-version.h
-rw-r--r-- root/root usr/include/gexiv2/gexiv2.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/girepository-1.0/
-rw-r--r-- root/root usr/lib/girepository-1.0/GExiv2-0.10.typelib
-rwxr-xr-x root/root usr/lib/libgexiv2.la
lrwxrwxrwx root/root usr/lib/libgexiv2.so -> libgexiv2.so.2.0.0
lrwxrwxrwx root/root usr/lib/libgexiv2.so.2 -> libgexiv2.so.2.0.0
-rwxr-xr-x root/root usr/lib/libgexiv2.so.2.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gexiv2.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/GExiv2-0.10.gir
drwxr-xr-x root/root usr/share/gtk-doc/
drwxr-xr-x root/root usr/share/gtk-doc/html/
drwxr-xr-x root/root usr/share/gtk-doc/html/gexiv2/
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/GExiv2Metadata.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/GExiv2PreviewImage.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/GExiv2PreviewProperties.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/annotation-glossary.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/api-index-0-10-6.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/api-index-full.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/ch01.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/deprecated-api-index.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/gexiv2-Library-initialisation.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/gexiv2-Logging-functionality.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/gexiv2-gexiv2-version.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/gexiv2.devhelp2
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/home.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/index.html
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/left-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/left.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/right-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/right.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/style.css
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/up-insensitive.png
-rw-r--r-- root/root usr/share/gtk-doc/html/gexiv2/up.png

5
gexiv2/.signature Normal file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SkL19vQu8kk4DqLVuh+yyO9XBy6P15EDFTsQAdSWJtWw0rzQodGz7x2gkhT3wBsempGnexFfXC7qCFjTSQ/jAE=
SHA256 (Pkgfile) = 7341320b121ec4c1fe91c9d570729fb2876b0180474e5157a4450a9bdf51b727
SHA256 (.footprint) = f377ccf240c229f3064ccd1c6110f82de6242b560f6da7505c6cd555aac3ec53
SHA256 (gexiv2-0.10.8.tar.xz) = 81c528fd1e5e03577acd80fb77798223945f043fd1d4e06920c71202eea90801

19
gexiv2/Pkgfile Normal file

@ -0,0 +1,19 @@
# Description: GObject wrapper around the Exiv2 photo metadata library
# URL: https://wiki.gnome.org/Projects/gexiv2
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: #teatime (irc.kyber.io), teatime at kyber dot io
# Depends on: exiv2
name=gexiv2
version=0.10.8
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr --disable-docs --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}