diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-08-20 22:34:30 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2025-08-20 22:34:30 +0000 |
commit | d79ac45f7e0520567218db405db4d8d0d357cbdf (patch) | |
tree | b3feebf314c0c97eb2e84221a3fa756e3323852e | |
parent | b9ac7165261be1e54d91850f5f49887fb1d5010b (diff) |
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | fdkaac.spec | 141 | ||||
-rw-r--r-- | sources | 1 |
3 files changed, 143 insertions, 0 deletions
@@ -0,0 +1 @@ +/fdkaac-1.0.6.tar.gz diff --git a/fdkaac.spec b/fdkaac.spec new file mode 100644 index 0000000..f78880d --- /dev/null +++ b/fdkaac.spec @@ -0,0 +1,141 @@ +Name: fdkaac +Version: 1.0.6 +Release: 5%{?dist} +Summary: Command line frontend for libfdk-aac encoder + +# Most files are under Zlib, except: +# src/parson.*: MIT +# src/lpc.*: TU-Berlin-1.0 +License: Zlib AND MIT AND TU-Berlin-1.0 +URL: https://github.com/nu774/%{name} +Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: gcc +BuildRequires: pkgconfig(fdk-aac) + + +%description +fdkaac reads linear PCM audio in either WAV, raw PCM, or CAF format, +and encodes it into either M4A / AAC file. + +If the input file is "-", data is read from stdin. Likewise, if the +output file is "-", data is written to stdout if one of streamable AAC +transport formats are selected by -f. + +When CAF input and M4A output is used, tags in CAF file are copied into +the resulting M4A. + + +%prep +%autosetup + + +%build +autoreconf -fiv +export LDFLAGS="%{?__global_ldflags} -L%{_libdir}/fdk-aac" +%configure +%make_build + +%install +%make_install + + +%files +%license COPYING +%doc README ChangeLog +%{_bindir}/fdkaac +%{_mandir}/man1/* + + +%changelog +* Wed Aug 20 2025 Dominik Mierzejewski <dominik@greysector.net> - 1.0.6-5 +- Switch to pkg-config style dependency +- Use SPDX identifier in License: tag and add licensing break-down + +* Sun Jul 27 2025 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.6-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + +* Wed Jan 29 2025 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon May 06 2024 Leigh Scott <leigh123linux@gmail.com> - 1.0.6-1 +- Update to 1.0.6 + +* Sun Feb 04 2024 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.5-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Feb 16 2023 Leigh Scott <leigh123linux@gmail.com> - 1.0.5-1 +- Update to 1.0.5 + +* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg + 5.1 + +* Wed Jul 13 2022 Leigh Scott <leigh123linux@gmail.com> - 1.0.3-1 +- Update to 1.0.3 + +* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Wed Dec 15 2021 Nicolas Chauvet <kwizart@gmail.com> - 1.0.2-1 +- Update to 1.0.2 + +* Wed Aug 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Feb 05 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Aug 10 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Mar 05 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 24 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.0.0-1 +- Update to 1.0.0 + +* Sun Aug 19 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.6.3-8 +- Rebuilt for Fedora 29 Mass Rebuild binutils issue + +* Fri Jul 27 2018 RPM Fusion Release Engineering <sergio@serjux.com> - 0.6.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 0.6.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.6.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Mar 25 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.6.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Fri Sep 16 2016 Christopher Atherton <the8lack8ox@gmail.com> - 0.6.3-3 +- Add BuildRequires autoconf automake + +* Fri Sep 16 2016 Christopher Atherton <the8lack8ox@gmail.com> - 0.6.3-2 +- Spec file cleanup + +* Sun Sep 11 2016 Christopher Atherton <the8lack8ox@gmail.com> - 0.6.3-1 +- Update to latest release +- Spec file cleanup + +* Wed Jan 13 2016 Christopher Atherton <the8lack8ox@gmail.com> - 0.6.2-2 +- Change package name to fdkaac-cli + +* Mon Jan 11 2016 Christopher Atherton <the8lack8ox@gmail.com> - 0.6.2-1 +- Initial spec @@ -0,0 +1 @@ +01c4cf5a36cecd64f8baba4da195835c fdkaac-1.0.6.tar.gz |