exiv2: Updated from 0.12 to 0.15
This commit is contained in:
parent
696206be91
commit
7a6cf9e27f
@ -1,7 +1,6 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/exiv2
|
||||
-rwxr-xr-x root/root usr/bin/exiv2-config
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/exiv2/
|
||||
-rw-r--r-- root/root usr/include/exiv2/basicio.hpp
|
||||
@ -11,7 +10,6 @@ drwxr-xr-x root/root usr/include/exiv2/
|
||||
-rw-r--r-- root/root usr/include/exiv2/datasets.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/error.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/exif.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/exiv2_version.h
|
||||
-rw-r--r-- root/root usr/include/exiv2/exv_conf.h
|
||||
-rw-r--r-- root/root usr/include/exiv2/exv_msvc.h
|
||||
-rw-r--r-- root/root usr/include/exiv2/fujimn.hpp
|
||||
@ -31,6 +29,7 @@ drwxr-xr-x root/root usr/include/exiv2/
|
||||
-rw-r--r-- root/root usr/include/exiv2/panasonicmn.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/pngchunk.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/pngimage.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/rafimage.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/rcsid.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/sigmamn.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/sonymn.hpp
|
||||
@ -42,11 +41,13 @@ drwxr-xr-x root/root usr/include/exiv2/
|
||||
-rw-r--r-- root/root usr/include/exiv2/tiffvisitor.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/types.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/value.hpp
|
||||
-rw-r--r-- root/root usr/include/exiv2/version.hpp
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libexiv2-0.12.so
|
||||
-rw-r--r-- root/root usr/lib/libexiv2.a
|
||||
-rw-r--r-- root/root usr/lib/libexiv2.la
|
||||
lrwxrwxrwx root/root usr/lib/libexiv2.so -> libexiv2-0.12.so
|
||||
lrwxrwxrwx root/root usr/lib/libexiv2.so -> libexiv2.so.0.1.0
|
||||
lrwxrwxrwx root/root usr/lib/libexiv2.so.0 -> libexiv2.so.0.1.0
|
||||
-rw-r--r-- root/root usr/lib/libexiv2.so.0.1.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/exiv2.pc
|
||||
drwxr-xr-x root/root usr/man/
|
||||
|
@ -1 +1 @@
|
||||
a97a4e489df7ec99458e3e33b506c3e6 exiv2-0.12.tar.gz
|
||||
bb18d19e1d6fb255dadda456cadec00e exiv2-0.15.tar.gz
|
||||
|
@ -4,13 +4,13 @@
|
||||
# Depends on:
|
||||
|
||||
name=exiv2
|
||||
version=0.12
|
||||
version=0.15
|
||||
release=1
|
||||
source=(http://www.exiv2.org/exiv2-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --disable-nls
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
mv $PKG/usr/share/man $PKG/usr
|
||||
|
Loading…
x
Reference in New Issue
Block a user