diff --git a/.gitignore b/.gitignore index e69de29..26c1485 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/anchorman-0.0.1.tar.gz diff --git a/anchorman.spec b/anchorman.spec new file mode 100644 index 0000000..33115eb --- /dev/null +++ b/anchorman.spec @@ -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 - 0.0.1-1 +- Initial package of anchorman diff --git a/sources b/sources index e69de29..f68016b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ba211b882225cec7a85923b0d626ef57 anchorman-0.0.1.tar.gz