]> git.pld-linux.org Git - packages/dcadec.git/commitdiff
- separate -libs; base conflicts with dcadec library contained in base libdts package auto/th/dcadec-0.0.0-0.20150606.1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Jun 2015 15:44:13 +0000 (17:44 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 17 Jun 2015 15:44:13 +0000 (17:44 +0200)
dcadec.spec

index 33b78e2e5bca5cdd6f2a112d22f78d1db008221b..3d027d6601ea6f6ca06b917e747cdf9b4b48e5a8 100644 (file)
@@ -11,10 +11,13 @@ Version:    0.0.0
 %define        gitref  2a9186e34ce557d3af1a20f5b558d1e6687708b9
 Release:       0.%{snap}.1
 License:       LGPL v2.1+
-Group:         Libraries
+Group:         Applications/Sound
 Source0:       https://github.com/foo86/dcadec/archive/2a9186e34ce557d3af1a20f5b558d1e6687708b9/%{name}-%{snap}.tar.gz
 # Source0-md5: 37df95f78aa614ef1adbadc6b466c4b4
 URL:           https://github.com/foo86/dcadec
+Requires:      %{name}-libs = %{version}-%{release}
+# dcadec binary
+Conflicts:     libdts
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -55,11 +58,54 @@ Nie obsługiwane:
 - dekodowanie strumieni DTS Express
 - wykonywanie kompresji dynamiki oraz normalizacja dialogów
 
+%package libs
+Summary:       Free DTS Coherent Acoustics decoder library with support for HD extensions
+Summary(pl.UTF-8):     Wolnodostępna biblioteka dekodera DTS Coherent Acoustics z obsługą rozszerzeń HD
+Group:         Libraries
+
+%description libs
+libdcadec is a free DTS Coherent Acoustics decoder library with
+support for HD extensions.
+
+Supported features:
+- Decoding of standard DTS core streams with up to 5.1 channels
+- Decoding of DTS-ES streams with discrete back channel
+- Decoding of High Resolution streams with up to 7.1 channels and
+  extended bitrate
+- Decoding of 96/24 core streams
+- Lossless decoding of Master Audio streams with up to 7.1 channels, 192
+  kHz
+- Downmixing to stereo and 5.1 using embedded coefficients
+
+Features not implemented:
+- Decoding of DTS Express streams
+- Applying dynamic range compression and dialog normalization
+
+%description libs -l pl.UTF-8
+libdcadec to wolnodostępna biblioteka dekodera formatu DTS Coherent
+Acoustics z obsługą rozszerzeń HD.
+
+Obsługiwane:
+- dekodowanie standardowych strumieni podstawowych DTS o liczbie
+  kanałów do 5.1
+- dekodowanie strumieni DTS-ES z dyskretnym kanałem tylnym
+- dekodowanie strumieni HD o liczbie kanałów do 7.1 z rozszerzoną
+  prędkością bitową
+- dekodowanie strumieni podstawowych 96/24
+- bezstratne dekodowanie strumieni Master Audio o liczbie kanałów do
+  7.1, do 192 kHz
+- miksowanie w dół do stereo i 5.1 przy użyciu wbudowanych
+  współczynników
+
+Nie obsługiwane:
+- dekodowanie strumieni DTS Express
+- wykonywanie kompresji dynamiki oraz normalizacja dialogów
+
 %package devel
 Summary:       Header files for libdcadec library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki libdcadec
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name}-libs = %{version}-%{release}
 
 %description devel
 Header files for libdcadec library.
@@ -111,13 +157,16 @@ cp -p libdcadec/libdcadec.a $RPM_BUILD_ROOT%{_libdir}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
-%postun        -p /sbin/ldconfig
+%post  libs -p /sbin/ldconfig
+%postun        libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc README.md
 %attr(755,root,root) %{_bindir}/dcadec
+
+%files libs
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libdcadec.so
 
 %files devel
This page took 0.084293 seconds and 4 git commands to generate.