Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1f9275cd5 | ||
|
|
0fd38e0433 | ||
|
|
248b7a458b | ||
|
|
0b1383eff5 | ||
|
|
7bffbb588d | ||
|
|
a6d56d959e | ||
|
|
ed0acc5e68 | ||
|
|
4d156e1f62 | ||
|
|
8a10f976f4 | ||
|
|
0736f724a2 | ||
|
|
710e69ee64 |
||
|
|
b857db3772 | ||
|
|
82f5a89364 | ||
|
|
8dd1e94250 | ||
|
|
7214e7b44c | ||
|
|
14ca7abec7 | ||
|
|
0d5a4e684b | ||
|
|
2e90a403bd | ||
|
|
4511d5b1a1 | ||
|
|
9dd307af91 | ||
|
|
9e67ed7488 | ||
|
|
290f559ed5 | ||
|
|
ae5bc68c0a | ||
|
|
a1390333e1 | ||
|
|
1a5a335d69 |
4 changed files with 1 additions and 49 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/anchorman-0.0.1.tar.gz
|
||||
|
|
@ -1,47 +0,0 @@
|
|||
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
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
ba211b882225cec7a85923b0d626ef57 anchorman-0.0.1.tar.gz
|
||||
Reference in a new issue