]> git.pld-linux.org Git - packages/aften.git/commitdiff
- new auto/th/aften-0_0_8-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 14 Nov 2011 11:22:08 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aften.spec -> 1.1

aften.spec [new file with mode: 0644]

diff --git a/aften.spec b/aften.spec
new file mode 100644 (file)
index 0000000..0765d89
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       A/52 audio encoder
+#Summary(pl.UTF-8):    -
+Name:          aften
+Version:       0.0.8
+Release:       1
+License:       LGPL
+Group:         Applications/Sound
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: fde67146879febb81af3d95a62df8840
+URL:           http://aften.sourceforge.net/
+BuildRequires: cmake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Aften is an audio encoder which generates compressed audio streams
+based on ATSC A/52 specification. This type of audio is also known
+as AC-3 or Dolby® Digital and is one of the audio codecs used in
+DVD-Video content. 
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+install -d build
+cd build
+%cmake \
+        ../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make}  -C build install/fast \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changelog README
+%attr(755,root,root) %{_bindir}/*
This page took 0.099208 seconds and 4 git commands to generate.