Accepting request 706126 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/706126 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alsa-firmware?expand=0&rev=40
This commit is contained in:
commit
f912cc5466
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -21,3 +21,6 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Specific LFS patterns
|
||||||
|
ctefx-desktop.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
ctefx-r3di.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 28 19:57:17 CEST 2019 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Install missing firmware files for CA0132 codec (bsc#1136638)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 26 17:34:19 CET 2015 - tiwai@suse.de
|
Thu Feb 26 17:34:19 CET 2015 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@ Release: 0
|
|||||||
Source: ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
|
Source: ftp://ftp.alsa-project.org/pub/firmware/alsa-firmware-%{package_version}.tar.bz2
|
||||||
Source1: usx2yaudio.rules
|
Source1: usx2yaudio.rules
|
||||||
Source2: usx2yaudio-old.rules
|
Source2: usx2yaudio-old.rules
|
||||||
|
Source3: ctefx-desktop.bin
|
||||||
|
Source4: ctefx-r3di.bin
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: alsa
|
Requires: alsa
|
||||||
@ -67,6 +69,8 @@ for d in ess korg sb16 yamaha; do
|
|||||||
rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
|
rm -rf $RPM_BUILD_ROOT/lib/firmware/$d
|
||||||
done
|
done
|
||||||
%endif
|
%endif
|
||||||
|
install -c -m 0644 %{SOURCE3} %{buildroot}/lib/firmware/
|
||||||
|
install -c -m 0644 %{SOURCE4} %{buildroot}/lib/firmware/
|
||||||
# change identical files to symlinks for hdsploader
|
# change identical files to symlinks for hdsploader
|
||||||
pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
|
pushd $RPM_BUILD_ROOT%{_datadir}/alsa/firmware/hdsploader
|
||||||
for i in *.bin; do
|
for i in *.bin; do
|
||||||
|
3
ctefx-desktop.bin
Normal file
3
ctefx-desktop.bin
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c9ab092e5717080bcd90971d44aa7d8d30778058ea691dda76320cd315dcc18e
|
||||||
|
size 655856
|
3
ctefx-r3di.bin
Normal file
3
ctefx-r3di.bin
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:324b44968afd5a232651f5e040e41c12ebd120cd768c9559a4a7b7a5c823f7dc
|
||||||
|
size 655816
|
Loading…
Reference in New Issue
Block a user