]> git.pld-linux.org Git - packages/ardour.git/blobdiff - ardour.spec
- release 3 (by relup.sh)
[packages/ardour.git] / ardour.spec
index c8cee920496a4afad96516437190a460263dfd71..1150df8b0ee0198ed1715f9b010808baefaefa11 100644 (file)
@@ -1,52 +1,68 @@
-# TODO
-# - make it not to parse /proc/cpuinfo
 Summary:       Multitrack hard disk recorder
 Summary(pl.UTF-8):     Wielościeżkowy magnetofon nagrywający na twardym dysku
 Name:          ardour
-Version:       2.1
-Release:       0.1
+Version:       5.12.0
+Release:       3
 License:       GPL
 Group:         X11/Applications/Sound
-Source0:       http://ardour.org/files/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: 18be414a37b832aae23c068ba9fcf8ab
+Source0:       https://community.ardour.org/srctar/Ardour-%{version}.tar.bz2
+# Source0-md5: cb45f31a59dd5a0da07422e4ac1c44fd
 Source1:       %{name}.desktop
-Patch0:                %{name}-c++.patch
-Patch1:                %{name}-opt.patch
-Patch2:                %{name}-stdint.patch
+Patch0:                localedir.patch
+Patch1:                no_proc_build.patch
+Patch2:                ffmpeg_paths.patch
 URL:           http://ardour.org/
 BuildRequires: alsa-lib-devel >= 0.9.0
+BuildRequires: aubio-devel >= 0.4.0
 BuildRequires: boost-devel
-BuildRequires: gettext-devel
-# included libsndfile needs patch (wants FLAC__seekable_stream_decoder_set_read_callback)
-# (in ardour itself only one UI option depends on HAVE_FLAC)
-BuildRequires: cairomm-devel
-BuildRequires: fftw3-single-devel >= 3
-BuildRequires: flac-devel
-BuildRequires: glib2-devel >= 1:2.10.1
-BuildRequires: gtk+2-devel >= 2:2.8.1
-BuildRequires: gtkmm-devel >= 2.8.0
-BuildRequires: jack-audio-connection-kit-devel >= 0.101.1
-BuildRequires: libart_lgpl >= 2.3.16
-BuildRequires: libgnomecanvas-devel >= 2.0
-BuildRequires: libgnomecanvasmm-devel >= 2.12.0
-BuildRequires: liblo-devel
+BuildRequires: cairo-devel >= 1.12.0
+BuildRequires: cairomm-devel >= 1.8.4
+BuildRequires: curl-devel >= 7.0.0
+BuildRequires: dbus-devel
+BuildRequires: fftw3-single-devel
+BuildRequires: flac-devel >= 1.2.1
+BuildRequires: fontconfig-devel
+BuildRequires: glib2-devel >= 1:2.28
+BuildRequires: gtk+2-devel >= 2:2.18
+BuildRequires: gtkmm-devel >= 2.8
+BuildRequires: itstool >= 2.0.0
+BuildRequires: jack-audio-connection-kit-devel >= 0.121
+BuildRequires: libarchive-devel >= 3.0.0
+BuildRequires: liblo-devel >= 0.26
 BuildRequires: liblrdf-devel >= 0.4.0
-BuildRequires: libraptor-devel >= 1.4.2
-BuildRequires: libsamplerate-devel >= 0.1.2
+BuildRequires: libogg-devel >= 1.1.2
+BuildRequires: libsamplerate-devel >= 0.1.7
 BuildRequires: libsigc++-devel >= 2.0
-# internal one used
-#BuildRequires:        libsndfile-devel >= 1.0.0
-BuildRequires: libstdc++-devel
-BuildRequires: libtool
+BuildRequires: libsndfile-devel >= 1.0.18
 BuildRequires: libusb-devel
-BuildRequires: libxml2-devel >= 1:2.6.0
-BuildRequires: libxslt-devel
-BuildRequires: pkgconfig >= 1:0.20
-BuildRequires: python >= 2.3.4
-BuildRequires: scons >= 0.96
-BuildRequires: soundtouch-devel >= 1.3.1
+BuildRequires: libxml2-devel
+BuildRequires: lilv-devel >= 0.21.3
+BuildRequires: lv2-devel >= 1.10.0
+BuildRequires: pangomm-devel >= 1.4
+BuildRequires: rubberband-devel
+BuildRequires: serd-devel >= 0.14.0
+BuildRequires: sord-devel >= 0.8.0
+BuildRequires: sratom-devel >= 0.2.0
+BuildRequires: suil-devel >= 0.6.0
+BuildRequires: taglib-devel >= 1.6
+BuildRequires: udev-devel
+BuildRequires: vamp-devel >= 2.1
+BuildRequires: xorg-lib-libX11-devel >= 1.1
+Requires:      jack-audio-connection-kit-libs >= 0.121
+Suggests:      harvid
+Suggests:      xjadeo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _noautoprovfiles        %{_libdir}/(ardour5|lv2)
+%define                _noautoreq      ^libardour.* libaudiographer.so.0 libcanvas.so.0 libevoral.so.0 libgtkmm2ext.so.0 libmidipp.so.4 libpbd.so.4 libptformat.so.0 libqmdsp.so.0 libtimecode.so libwaveview.so.0 libwidgets.so.0
+
+# Unresolved symbols:
+#      _Z10vstfx_exitv
+#      _Z10vstfx_initPv
+#      _Z20vstfx_destroy_editorP9_VSTState
+# those are defined in the executable
+%define         skip_post_check_so      libardour.so.*
+
 %description
 A "professional" multitrack, multichannel audio recorder and DAW for
 Linux, using ALSA-supported audio interfaces. Supports up to 32 bit
