]> git.pld-linux.org Git - packages/evas-loaders-generic.git/commitdiff
- updated to 1.8.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Dec 2013 20:19:19 +0000 (21:19 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 7 Dec 2013 20:19:19 +0000 (21:19 +0100)
evas-loaders-generic.spec

index 5df412678fcaa45964301c7be00104387e0a5afd..70c7ea1527ef028487b00c56a20ba87522145281 100644 (file)
@@ -1,19 +1,19 @@
 Summary:       Generic loaders for Evas library
 Summary(pl.UTF-8):     Ogólne programy wczytujące dla biblioteki Evas
 Name:          evas-loaders-generic
-Version:       1.7.9
+Version:       1.8.0
 Release:       1
 License:       GPL v2
 Group:         Libraries
-Source0:       http://download.enlightenment.org/releases/evas_generic_loaders-%{version}.tar.bz2
-# Source0-md5: 90cd3591526b24320531bb2fcf985a67
+Source0:       http://download.enlightenment.org/rel/libs/evas_generic_loaders/evas_generic_loaders-%{version}.tar.bz2
+# Source0-md5: 9b5f2d4f76098c1a23163c6e2e0e3b30
 URL:           http://trac.enlightenment.org/e/wiki/Evas
 BuildRequires: cairo-devel >= 1.0.0
 BuildRequires: eina-devel >= 1.7.9
 BuildRequires: gstreamer0.10-devel >= 0.10.13
 BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.13
 BuildRequires: libraw-devel
-BuildRequires: librsvg-devel >= 2.14.0
+BuildRequires: librsvg-devel >= 2.36.0
 BuildRequires: libspectre-devel
 BuildRequires: pkgconfig
 BuildRequires: poppler-devel >= 0.20
@@ -22,7 +22,7 @@ Requires:     cairo >= 1.0.0
 Requires:      eina >= 1.7.9
 Requires:      gstreamer0.10 >= 0.10.13
 Requires:      gstreamer0.10-plugins-base >= 0.10.13
-Requires:      librsvg >= 2.14.0
+Requires:      librsvg >= 2.36.0
 Requires:      poppler >= 0.20
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -36,12 +36,13 @@ completely generic execution system that allows anything to be plugged
 in as a loader.
 
 This package contains the following loaders:
-- GST for multimedia files, using GStreamer
+- XCF
 - PDF, using poppler
 - PS for PhostScript files, using libspectre
 - RAW for raw photos, using libraw
 - SVG for SVG graphics, using librsvg
-- XCF
+- MPG/AVI/OGV/MOV/MKV/WMV... for multimedia files, using GStreamer
+- PPT/PPTX/DOC/DOCX/XLS... using libreoffice binaries and PDF loader
 
 %description -l pl.UTF-8
 Ten pakiet zawiera dodatkowe "ogólne" moduły wczytujące dla biblioteki
@@ -54,12 +55,15 @@ ogólny mechanizm uruchamiania, pozwalający na podłączenie wszystkiego
 jako programu wczytującego.
 
 Ten pakiet zawiera następujące moduły wczytujące:
-- GST do plików multimedialnych, wykorzystujący GStreamera
+- XCF
 - PDF wykorzystujący popplera
 - PS do plików PostScriptowych, wykorzystujący libspectre
 - RAW do zdjęć w formacie surowym, wykorzystujący libraw
 - SVG do rysunków SVG, wykorzystujący librsvg
-- XCF
+- MPG/AVI/OGV/MOV/MKV/WMV... dla plików multimedialnych,
+  wykorzystujący GStreamera
+- PPT/PPTX/DOC/DOCX/XLS... wykorzystujący programy libreoffice oraz
+  moduł PDF
 
 %prep
 %setup -q -n evas_generic_loaders-%{version}
@@ -83,3 +87,4 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README TODO
 %dir %{_libdir}/evas/utils
 %attr(755,root,root) %{_libdir}/evas/utils/evas_image_loader.*
+%attr(755,root,root) %{_libdir}/evas/utils/evas_generic_pdf_loader.*
This page took 0.090319 seconds and 4 git commands to generate.