ALT Linux Bugzilla
– Attachment 7345 Details for
Bug 31852
Собрать с поддержкой (системных) ffmpeg и libsoxr
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
Spec с включением доп. библиотек
audacity.spec (text/x-rpm-spec), 12.96 KB, created by
Vyacheslav Dikonov
on 2018-01-08 14:54:46 MSK
(
hide
)
Description:
Spec с включением доп. библиотек
Filename:
MIME Type:
Creator:
Vyacheslav Dikonov
Created:
2018-01-08 14:54:46 MSK
Size:
12.96 KB
patch
obsolete
>Name: audacity >Version: 2.1.1 >Release: slava1 > >Summary: Cross-platform audio editor >License: GPL >Group: Sound > >Url: http://audacity.sourceforge.net/ > ># cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/audacity co -r audacity-1_3_0-branch audacity >Source0: %name-minsrc-%version.tar >Source2: %name-48x48.xpm >Source3: %name-32x32.xpm >Source4: %name-16x16.xpm >Source6: %name-%version-help-en.tar >Patch0: %name-installmo.patch >Patch1: %name-%version-alt-build.patch > >Packager: Alex Karpov <karpov@altlinux.ru> > >Summary(ru_RU.UTF-8): ÐÑоÑÑплаÑÑоÑменнÑй звÑковой ÑедакÑÐ¾Ñ > ># Automatically added by buildreq on Sun Jan 07 2018 ># optimized out: fontconfig fontconfig-devel glib2-devel glibc-devel-static glibc-kernheaders-generic glibc-kernheaders-x86 gnu-config libX11-devel libatk-devel libavcodec-devel libavutil-devel libcairo-devel libflac-devel libfreetype-devel libgdk-pixbuf libgdk-pixbuf-devel libgio-devel libogg-devel libopencore-amrnb0 libopencore-amrwb0 libp11-kit libpango-devel libstdc++-devel libwayland-client libwayland-server pkg-config python-base python-modules python-modules-compiler python-modules-ctypes python-modules-encodings python-modules-logging python3 xorg-xproto-devel zlib-devel >BuildRequires: gcc-c++ i586-libxcb libalsa-devel libavformat-devel libexpat-devel libflac++-devel libgtk+2-devel libgtk+3-devel libid3tag-devel libjack-devel liblame-devel libmad-devel libportaudio2-devel libsndfile-devel libsoundtouch-devel libsoxr-devel libstdc++-devel-static libtwolame-devel libvamp-devel libvorbis-devel libwxGTK-devel python3-base > >BuildRequires: libopencore-amrnb0 libopencore-amrwb0 >BuildRequires: desktop-file-utils shared-mime-info > >%description >Audacity is a program that lets you manipulate digital audio waveforms. >It imports many sound file formats, including WAV, AIFF, AU, IRCAM, >MP3, and Ogg Vorbis. It supports all common editing operations such >as Cut, Copy, and Paste, plus it will mix tracks and let you apply >plug-in effects to any part of a sound. > >%description -l ru_RU.UTF-8 >Audacity - пÑогÑамма, коÑоÑÐ°Ñ Ð´Ð°ÐµÑ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ð¾ÑÑÑ Ð¾Ð±ÑабаÑÑваÑÑ Ð·Ð²ÑкозапиÑи >в ÑиÑÑовом виде. Ðна Ð¼Ð¾Ð¶ÐµÑ Ð¸Ð¼Ð¿Ð¾ÑÑиÑоваÑÑ Ð¼Ð½Ð¾Ð¶ÐµÑÑво аÑдиоÑоÑмаÑов, в Ñ.Ñ. >WAV, AIFF, AU, IRCAM, MP3, Ogg Vorbis, и поддеÑÐ¶Ð¸Ð²Ð°ÐµÑ Ð²Ñе оÑновнÑе >опеÑаÑии ÑедакÑиÑованиÑ, Ñакие как ÐÑÑезаÑÑ, СкопиÑоваÑÑ, ÐÑÑавиÑÑ, >а Ñакже возможноÑÑÑ Ð¼Ð¸ÐºÑиÑÐ¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñожек и пÑÐ¸Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÑÑÑекÑов, >пÑедоÑÑавлÑемÑÑ Ð¿Ð¾Ð´ÐºÐ»ÑÑаемÑми модÑлÑми, к лÑбой ÑаÑÑи звÑка. > >%package manual >Summary: Audacity manual (offline install) >Group: Documentation >BuildArch: noarch > >%description manual >Audacity Manual can be installed locally if preferred, or accessed >on-line if internet connection is available. > >For the most up to date manual content, use the on-line manual. > >%prep >%setup -n %name-src-%version >#patch0 >%patch1 -p2 >grep -Irl "libmp3lame.so" . | xargs sed -i "s/libmp3lame.so/libmp3lame.so.0.0/" > >%build >rm -f src/.depend >rm -f src/.gchdepend ># ffmpeg: http://forum.audacityteam.org/viewtopic.php?f=19&t=71586 >%configure \ > --disable-dynamic-loading \ > --with-expat=system \ > --with-ffmpeg \ > --with-lame=system \ > --with-libflac=system \ > --with-libid3tag=system \ > --with-libmad=system \ > --with-libresample \ > --with-libsamplerate \ > --with-libsndfile=system \ > --with-libtwolame=system \ > --with-libvamp=system \ > --with-libvorbis=system \ > --with-soundtouch=system \ > # > #--enable-unicode=yes \ > #--with-portmixer=no > #--with-portaudio=system \ > #--with-libsoxr=system \ > #--with-sbsms=system \ > # >%make > >%install >%makeinstall_std >install -pDm644 %SOURCE2 %buildroot%_liconsdir/%name.xpm >install -pDm644 %SOURCE3 %buildroot%_niconsdir/%name.xpm >install -pDm644 %SOURCE4 %buildroot%_miconsdir/%name.xpm >mkdir %buildroot%_datadir/%name/help >tar -xf %SOURCE6 -C %buildroot%_datadir/%name/help/ >rm -rf %buildroot%_defaultdocdir/%name >%find_lang %name > >%files -f %name.lang >%doc *.txt >%doc lib-src/libnyquist/nyquist/license.txt >%doc lib-src/libnyquist/nyquist/Readme.txt >%_bindir/* >%_mandir/man?/* >%_iconsdir/*/*/apps/%name.* >%_liconsdir/* >%_niconsdir/*.xpm >%_miconsdir/* >%dir %_datadir/%name >%_datadir/%name/*.xml >%_datadir/%name/nyquist >%_datadir/%name/plug-ins >%_datadir/applications/%name.desktop >%_datadir/mime/packages/%name.xml >%_datadir/appdata/audacity.appdata.xml >%_pixmapsdir/*.xpm > >%files manual >%dir %_datadir/%name >%_datadir/%name/help > >%changelog >* Sun Jan 07 2018 Vyacheslav Dikonov <slava@altlinux.ru> 2.1.1-slava1 >- enable ffmpeg, libresample, libsamplerate > >* Fri Jun 30 2017 Aleksei Nikiforov <darktemplar@altlinux.org> 2.1.1-alt1.2 >- Updated build to support gcc-6 > >* Sat Feb 20 2016 Yuri N. Sedunov <aris@altlinux.org> 2.1.1-alt1.1 >- rebuilt against libSoundTouch.so.1 > >* Fri Oct 09 2015 Michael Shigorin <mike@altlinux.org> 2.1.1-alt1 >- 2.1.1 >- manual moved to a separate subpackage (not unlike fedora) > >* Fri Oct 09 2015 Michael Shigorin <mike@altlinux.org> 2.1.0-alt1 >- 2.1.0 (closes: #31343) >- buildreq for libsoxr-devel > >* Thu Jun 11 2015 Gleb F-Malinovskiy <glebfm@altlinux.org> 2.0.5-alt4.1 >- Rebuilt for gcc5 C++11 ABI. > >* Thu Apr 24 2014 Michael Shigorin <mike@altlinux.org> 2.0.5-alt4 >- try to recover MP3 processing capability (debian configure options) >- tweaked icons installation > >* Tue Jan 14 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 2.0.5-alt3 >- Restored in Sisyphus > >* Tue Jan 07 2014 Michael Shigorin <mike@altlinux.org> 2.0.5-alt2 >- build without ffmpeg support (latest one is unsupported so far) > >* Tue Jan 07 2014 Michael Shigorin <mike@altlinux.org> 2.0.5-alt1 >- 2.0.5 >- spec cleanup according to ALT Packaging HOWTO >- converted Summary: in Russian from CP1251 to UTF-8 >- added description in Russian > >* Wed Jan 23 2013 Alex Karpov <karpov@altlinux.ru> 2.0.3-alt1 >- new version > + no more fullsrc package. > >* Sun Sep 02 2012 Alex Karpov <karpov@altlinux.ru> 2.0.2-alt1 >- new version > >* Thu Mar 15 2012 Alex Karpov <karpov@altlinux.ru> 2.0.0-alt1 >- new version. At last - not beta anymore! > >* Tue Jan 31 2012 Alex Karpov <karpov@altlinux.ru> 1.3.14-alt1.3 >- russian translation updated > >* Sun Jan 22 2012 Alex Karpov <karpov@altlinux.ru> 1.3.14-alt1.2 >- added new russian translation (bug #26841) > >* Wed Jan 18 2012 Alex Karpov <karpov@altlinux.ru> 1.3.14-alt1.1 >- export with libav* now works > >* Tue Dec 13 2011 Alex Karpov <karpov@altlinux.ru> 1.3.14-alt1 >- new version > >* Wed Nov 09 2011 Alex Karpov <karpov@altlinux.ru> 1.3.13-alt2.1 >- rebuild with new libav* > >* Thu Aug 25 2011 Alex Karpov <karpov@altlinux.ru> 1.3.13-alt2 >- fixed build (patch from Debian by Reinhard Tartler) > >* Wed Apr 13 2011 Alex Karpov <karpov@altlinux.ru> 1.3.13-alt1 >- new version > >* Tue Nov 23 2010 Alex Karpov <karpov@altlinux.ru> 1.3.12-alt1.1 >- disable portmixer for a while (build workaround) > >* Fri Apr 02 2010 Alex Karpov <karpov@altlinux.ru> 1.3.12-alt1 >- new version > >* Tue Mar 23 2010 Alex Karpov <karpov@altlinux.ru> 1.3.11-alt1 >- new version > >* Thu Dec 10 2009 Alex Karpov <karpov@altlinux.ru> 1.3.10-alt1 >- new version > >* Sat Nov 14 2009 Repocop Q. A. Robot <repocop@altlinux.org> 1.3.9-alt1.1.qa1 >- NMU (by repocop): the following fixes applied: > * pixmap-in-deprecated-location for audacity > * postclean-05-filetriggers for spec file > >* Mon Nov 02 2009 Alex Karpov <karpov@altlinux.ru> 1.3.9-alt1.1 >- GSocket declaration conflict fixed > >* Wed Sep 02 2009 Alex Karpov <karpov@altlinux.ru> 1.3.9-alt1 >- new version > + build from fullsrc tarball > >* Mon Aug 24 2009 Alex Karpov <karpov@altlinux.ru> 1.3.8-alt2.1 >- minor spec cleanup > >* Mon Aug 24 2009 Alex Karpov <karpov@altlinux.ru> 1.3.8-alt2 >- added actual help files > >* Fri Aug 14 2009 Alex Karpov <karpov@altlinux.ru> 1.3.8-alt1.1 >- updated build requirements > + spec cleanup > >* Thu Aug 13 2009 Alex Karpov <karpov@altlinux.ru> 1.3.8-alt1 >- new version > >* Tue Aug 11 2009 Alex Karpov <karpov@altlinux.ru> 1.3.7-alt1.1 >- rebuild with new libs > >* Fri Feb 27 2009 Alex Karpov <karpov@altlinux.ru> 1.3.7-alt1 >- now it's stable enough for alt1 release > >* Thu Jan 29 2009 Alex Karpov <karpov@altlinux.ru> 1.3.7-alt0.1 >- 1.3.7 > >* Wed Jan 28 2009 Alex Karpov <karpov@altlinux.ru> 1.3.6-alt0.1 >- 1.3.6 > + removed obsoleted %post and %postun stuff > >* Thu Sep 25 2008 Alex Karpov <karpov@altlinux.ru> 1.3.5-alt0.1 >- 1.3.5 > + updated build requirements > >* Mon Apr 07 2008 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.9.2 >- added update_menus > >* Thu Mar 27 2008 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.9.1 >- added desktopdb macros with new build requirements > >* Mon Mar 24 2008 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.9 >- added mimedb macros > >* Sat Dec 15 2007 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.M40.7 >- build for branch 4.0 with libtwolame > >* Fri Dec 14 2007 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.6.1 >- build for branch 4.0 (#13689 fix) > >* Wed Nov 14 2007 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.6.1 >- Vamp disabled for x86_64 build > >* Wed Nov 14 2007 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.6 >- 1.3.4 release > >* Tue Oct 30 2007 Alex Karpov <karpov@altlinux.ru> 1.3.4-alt0.1 >- new 1.3.4 unofficial beta > + required wxGTK2u-2.6.4 (#13068 and probably #11880 fix) > + removed desktop-file patch. > >* Thu Sep 20 2007 Alex Karpov <karpov@altlinux.ru> 1.3.3-alt0.3 >- audacity.desktop categories fixed (#12843) > >* Tue Jun 05 2007 Alex Karpov <karpov@altlinux.ru> 1.3.3-alt0.2 >- updated build requirements (now we can find a sound device) > >* Wed May 30 2007 Alex Karpov <karpov@altlinux.ru> 1.3.3-alt0.1 >- 1.3.3 > >* Tue Feb 20 2007 Alex Karpov <karpov@altlinux.ru> 1.3.2-alt0.4 >- patch for flac-1.1.3 support by Led <led@> (bug #10868) > >* Thu Dec 14 2006 Alex Karpov <karpov@altlinux.ru> 1.3.2-alt0.3 >- fixed bug 10420 > >* Sat Nov 11 2006 Alex Karpov <karpov@altlinux.ru> 1.3.2-alt0.2 >- initial build of 1.3.x branch for Sisyphus > >* Thu Dec 01 2005 Vladimir Lettiev <crux@altlinux.ru> 1.3.0-alt0.1 >- 1.3.0 beta ( audacity-1_3_0-branch from cvs ) > >* Tue Feb 22 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.2.3-alt1.1.1 >- Rebuilt with libflac-1.1.2-alt1 > >* Thu Jan 20 2005 ALT QA Team Robot <qa-robot@altlinux.org> 1.2.3-alt1.1 >- Rebuilt with libstdc++.so.6. > >* Sun Nov 21 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.3-alt1 >- 1.2.3 > >* Thu Sep 02 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.2-alt1 >- 1.2.2 > >* Fri Jun 25 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.1-alt2 >- Updated patch from help file location. > >* Wed May 12 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.1-alt1 >- 1.2.1 > >* Tue Apr 13 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt2 >- Updated russian translation. >- Added russian help. >- Fixed build with SoundTouch for gcc 3.3.3. > >* Wed Mar 10 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt1 >- 1.2.0 > >* Sat Feb 14 2004 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt0.9 >- 1.2.0-pre4 > >* Fri Nov 14 2003 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt0.8 >- 1.2.0-pre3 >- Fixed build on SMP systems. > >* Tue Oct 07 2003 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt0.7 >- 1.2.0-pre2 > >* Sun Sep 28 2003 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt0.6 >- 1.2.0-pre2 testing tarball. > >* Sun Sep 14 2003 Andrey Astafiev <andrei@altlinux.ru> 1.2.0-alt0.3 >- 1.2.0-pre1 > >* Wed Jun 25 2003 Andrey Astafiev <andrei@altlinux.ru> 1.1.3-alt3 >- Fixed unmet: now requires wxGTK >= 2.4.1. > >* Fri Jun 20 2003 Andrey Astafiev <andrei@altlinux.ru> 1.1.3-alt2 >- Rebuilt with new wxGTK. > >* Fri Mar 21 2003 Andrey Astafiev <andrei@altlinux.ru> 1.1.3-alt1 >- 1.1.3 > >* Sun Mar 16 2003 Andrey Astafiev <andrei@altlinux.ru> 1.1.3-alt0.4 >- Rebuilt with libid3tag package. > >* Fri Mar 07 2003 Andrey Astafiev <andrei@altlinux.ru> 1.1.3-alt0.2 >- Developers branch snapshot (CVS 20030306). >- Temprorary without libsamplerate. > >* Wed Mar 05 2003 Andrey Astafiev <andrei@altlinux.ru> 1.0.0-alt6 >- Rebuild with wxGTK-2.4.0 > >* Fri Feb 07 2003 Yuri N. Sedunov <aris@altlinux.ru> 1.0.0-alt5 >- Rebuild with new id3lib (3.8.2) > >* Fri Nov 15 2002 Yuri N. Sedunov <aris@altlinux.ru> 1.0.0-alt4 >- Rebuild with new id3lib (3.8.1) > >* Wed Nov 13 2002 Yuri N. Sedunov <aris@altlinux.ru> 1.0.0-alt3 >- Rebuild, system id3lib used. > >* Wed Jul 31 2002 Stanislav Ievlev <inger@altlinux.ru> 1.0.0-alt2.1 >- rebuild with new vorbis > >* Mon Jun 24 2002 Andrey Astafiev <andrei@altlinux.ru> 1.0.0-alt2 >- Fixed intersection with basesystem. > >* Fri Jun 7 2002 Andrey Astafiev <andrei@altlinux.ru> 1.0.0-alt1 >- 1.0.0 > >* Mon May 27 2002 Andrey Astafiev <andrei@altlinux.ru> 1.1-alt0.1.cvs >- cvs snapshot 20020527 of 1.1.x unstable branch especially for Daedalus. > >* Wed Feb 13 2002 Andrey Astafiev <andrei@altlinux.ru> 0.99-alt0.1.pre1 >- cvs snapshot 20020213 with several bugfixes. >- relocated help. > >* Tue Feb 12 2002 Andrey Astafiev <andrei@altlinux.ru> 0.98-alt2 >- rebuild with wxGTK 2.2.x branch. > >* Fri Feb 01 2002 Andrey Astafiev <andrei@altlinux.ru> 0.98-alt1 >- 0.98. > >* Tue Jan 08 2002 Andrey Astafiev <andrei@altlinux.ru> 0.97-alt2 >- Fixed group tag. > >* Thu Oct 11 2001 Andrey Astafiev <andrei@altlinux.ru> 0.97-alt1 >- First version of RPM package.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 31852
: 7345 |
7433