diff --git a/desktop/kde/plasma/kfilemetadata/pspec.xml b/desktop/kde/plasma/kfilemetadata/pspec.xml index a12966a545..2186e4a574 100755 --- a/desktop/kde/plasma/kfilemetadata/pspec.xml +++ b/desktop/kde/plasma/kfilemetadata/pspec.xml @@ -15,12 +15,13 @@ KDE library for extracting meta data from files. http://download.kde.org/stable/plasma/5.3.2/kfilemetadata-5.9.2.tar.xz - qt5-base-devel - ebook-tools + qt5-base-devel + attr-devel + ebook-tools-devel exiv2-devel ffmpeg-devel - taglib-devel - poppler-qt5 + taglib-devel + poppler-qt5-devel karchive-devel ki18n-devel extra-cmake-modules @@ -55,8 +56,15 @@ kfilemetadata-devel Development files for kfilemetadata - qt5-base-devel kfilemetadata + qt5-base-devel + ebook-tools-devel + exiv2-devel + taglib-devel + ffmpeg-devel + poppler-qt5-devel + karchive-devel + ki18n-devel /usr/include diff --git a/multimedia/misc/taglib/pspec.xml b/multimedia/misc/taglib/pspec.xml index d76da93822..18f121d73b 100644 --- a/multimedia/misc/taglib/pspec.xml +++ b/multimedia/misc/taglib/pspec.xml @@ -12,11 +12,19 @@ library A library for reading and editing audio meta data TagLib is a library for reading and editing the meta data of several popular audio formats. - http://taglib.github.io/releases/taglib-1.9.1.tar.gz + http://taglib.github.io/releases/taglib-1.9.1.tar.gz + + cmake + zlib-devel + taglib + + zlib + libgcc + /usr/lib /usr/bin diff --git a/office/misc/ebook-tools/pspec.xml b/office/misc/ebook-tools/pspec.xml index d07d552c22..983390407c 100644 --- a/office/misc/ebook-tools/pspec.xml +++ b/office/misc/ebook-tools/pspec.xml @@ -16,7 +16,9 @@ mirrors://sourceforge/project/ebook-tools/ebook-tools/0.2.2/ebook-tools-0.2.2.tar.gz libzip-devel + libxml2-devel doxygen + cmake ebook-tools-0.2.1-libzip_pkgconfig.patch @@ -27,6 +29,7 @@ ebook-tools libzip + libxml2 /usr/bin @@ -39,6 +42,7 @@ ebook-tools-devel Development files for ebook-tools + libxml2-devel ebook-tools diff --git a/util/archive/component.xml b/util/archive/component.xml new file mode 100644 index 0000000000..86dffe43c9 --- /dev/null +++ b/util/archive/component.xml @@ -0,0 +1,3 @@ + + util.archive + diff --git a/util/archive/libzip/actions.py b/util/archive/libzip/actions.py new file mode 100644 index 0000000000..51b2888aa7 --- /dev/null +++ b/util/archive/libzip/actions.py @@ -0,0 +1,29 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + # fix test return state + #pisitools.dosed("regress/open_nonarchive.test", "19/2", "19/0") + autotools.autoreconf("-fi") + autotools.configure() + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS","NEWS","README") + + # preserve old header path for compatibility + pisitools.dosym("/usr/lib/libzip/include/zipconf.h", "/usr/include/zipconf.h") diff --git a/util/archive/libzip/pspec.xml b/util/archive/libzip/pspec.xml new file mode 100644 index 0000000000..4faf69266c --- /dev/null +++ b/util/archive/libzip/pspec.xml @@ -0,0 +1,85 @@ + + + + + libzip + http://www.nih.at/libzip/ + + PisiLinux Community + admins@pisilinux.org + + BSD + library + A C library for reading, creating, and modifying zip archives + libzip is a C library for reading, creating and modifying zip archives. Files can be added from data buffers, files or compressed data copied directly from other zip archives. + http://www.nih.at/libzip/libzip-1.0.1.tar.gz + + zlib-devel + + + + + libzip + + zlib + + + /usr/bin + /usr/lib + /usr/share/man + /usr/share/doc + + + + + libzip-devel + Development files for libzip + + zlib-devel + libzip + + + /usr/include + /usr/lib/pkgconfig + /usr/share/man/man3 + + + + + + 2015-07-28 + 1.0.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2014-05-25 + 0.11.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-04 + 0.11.2 + preserve old header path for compatibility. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-01 + 0.11.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-11-09 + 0.10.1 + First release + Marcin Bojara + marcin@pisilinux.org + + + diff --git a/util/archive/libzip/translations.xml b/util/archive/libzip/translations.xml new file mode 100644 index 0000000000..d02092d11a --- /dev/null +++ b/util/archive/libzip/translations.xml @@ -0,0 +1,13 @@ + + + + libzip + Zip arşivleri yaratmak, okumak ve değiştirmek için C kitaplığı + libzip, zip arşivleri yaratma, okumak ve değiştirmek için kullanılabilecek bir C kitaplığıdır. + + + + libzip-devel + libzip için geliştirme dosyaları + +