[anchorman/f14] Initial import (#689685)

Trever Fischer tdfischer at fedoraproject.org
Wed May 11 06:44:57 UTC 2011


commit dc89f7abf3faa04785a26e73aed94b24bc3f735e
Author: Trever Fischer <wm161 at wm161.net>
Date:   Wed May 11 02:44:42 2011 -0400

    Initial import (#689685)

 .gitignore     |    1 +
 anchorman.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
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 <tdfischer at fedoraproject.org> - 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


More information about the scm-commits mailing list