RHEL/Fedora: more updates ...
parent
7c0c3139aa
commit
9dbef32640
@ -0,0 +1,305 @@
|
||||
# Default version for this component
|
||||
%define kdecomp digikam
|
||||
|
||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||
%if "%{?tde_prefix}" != "/usr"
|
||||
%define _variant .opt
|
||||
%endif
|
||||
|
||||
# TDE 3.5.13 specific building variables
|
||||
%define tde_bindir %{tde_prefix}/bin
|
||||
%define tde_datadir %{tde_prefix}/share
|
||||
%define tde_docdir %{tde_datadir}/doc
|
||||
%define tde_includedir %{tde_prefix}/include
|
||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
||||
%define tde_mandir %{tde_datadir}/man
|
||||
|
||||
%define tde_tdeappdir %{tde_datadir}/applications/kde
|
||||
%define tde_tdedocdir %{tde_docdir}/kde
|
||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
||||
|
||||
%define _docdir %{tde_docdir}
|
||||
|
||||
|
||||
Name: trinity-%{kdecomp}
|
||||
Summary: digital photo management application for KDE [Trinity]
|
||||
Version: 0.9.6
|
||||
Release: 3%{?dist}%{?_variant}
|
||||
|
||||
License: GPLv2+
|
||||
Group: Applications/Utilities
|
||||
|
||||
Vendor: Trinity Project
|
||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||
URL: http://www.trinitydesktop.org/
|
||||
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||
|
||||
# [digikam] Version 3.5.13-sru
|
||||
Patch0: digikam-3.5.13-sru-20120808.patch
|
||||
# [digikam] Fix FTBFS on png >= 0.15 [Commit #18ecd512]
|
||||
Patch9: digikam-3.5.13-fix_ftbfs_png_015.patch
|
||||
|
||||
|
||||
BuildRequires: tqtinterface-devel
|
||||
BuildRequires: trinity-arts-devel
|
||||
BuildRequires: trinity-tdelibs-devel
|
||||
BuildRequires: trinity-tdebase-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: trinity-libkexiv2-devel
|
||||
BuildRequires: trinity-libkdcraw-devel
|
||||
BuildRequires: trinity-libkipi-devel
|
||||
%if 0%{?rhel} == 5 || 0%{?mgaversion} || 0%{?mdkversion}
|
||||
BuildRequires: gphoto2-devel
|
||||
%else
|
||||
BuildRequires: libgphoto2-devel
|
||||
%endif
|
||||
BuildRequires: libtiff-devel
|
||||
BuildRequires: jasper-devel
|
||||
|
||||
%if 0%{?mgaversion} || 0%{?mdkversion}
|
||||
BuildRequires: %{_lib}exiv2-devel
|
||||
%else
|
||||
BuildRequires: exiv2-devel
|
||||
%endif
|
||||
|
||||
Requires: trinity-libkexiv2
|
||||
Requires: trinity-libkdcraw
|
||||
Requires: trinity-libkipi
|
||||
|
||||
%description
|
||||
An easy to use and powerful digital photo management
|
||||
application, which makes importing, organizing and manipulating
|
||||
digital photos a "snap". An interface is provided to connect to
|
||||
your digital camera, preview the images and download and/or
|
||||
delete them.
|
||||
|
||||
The digiKam built-in image editor makes the common photo correction
|
||||
a simple task. The image editor is extensible via plugins and,
|
||||
the digikamimageplugins project has been merged to digiKam core
|
||||
since release 0.9.2, all useful image editor plugins are available
|
||||
in the base installation.
|
||||
|
||||
digiKam can also make use of the KIPI image handling plugins to
|
||||
extend its capabilities even further for photo manipulations,
|
||||
import and export, etc. The kipi-plugins package contains many
|
||||
very useful extentions.
|
||||
|
||||
digiKam is based in part on the work of the Independent JPEG Group.
|
||||
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
%{summary}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n applications/%{kdecomp}
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%patch9 -p1 -b .png015
|
||||
|
||||
|
||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||
%__sed -i admin/acinclude.m4.in \
|
||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
||||
|
||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
||||
%__make -f "admin/Makefile.common"
|
||||
|
||||
|
||||
%build
|
||||
unset QTDIR || : ; source /etc/profile.d/qt.sh
|
||||
export PATH="%{tde_bindir}:${PATH}"
|
||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_tdeincludedir}"
|
||||
|
||||
%configure \
|
||||
--prefix=%{tde_prefix} \
|
||||
--exec-prefix=%{tde_prefix} \
|
||||
--bindir=%{tde_bindir} \
|
||||
--libdir=%{tde_libdir} \
|
||||
--datadir=%{tde_datadir} \
|
||||
--mandir=%{tde_mandir} \
|
||||
--includedir=%{tde_tdeincludedir} \
|
||||
--disable-rpath \
|
||||
--with-extra-includes=%{tde_tdeincludedir}/tqt \
|
||||
--enable-closure
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
export PATH="%{tde_bindir}:${PATH}"
|
||||
%__rm -rf %{buildroot}
|
||||
%__make install DESTDIR=%{buildroot}
|
||||
|
||||
|
||||
%find_lang %{kdecomp}
|
||||
|
||||
|
||||
%clean
|
||||
%__rm -rf %{buildroot}
|
||||
|
||||
|
||||
%post
|
||||
touch --no-create %{tde_datadir}/icons/hicolor || :
|
||||
gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
|
||||
/sbin/ldconfig
|
||||
update-desktop-database %{tde_appdir} 2> /dev/null || :
|
||||
|
||||
%postun
|
||||
touch --no-create %{tde_datadir}/icons/hicolor || :
|
||||
gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
|
||||
/sbin/ldconfig
|
||||
update-desktop-database %{tde_appdir} 2> /dev/null || :
|
||||
|
||||
%post devel
|
||||
/sbin/ldconfig || :
|
||||
|
||||
%postun devel
|
||||
/sbin/ldconfig || :
|
||||
|
||||
|
||||
%files -f %{kdecomp}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING
|
||||
%{tde_bindir}/digikam
|
||||
%{tde_bindir}/digikamthemedesigner
|
||||
%{tde_bindir}/digitaglinktree
|
||||
%{tde_bindir}/showfoto
|
||||
%{tde_libdir}/libdigikam.so.0
|
||||
%{tde_libdir}/libdigikam.so.0.0.0
|
||||
%{tde_tdelibdir}/kio_digikamalbums.la
|
||||
%{tde_tdelibdir}/kio_digikamalbums.so
|
||||
%{tde_tdelibdir}/kio_digikamdates.la
|
||||
%{tde_tdelibdir}/kio_digikamdates.so
|
||||
%{tde_tdelibdir}/kio_digikamsearch.la
|
||||
%{tde_tdelibdir}/kio_digikamsearch.so
|
||||
%{tde_tdelibdir}/kio_digikamtags.la
|
||||
%{tde_tdelibdir}/kio_digikamtags.so
|
||||
%{tde_tdelibdir}/kio_digikamthumbnail.la
|
||||
%{tde_tdelibdir}/kio_digikamthumbnail.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_adjustcurves.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_adjustcurves.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_adjustlevels.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_adjustlevels.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_antivignetting.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_antivignetting.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_blurfx.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_blurfx.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_border.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_border.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_channelmixer.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_channelmixer.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_charcoal.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_charcoal.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_colorfx.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_colorfx.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_core.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_core.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_distortionfx.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_distortionfx.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_emboss.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_emboss.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_filmgrain.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_filmgrain.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_freerotation.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_freerotation.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_hotpixels.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_hotpixels.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_infrared.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_infrared.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_inpainting.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_inpainting.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_inserttext.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_inserttext.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_lensdistortion.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_lensdistortion.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_noisereduction.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_noisereduction.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_oilpaint.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_oilpaint.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_perspective.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_perspective.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_raindrop.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_raindrop.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_restoration.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_restoration.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_sheartool.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_sheartool.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_superimpose.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_superimpose.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_texture.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_texture.so
|
||||
%{tde_tdelibdir}/digikamimageplugin_whitebalance.la
|
||||
%{tde_tdelibdir}/digikamimageplugin_whitebalance.so
|
||||
%{tde_tdeappdir}/digikam.desktop
|
||||
%{tde_tdeappdir}/showfoto.desktop
|
||||
%{tde_datadir}/apps/digikam/
|
||||
%{tde_datadir}/apps/konqueror/servicemenus/digikam-download.desktop
|
||||
%{tde_datadir}/apps/konqueror/servicemenus/digikam-gphoto2-camera.desktop
|
||||
%{tde_datadir}/apps/konqueror/servicemenus/digikam-mount-and-download.desktop
|
||||
%{tde_datadir}/apps/showfoto/
|
||||
%{tde_datadir}/icons/hicolor/*/apps/digikam.png
|
||||
%{tde_datadir}/icons/hicolor/*/apps/showfoto.png
|
||||
%{tde_datadir}/services/digikamalbums.protocol
|
||||
%{tde_datadir}/services/digikamdates.protocol
|
||||
%{tde_datadir}/services/digikamimageplugin_adjustcurves.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_adjustlevels.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_antivignetting.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_blurfx.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_border.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_channelmixer.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_charcoal.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_colorfx.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_core.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_distortionfx.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_emboss.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_filmgrain.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_freerotation.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_hotpixels.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_infrared.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_inpainting.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_inserttext.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_lensdistortion.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_noisereduction.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_oilpaint.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_perspective.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_raindrop.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_restoration.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_sheartool.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_superimpose.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_texture.desktop
|
||||
%{tde_datadir}/services/digikamimageplugin_whitebalance.desktop
|
||||
%{tde_datadir}/services/digikamsearch.protocol
|
||||
%{tde_datadir}/services/digikamtags.protocol
|
||||
%{tde_datadir}/services/digikamthumbnail.protocol
|
||||
%{tde_datadir}/servicetypes/digikamimageplugin.desktop
|
||||
%{tde_mandir}/man*/*
|
||||
%{tde_tdedocdir}/HTML/en/digikam-apidocs/
|
||||
|
||||
|
||||
%files devel
|
||||
%{tde_tdeincludedir}/digikam_export.h
|
||||
%{tde_tdeincludedir}/digikam/
|
||||
%{tde_libdir}/libdigikam.so
|
||||
%{tde_libdir}/libdigikam.la
|
||||
|
||||
|
||||
%Changelog
|
||||
* Wed Aug 08 2012 Francois Andriot <francois.andriot@free.fr> - 0.9.6-3
|
||||
- Switch to v3.5.13-sru branch.
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,228 @@
|
||||
# Default version for this component
|
||||
%define kdecomp kvirc
|
||||
|
||||
# If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt".
|
||||
%if "%{?tde_prefix}" != "/usr"
|
||||
%define _variant .opt
|
||||
%endif
|
||||
|
||||
# TDE 3.5.13 specific building variables
|
||||
%define tde_bindir %{tde_prefix}/bin
|
||||
%define tde_datadir %{tde_prefix}/share
|
||||
%define tde_docdir %{tde_datadir}/doc
|
||||
%define tde_includedir %{tde_prefix}/include
|
||||
%define tde_libdir %{tde_prefix}/%{_lib}
|
||||
%define tde_mandir %{tde_datadir}/man
|
||||
%define tde_appdir %{tde_datadir}/applications
|
||||
|
||||
%define tde_tdeappdir %{tde_appdir}/kde
|
||||
%define tde_tdedocdir %{tde_docdir}/kde
|
||||
%define tde_tdeincludedir %{tde_includedir}/kde
|
||||
%define tde_tdelibdir %{tde_libdir}/trinity
|
||||
|
||||
%define _docdir %{tde_docdir}
|
||||
|
||||
|
||||
Name: trinity-%{kdecomp}
|
||||
Summary: Trinity based next generation IRC client with module support
|
||||
Version: 3.4.0
|
||||
Release: 2%{?dist}%{?_variant}
|
||||
|
||||
License: GPLv2+
|
||||
Group: Applications/Utilities
|
||||
|
||||
Vendor: Trinity Project
|
||||
Packager: Francois Andriot <francois.andriot@free.fr>
|
||||
URL: http://kvirc.net/
|
||||
|
||||
Prefix: %{tde_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: %{kdecomp}-3.5.13.tar.gz
|
||||
|
||||
# [kvirc] Release 3.5.13-sru
|
||||
Patch0: kvirc-3.5.13-sru-20120806.patch
|
||||
# [kvirc] Modules do not install in correct folder [RHEL/Fedora]
|
||||
Patch1: kvirc-3.5.13-directories.patch
|
||||
# [kvirc] FTBFS because of missing link libraries [Bug #991]
|
||||
Patch2: kvirc-3.5.13-missing_ldflags.patch
|
||||
|
||||
|
||||
|
||||
BuildRequires: tqtinterface-devel
|
||||
BuildRequires: trinity-tdelibs-devel
|
||||
BuildRequires: trinity-tdebase-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
|
||||
%description
|
||||
A highly configurable graphical IRC client with an MDI interface,
|
||||
built-in scripting language, support for IRC DCC, drag & drop file
|
||||
browsing, and much more. KVIrc uses the KDE widget set, can be extended
|
||||
using its own scripting language, integrates with KDE, and supports
|
||||
custom plugins.
|
||||
|
||||
If you are a developer and you want to write a custom module for KVIrc,
|
||||
you need to install the kvirc-dev package.
|
||||
|
||||
%package data
|
||||
Group: Applications/Utilities
|
||||
Summary: Data files for KVIrc
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description data
|
||||
This package contains the architecture-independent data needed by KVIrc in
|
||||
order to run, such as icons and images, language files, and shell scripts.
|
||||
It also contains complete reference guides on scripting and functions
|
||||
within KVIrc in its internal help format. Unless you want to use KVIrc only
|
||||
as a very simple IRC client you are likely to want to write scripts to
|
||||
tailor KVIrc to your needs.
|
||||
|
||||
KVIrc is a graphical IRC client based on the KDE widget set which integrates
|
||||
with the K Desktop Environment version 3.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for KVIrc
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains KVIrc libraries and include files you need if you
|
||||
want to develop plugins for KVIrc.
|
||||
|
||||
KVIrc is a graphical IRC client based on the KDE widget set which integrates
|
||||
with the K Desktop Environment version 3.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n applications/%{kdecomp}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1 -b .ldflags
|
||||
|
||||
|
||||
# Ugly hack to modify TQT include directory inside autoconf files.
|
||||
# If TQT detection fails, it fallbacks to TQT4 instead of TQT3 !
|
||||
%__sed -i admin/acinclude.m4.in \
|
||||
-e "s|/usr/include/tqt|%{tde_includedir}/tqt|g" \
|
||||
-e "s|kde_htmldir='.*'|kde_htmldir='%{tde_tdedocdir}/HTML'|g"
|
||||
|
||||
# Hardcoded absolute PATH to KDEDIR in source code ! That sucks !
|
||||
%__sed -i "src/kvirc/kernel/kvi_app_fs.cpp" \
|
||||
-e "s|/opt/kde3/lib|%{tde_prefix}/%{_lib}|g"
|
||||
%__sed -i "src/kvirc/kernel/kvi_app_setup.cpp" \
|
||||
-e "s|/opt/kde3|%{tde_prefix}|g"
|
||||
|
||||
%__cp -f "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in"
|
||||
%__cp -f "/usr/share/libtool/config/ltmain.sh" "admin/ltmain.sh" || %__cp -f "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh"
|
||||
./autogen.sh
|
||||
|
||||
|
||||
%build
|
||||
unset QTDIR; . /etc/profile.d/qt.sh
|
||||
export PATH="%{tde_bindir}:${PATH}"
|
||||
export LDFLAGS="-L%{tde_libdir} -I%{tde_includedir}"
|
||||
export KDEDIR=%{tde_prefix}
|
||||
|
||||
#export CXXFLAGS="${CXXFLAGS} -I%{tde_includedir} -lqt-mt"
|
||||
|
||||
# Workaround until the mess of TDE includedir is solved
|
||||
export CXXFLAGS="${CXXFLAGS} -I%{tde_includedir}"
|
||||
|
||||
%configure \
|
||||
--prefix=%{tde_prefix} \
|
||||
--exec-prefix=%{tde_prefix} \
|
||||
--bindir=%{tde_bindir} \
|
||||
--datadir=%{tde_datadir} \
|
||||
--libdir=%{tde_libdir} \
|
||||
--mandir=%{tde_mandir} \
|
||||
--includedir=%{tde_tdeincludedir} \
|
||||
--disable-rpath \
|
||||
--with-fno-rtti --with-aa-fonts --with-big-channels \
|
||||
--enable-perl --with-pic --enable-wall \
|
||||
--with-ix86-asm \
|
||||
--with-extra-includes=%{tde_includedir}/tqt:%{tde_includedir} \
|
||||
--with-kde-services-dir=%{tde_datadir}/services \
|
||||
--with-kde-library-dir=%{tde_libdir} \
|
||||
--with-kde-include-dir=%{tde_tdeincludedir} \
|
||||
--with-qt-library-dir=${QTLIB} \
|
||||
--with-qt-include-dir=${QTINC} \
|
||||
--with-qt-moc=${QTDIR}/bin/moc
|
||||
|
||||
# Symbolic links must exist prior to parallel building
|
||||
%__make symlinks -C src/kvilib/build
|
||||
%__make symlinks -C src/kvirc/build
|
||||
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
export PATH="%{tde_bindir}:${PATH}"
|
||||
%__rm -rf %{buildroot}
|
||||
%__make install DESTDIR=%{buildroot}
|
||||
|
||||
# Debian maintainer has renamed 'COPYING' file to 'EULA', so we do the same ...
|
||||
%__mv \
|
||||
%{?buildroot}%{tde_datadir}/kvirc/3.4/license/COPYING \
|
||||
%{?buildroot}%{tde_datadir}/kvirc/3.4/license/EULA
|
||||
|
||||
%clean
|
||||
%__rm -rf %{buildroot}
|
||||
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{tde_datadir}/icons/hicolor || :
|
||||
gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{tde_datadir}/icons/hicolor || :
|
||||
gtk-update-icon-cache --quiet %{tde_datadir}/icons/hicolor || :
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc ChangeLog FAQ README TODO
|
||||
%{tde_bindir}/kvirc
|
||||
%{tde_libdir}/*.so.*
|
||||
%{tde_libdir}/kvirc/*/modules/*.so
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root,-)
|
||||
%{tde_bindir}/kvi_run_netscape
|
||||
%{tde_bindir}/kvi_search_help
|
||||
%{tde_libdir}/kvirc/*/modules/caps/
|
||||
%{tde_datadir}/applnk/Internet/kvirc.desktop
|
||||
%{tde_datadir}/icons/hicolor/*
|
||||
%{tde_datadir}/kvirc
|
||||
%{tde_datadir}/mimelnk/text/*.desktop
|
||||
%{tde_datadir}/services/*.protocol
|
||||
%{tde_mandir}/man1/kvirc.1
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{tde_bindir}/kvirc-config
|
||||
%{tde_includedir}/kvirc/
|
||||
%{tde_libdir}/*.la
|
||||
%{tde_libdir}/*.so
|
||||
%{tde_libdir}/kvirc/*/modules/*.la
|
||||
|
||||
|
||||
%Changelog
|
||||
* Sat May 05 2012 Francois Andriot <francois.andriot@free.fr> - 3.4.0-2
|
||||
- Rebuilt for Fedora 17
|
||||
- Fix HTML directory location
|
||||
- Rename old tq methods that no longer need a unique name [Commit #32a249ba]
|
||||
- Remove additional unneeded tq method conversions [Commit #f9114981]
|
||||
- Rename obsolete tq methods to standard names [Commit #2dd6d32b]
|
||||
- Rename a few stragglers [Commit #1c00d6ff]
|
||||
- Fix FTBFS [Commits #ff96f491, #2285efe5]
|
||||
- Fix linear alphabet string errors [Commit #51bbe9e5]
|
||||
- Fix inadvertent "TQ" changes. [Commit #a24a8595]
|
||||
- Fix "acinclude.m4" file [Bug #980]
|
||||
|
||||
* Fri Nov 25 2011 Francois Andriot <francois.andriot@free.fr> - 3.4.0-1
|
||||
- Initial build for RHEL 5, RHEL 6, Fedora 15, Fedora 16
|
@ -0,0 +1,15 @@
|
||||
--- a/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp.ORI 2012-08-04 22:36:12.435734576 +0200
|
||||
+++ a/akode/plugins/ffmpeg_decoder/ffmpeg_decoder.cpp 2012-08-04 22:37:20.153030459 +0200
|
||||
@@ -26,9 +26,9 @@
|
||||
#include "decoder.h"
|
||||
|
||||
#include <assert.h>
|
||||
-#include <ffmpeg/avcodec.h>
|
||||
-#include <ffmpeg/avformat.h>
|
||||
-#include <ffmpeg/avio.h>
|
||||
+#include <libavcodec/avcodec.h>
|
||||
+#include <libavformat/avformat.h>
|
||||
+#include <libavformat/avio.h>
|
||||
|
||||
#include "ffmpeg_decoder.h"
|
||||
#include <iostream>
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue