Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

1 commit

Author SHA1 Message Date
Trever Fischer
956e503e59 Initial import (#689685) 2011-05-11 02:46:51 -04:00
3 changed files with 49 additions and 0 deletions

1
.gitignore vendored
View file

@ -0,0 +1 @@
/anchorman-0.0.1.tar.gz

47
anchorman.spec Normal file
View file

@ -0,0 +1,47 @@
Name: anchorman
Version: 0.0.1
Release: 1%{?dist}
Summary: The recording-studio-in-a-box
Group: Applications/Multimedia
License: GPLv2+
URL: https://fedorahosted.org/anchorman/
Source0: https://fedorahosted.org/released/anchorman/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gstreamer-devel glib2-devel libgudev1-devel cmake
Requires: gstreamer-plugins-good
%description
Ever wanted to run your own recording studio? Need to handle multiple streams of
audio, video, and possibly even subtitles? Anchorman can't do that. Yet.
However, it can stream a webcam to an icecast server. Included is support for
suspending/resuming the stream when the device is inserted/removed.
%prep
%setup -q
%build
%cmake .
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_bindir}/anchorman
%doc LICENSE README TODO
%changelog
* Wed Mar 22 2011 Trever Fischer <tdfischer@fedoraproject.org> - 0.0.1-1
- Initial package of anchorman

View file

@ -0,0 +1 @@
ba211b882225cec7a85923b0d626ef57 anchorman-0.0.1.tar.gz