You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

102 lines
3.5KB

  1. Name: recordmydesktop
  2. Version: 0.3.8.1
  3. Release: 3%{?dist}
  4. Summary: Desktop session recorder with audio and video
  5. Group: Applications/Multimedia
  6. License: GPLv2+
  7. URL: http://recordmydesktop.iovar.org/
  8. Source0: http://downloads.sourceforge.net/recordmydesktop/%{name}-%{version}.tar.gz
  9. # from gentoo: http://bugs.gentoo.org/attachment.cgi?id=209904
  10. # 2010-01-15: Bug with proposed fix already upstream:
  11. # http://sourceforge.net/tracker/?func=detail&aid=2889699&group_id=172357&atid=861428
  12. Patch0: recordmydesktop-shmstr.h-to-shmproto.h.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  14. BuildRequires: libXdamage-devel, libSM-devel
  15. BuildRequires: libXext-devel
  16. BuildRequires: alsa-lib-devel, zlib-devel
  17. BuildRequires: libtheora-devel, libvorbis-devel, jack-audio-connection-kit-devel
  18. Requires: jack-audio-connection-kit-example-clients
  19. %description
  20. recordMyDesktop is a desktop session recorder for linux that attempts to be
  21. easy to use, yet also effective at it's primary task.
  22. As such, the program is separated in two parts; a simple command line tool that
  23. performs the basic tasks of capturing and encoding and an interface that
  24. exposes the program functionality in a usable way.
  25. %prep
  26. %setup -q
  27. %patch0 -p1 -b .shmstr.h-to-shmproto.h
  28. #chmod -x $RPM_BUILD_DIR/%{name}-%{version}/src/load_cache.c \
  29. # $RPM_BUILD_DIR/%{name}-%{version}/include/rmdtypes.h \
  30. # $RPM_BUILD_DIR/%{name}-%{version}/src/cache_frame.c
  31. %build
  32. %configure
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -c -p"
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS COPYING README ChangeLog
  42. %{_bindir}/*
  43. %{_mandir}/man?/*
  44. %changelog
  45. * Fri Jan 15 2010 Till Maas <opensource@till.name> - 0.3.8.1-3
  46. - Fix SF.net Source0 URL
  47. - Fix BTFS bug with patch from gentoo: https://bugzilla.redhat.com/show_bug.cgi?id=538931
  48. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8.1-2
  49. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  50. * Wed Apr 01 2009 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 0.3.8.1-1
  51. - New upstream release
  52. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7.3-3
  53. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  54. * Wed Sep 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.7.3-2
  55. - fix license tag
  56. * Wed May 28 2008 Sindre Pedersen Bjørdal <sindrepb@fedoraproject.org> - 0.3.7.3-1
  57. - New upstream release
  58. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.7-3
  59. - Autorebuild for GCC 4.3
  60. * Tue Jan 22 2008 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.7-2
  61. - Add missing jack dependency
  62. * Thu Jan 17 2008 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.7-1
  63. - New upstream release
  64. * Sun Dec 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-2
  65. - Add jack support
  66. * Sun Oct 21 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.6-1
  67. - New version
  68. - Update URL
  69. * Sat Jun 02 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.4-1
  70. - New version 0.3.4
  71. * Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-3
  72. - chmod +x on source files to make rpmlint happy
  73. * Mon Mar 05 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-2
  74. - Remove duplicate BR
  75. - Add missing zlib-devel BR
  76. - Preserve timestamps
  77. * Sun Mar 04 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.3.3.1-1
  78. - Initial build