diff options
author | François Andriot <albator78@libertysurf.fr> | 2017-01-20 21:50:51 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2017-01-20 21:50:51 +0100 |
commit | a37c6a72787074d38c6f4de141e409ab64da252a (patch) | |
tree | c56ab9957050240a6ec950195aeacd6b6a3d5945 /redhat | |
parent | a35b796a9dc5a30c7b5079df91a7b25f644bd5ed (diff) | |
download | tde-packaging-a37c6a72787074d38c6f4de141e409ab64da252a.tar.gz tde-packaging-a37c6a72787074d38c6f4de141e409ab64da252a.zip |
RPM packaging: update kipi-plugins
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/libraries/kipi-plugins/kipi-plugins.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/redhat/libraries/kipi-plugins/kipi-plugins.spec b/redhat/libraries/kipi-plugins/kipi-plugins.spec index 38b0fb6fa..7ced29514 100644 --- a/redhat/libraries/kipi-plugins/kipi-plugins.spec +++ b/redhat/libraries/kipi-plugins/kipi-plugins.spec @@ -100,9 +100,9 @@ BuildRequires: libgpod-devel >= 0.4.2 # LCMS support %if 0%{?suse_version} -#BuildRequires: liblcms-devel +BuildRequires: liblcms-devel %else -#BuildRequires: lcms-devel +BuildRequires: lcms-devel %endif # GPHOTO2 support @@ -161,7 +161,9 @@ HTMLGallery: Export images to HTML SimpleviewerExport: Export images in a nice flash movie GPSSync: Geolocalize pictures MetadataEdit: Edit EXIF and IPTC pictures metadata +%if 0%{?with_gpod} IpodExport: Export images to an ipod device +%endif PicasaWebExport: Export pictures to Picasa web service ########## @@ -238,8 +240,10 @@ export PATH="%{tde_bindir}:${PATH}" %{tde_tdelibdir}/kipiplugin_gpssync.so %{tde_tdelibdir}/kipiplugin_htmlexport.la %{tde_tdelibdir}/kipiplugin_htmlexport.so +%if 0%{?with_gpod} %{tde_tdelibdir}/kipiplugin_ipodexport.la %{tde_tdelibdir}/kipiplugin_ipodexport.so +%endif %{tde_tdelibdir}/kipiplugin_jpeglossless.la %{tde_tdelibdir}/kipiplugin_jpeglossless.so %{tde_tdelibdir}/kipiplugin_kameraklient.la @@ -288,7 +292,9 @@ export PATH="%{tde_bindir}:${PATH}" %{tde_datadir}/services/kipiplugin_galleryexport.desktop %{tde_datadir}/services/kipiplugin_gpssync.desktop %{tde_datadir}/services/kipiplugin_htmlexport.desktop +%if 0%{?with_gpod} %{tde_datadir}/services/kipiplugin_ipodexport.desktop +%endif %{tde_datadir}/services/kipiplugin_jpeglossless.desktop %{tde_datadir}/services/kipiplugin_kameraklient.desktop %{tde_datadir}/services/kipiplugin_metadataedit.desktop |