[packages/dcaenc] - new URLs, updated to v3
qboosh
qboosh at pld-linux.org
Sun Mar 3 09:57:10 CET 2024
commit 4d62d1a8d9e3d2e446eda6ad59f78d7bae6cbcd5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 3 08:45:29 2024 +0100
- new URLs, updated to v3
dcaenc.spec | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/dcaenc.spec b/dcaenc.spec
index 6569676..f2f9793 100644
--- a/dcaenc.spec
+++ b/dcaenc.spec
@@ -6,14 +6,19 @@
Summary: Encoder for DTS Coherent Acoustics audio format
Summary(pl.UTF-8): Koder formatu dźwięku DTS Coherent Acoustics
Name: dcaenc
-Version: 2
+Version: 3
Release: 1
License: LGPL v2.1+ (but requires patent license in some countries)
Group: Libraries
-Source0: http://aepatrakov.narod.ru/olderfiles/1/%{name}-%{version}.tar.gz
-# Source0-md5: 9da4d1b4716d7ab49b4cb9c6ac9461df
-URL: http://aepatrakov.narod.ru/index/0-2
+#Source0Download: https://gitlab.com/patrakov/dcaenc/-/releases
+Source0: https://gitlab.com/patrakov/dcaenc/-/archive/v%{version}/%{name}-%{version}.tar.bz2
+# Source0-md5: 7b6eabcfc462f93c745e577b3331d38b
+URL: https://gitlab.com/patrakov/dcaenc
+BuildRequires: autoconf >= 2.65
+BuildRequires: automake
BuildRequires: alsa-lib-devel >= 1.0.11
+BuildRequires: libtool >= 2:2
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -66,9 +71,14 @@ DTS Coherent Acoustics output plugin for ALSA.
Wtyczka wyjściowa DTS Coherent Acoustics dla systemu ALSA.
%prep
-%setup -q
+%setup -q -n %{name}-v%{version}-9b89d76025bfdaffd2ed59f51225316c1da8c5ce
%build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure \
%{!?with_alsa:--disable-alsa} \
%{?with_static_libs:--enable-static}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/dcaenc.git/commitdiff/4d62d1a8d9e3d2e446eda6ad59f78d7bae6cbcd5
More information about the pld-cvs-commit
mailing list