automatic rebuild by autodist [release 0.3.8.1-2mamba;Thu Jul 11 2013]
This commit is contained in:
parent
fd757deaa8
commit
645388fef1
@ -1,2 +1,4 @@
|
|||||||
# recordmydesktop
|
# recordmydesktop
|
||||||
|
|
||||||
|
recordMyDesktop is a desktop session recorder for linux that attempts to be easy to use, yet also effective at it's primary task.
|
||||||
|
|
||||||
|
70
recordmydesktop.spec
Normal file
70
recordmydesktop.spec
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
Name: recordmydesktop
|
||||||
|
Version: 0.3.8.1
|
||||||
|
Release: 2mamba
|
||||||
|
Summary: Desktop session recorder with audio and video
|
||||||
|
Group: Applications/Multimedia
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Fabio Giani <fabio.giani@email.it>
|
||||||
|
URL: http://recordmydesktop.iovar.org/
|
||||||
|
Source: http://downloads.sourceforge.net/recordmydesktop/recordmydesktop-%{version}.tar.gz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libalsa-devel
|
||||||
|
BuildRequires: libICE-devel
|
||||||
|
BuildRequires: libogg-devel
|
||||||
|
BuildRequires: libSM-devel
|
||||||
|
BuildRequires: libtheora-devel
|
||||||
|
BuildRequires: libvorbis-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXdamage-devel
|
||||||
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libz-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libjack-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
recordMyDesktop is a desktop session recorder for linux that attempts to be easy to use, yet also effective at it's primary task.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure \
|
||||||
|
--enable-jack=yes
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_mandir}/man1/recordmydesktop.1.gz
|
||||||
|
%{_bindir}/recordmydesktop
|
||||||
|
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Jul 11 2013 Automatic Build System <autodist@mambasoft.it> 0.3.8.1-2mamba
|
||||||
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
* Sat Feb 28 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8.1-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 10 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.8-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
|
* Fri May 30 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.7.3-1mamba
|
||||||
|
- update to 0.3.7.3
|
||||||
|
|
||||||
|
* Fri Sep 21 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.6-2mamba
|
||||||
|
- rebuilt with jack support
|
||||||
|
|
||||||
|
* Thu Aug 30 2007 Fabio Giani <fabio.giani@email.it> 0.3.6-1mamba
|
||||||
|
- package created by autospec
|
Loading…
Reference in New Issue
Block a user