@@ -60,45 +76,53 @@ Obsługuje próbki do 32 bitów, 24+ kanałów do 96kHz, pełną kontrolę
 MMC, niedestruktywny, nieliniowy edytor oraz wtyczki LADSPA.
 
 %prep
-%setup -q
+%setup -q -n Ardour-%{version}
+
 %patch0 -p1
-# NEEDS UPDATE for scons
-#%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 
 %build
-# Make sure we have /proc mounted - it searches for flags from there
-if [ ! -f /proc/cpuinfo ]; then
-       echo "You need to have /proc mounted in order to build this package!"
-       exit 1
-fi
-%scons \
-       PREFIX=%{_prefix} \
-       SYSLIBS=1 \
-%ifarch %{x8664}
-       DIST_TARGET=x86_64
-%else
-%ifarch %{ix86}
-       DIST_TARGET=i386
-%else
-       DIST_TARGET=none
-%endif
-%endif
+export CC="%{__cc}"
+export CXX="%{__cxx}"
+export CFLAGS="%{rpmcflags}"
+export CXXFLAGS="%{rpmcxxflags}"
+export LDFLAGS="%{rpmldflags}"
+
+./waf configure \
+       --prefix=%{_prefix} \
+       --bindir=%{_bindir} \
+       --configdir=%{_sysconfdir} \
+       --includedir=%{_datadir} \
+       --datadir=%{_datadir} \
+       --libdir=%{_libdir} \
+       --mandir=%{_mandir} \
+       --lv2 \
+       --lv2dir=%{_libdir}/lv2 \
+       --cxx11 \
+       --freedesktop
+
+./waf build -v
+./waf i18n -v
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_desktopdir}
+install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
 
-%scons install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       PREFIX=%{_prefix} \
-       GTK=yes
-#      KSI=yes
+./waf install -v \
+       --destdir=$RPM_BUILD_ROOT \
+       --prefix=%{_prefix} \
+       --bindir=%{_bindir} \
+       --configdir=%{_sysconfdir} \
+       --includedir=%{_datadir} \
+       --datadir=%{_datadir} \
+       --libdir=%{_libdir} \
+       --mandir=%{_mandir}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
+cp -a gtk2_ardour/icons/application-x-ardour_48px.png $RPM_BUILD_ROOT%{_pixmapsdir}/ardour.png
 
-# it shouldn't be there
-rm -f $RPM_BUILD_ROOT%{_datadir}/ardour/libardour.{la,a}
+rm -r $RPM_BUILD_ROOT%{_localedir}/{pt_PT,zh}
 
 %find_lang %{name} --all-name
 
@@ -107,17 +131,23 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc DOCUMENTATION/{AUTHORS,CONTRIBUTORS,FAQ,README,TODO,TRANSLATORS}
-%lang(es) %doc DOCUMENTATION/{AUTHORS.es,CONTRIBUTORS.es,README.es}
-%lang(fr) %doc DOCUMENTATION/README.fr
-%lang(it) %doc DOCUMENTATION/README.it
-%lang(ru) %doc DOCUMENTATION/README.ru
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%{_mandir}/man1/ardour.1*
-%lang(es) %{_mandir}/es/man1/ardour.1*
-%lang(fr) %{_mandir}/fr/man1/ardour.1*
-%lang(ru) %{_mandir}/ru/man1/ardour.1*
-%dir %{_sysconfdir}/ardour
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour/*.rc
+%doc README
+%dir %{_sysconfdir}/ardour5
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/ardour.keys
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/ardour.menus
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/clearlooks.rc
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/default_ui_config
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/system_config
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ardour5/trx.menus
+%attr(755,root,root) %{_bindir}/ardour5
+%attr(755,root,root) %{_bindir}/ardour5-lua
+%{_datadir}/ardour5
 %{_desktopdir}/ardour.desktop
+%{_pixmapsdir}/ardour.png
+
+# everything executable there
+%attr(755,root,root) %{_libdir}/ardour5
+
+%dir %{_libdir}/lv2/*.lv2
+%attr(755,root,root) %{_libdir}/lv2/*.lv2/*.so
+%{_libdir}/lv2/*.lv2/*.ttl
This page took 0.106226 seconds and 4 git commands to generate.