source: projects/specs/trunk/a/alsa-firmware/alsa-firmware-vl.spec @ 12380

Revision 12380, 7.9 KB checked in by tomop, 4 years ago (diff)

updated 12 packages

alsa-firmware-1.2.1-1

alsa-lib-1.2.2-1

alsa-tools-1.2.2-1

alsa-utils-1.2.2-1

gstreamer1-1.16.2-1

linux-firmware-20200316-1

libsrtp-2.3.0-1

libvpx-1.8.2-1

libwebp-1.1.0-1

opus-1.3.1-1

pulseaudio-13.0-1

speex-1.2.0-2

Line 
1# This is a firmware package, so binaries (which are not run on the host)
2# in the end package are expected.
3%define _binaries_in_noarch_packages_terminate_build   0
4
5Summary:        Firmware for several ALSA-supported sound cards
6Summary(ja):    ALSA がサポートするサウンドカード用のファームウェア
7Name:           alsa-firmware
8Version:        1.2.1
9Release:        1%{?_dist_release}
10Group:          Applications/Multimedia
11Vendor:         Project Vine
12Distribution:   Vine Linux
13Packager:       shaolin
14# See later in the spec for a breakdown of licensing
15License:        GPL+ and BSD and GPLv2+ and GPLv2 and LGPLv2+
16URL:            https://www.alsa-project.org/wiki/Main_Page
17Source0:        ftp://ftp.alsa-project.org/pub/firmware/%{name}-%{version}.tar.bz2
18Source1:        alsa-firmware.README
19BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
20Requires:       alsa-tools-firmware >= %{version}
21BuildRequires:  automake
22BuildRequires:  autoconf
23#Requires:       eudev
24
25# noarch, since the package is firmware
26BuildArch:      noarch
27
28%description
29This package contains the firmware binaries for a number of sound cards.
30Some (but not all of these) require firmware loaders which are included in
31the alsa-tools-firmware package.
32
33%description -l ja
34このパッケージには、いろんな種類のサウンドカード用のファームウェアが
35収録されています。これらファームウェアの中には、alsa-tools-firmware
36パッケージに収録されているファームウェアローダを必要とするものがあります。
37
38
39%prep
40%setup -q
41
42
43%build
44
45# Leaving this directory in place ends up with the following crazy, broken
46# symlinks in the output RPM, with no sign of the actual firmware (*.bin) files
47# themselves:
48#
49# /lib/firmware/turtlebeach:
50# msndinit.bin -> /etc/sound/msndinit.bin
51# msndperm.bin -> /etc/sound/msndperm.bin
52# pndsperm.bin -> /etc/sound/pndsperm.bin
53# pndspini.bin -> /etc/sound/pndspini.bin
54#
55# Probably an upstream package bug.
56sed -i s#'multisound/Makefile \\'## configure.ac
57sed -i s#multisound## Makefile.am
58
59#%__aclocal
60#%__automake
61#%__autoconf
62autoreconf -if
63%configure --disable-loader
64make %{?_smp_mflags}
65
66# Rename README files from firmware subdirs that have them
67for i in hdsploader mixartloader pcxhrloader usx2yloader vxloader
68do
69  mv ${i}/README README.${i}
70done
71
72
73%install
74rm -rf $RPM_BUILD_ROOT
75make install DESTDIR=%{buildroot}
76cp -p %{SOURCE1} README.00alsa-firmware
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81
82%files
83%defattr(-,root,root,-)
84%doc COPYING README*
85
86# License: KOS (BSD-alike)
87/lib/firmware/aica_firmware.bin
88
89# License: No explicit license; default package license is GPLv2+
90/lib/firmware/asihpi
91
92# License: GPL (undefined version)
93/lib/firmware/digiface_firmware*
94
95%dir /lib/firmware/ea
96# The licenses for the Echo Audio firmware vary slightly so each is enumerated
97# separately, to be really sure.
98# LGPLv2.1+
99/lib/firmware/ea/3g_asic.fw
100# GPL (undefined version)
101/lib/firmware/ea/darla20_dsp.fw
102# LGPLv2.1+
103/lib/firmware/ea/darla24_dsp.fw
104# LGPLv2.1+
105/lib/firmware/ea/echo3g_dsp.fw
106# GPL (undefined version)
107/lib/firmware/ea/gina20_dsp.fw
108# GPL (undefined version)
109/lib/firmware/ea/gina24_301_asic.fw
110# GPL (undefined version)
111/lib/firmware/ea/gina24_301_dsp.fw
112# GPL (undefined version)
113/lib/firmware/ea/gina24_361_asic.fw
114# GPL (undefined version)
115/lib/firmware/ea/gina24_361_dsp.fw
116# LGPLv2.1+
117/lib/firmware/ea/indigo_dj_dsp.fw
118# LGPLv2.1+
119/lib/firmware/ea/indigo_djx_dsp.fw
120# LGPLv2.1+
121/lib/firmware/ea/indigo_dsp.fw
122# LGPLv2.1+
123/lib/firmware/ea/indigo_io_dsp.fw
124# LGPLv2.1+
125/lib/firmware/ea/indigo_iox_dsp.fw
126# GPL (undefined version)
127/lib/firmware/ea/layla20_asic.fw
128# GPL (undefined version)
129/lib/firmware/ea/layla20_dsp.fw
130# GPL (undefined version)
131/lib/firmware/ea/layla24_1_asic.fw
132# GPL (undefined version)
133/lib/firmware/ea/layla24_2A_asic.fw
134# GPL (undefined version)
135/lib/firmware/ea/layla24_2S_asic.fw
136# GPL (undefined version)
137/lib/firmware/ea/layla24_dsp.fw
138# GPL (undefined version)
139/lib/firmware/ea/loader_dsp.fw
140# LGPLv2.1+
141/lib/firmware/ea/mia_dsp.fw
142# GPL (undefined version)
143/lib/firmware/ea/mona_2_asic.fw
144# GPL (undefined version)
145/lib/firmware/ea/mona_301_1_asic_48.fw
146# GPL (undefined version)
147/lib/firmware/ea/mona_301_1_asic_96.fw
148# GPL (undefined version)
149/lib/firmware/ea/mona_301_dsp.fw
150# GPL (undefined version)
151/lib/firmware/ea/mona_361_1_asic_48.fw
152# GPL (undefined version)
153/lib/firmware/ea/mona_361_1_asic_96.fw
154# GPL (undefined version)
155/lib/firmware/ea/mona_361_dsp.fw
156
157%dir /lib/firmware/emu
158# Licenses vary so are enumerated separately
159# GPLv2
160/lib/firmware/emu/audio_dock.fw
161# GPLv2
162/lib/firmware/emu/emu0404.fw
163# GPLv2
164/lib/firmware/emu/emu1010_notebook.fw
165# GPLv2
166/lib/firmware/emu/emu1010b.fw
167# GPLv2
168/lib/firmware/emu/hana.fw
169# GPLv2+
170/lib/firmware/emu/micro_dock.fw
171
172# License: GPL (undefined version)
173/lib/firmware/ess
174
175# License: No explicit license; default package license is GPLv2+
176/lib/firmware/korg
177
178# License: GPL (undefined version)
179/lib/firmware/mixart
180
181# License: GPL (undefined version)
182/lib/firmware/multiface_firmware*
183
184# License: GPL (undefined version)
185/lib/firmware/pcxhr
186
187# License: GPL (undefined version)
188/lib/firmware/rpm_firmware.bin
189
190# License: GPLv2+
191/lib/firmware/sb16
192
193# License: GPL (undefined version)
194/lib/firmware/vx
195
196# License: No explicit license; default package license is GPLv2+
197# See ALSA bug #3412
198/lib/firmware/yamaha
199
200# Licence: Redistribution allowed, see ca0132/creative.txt
201/lib/firmware/ctefx.bin
202/lib/firmware/ctspeq.bin
203/lib/firmware/ctefx-desktop.bin
204/lib/firmware/ctefx-r3di.bin
205
206# Licence: No explicit license; says it's copied from kernel where the cs46xx
207# driver is labelled as GPLv2+
208/lib/firmware/cs46xx
209
210# Even with --disable-loader, we still get usxxx firmware here; looking at the
211# alsa-tools-firmware package, it seems like these devices probably use an old-
212# style hotplug loading method
213# License: GPL (undefined version)
214%{_datadir}/alsa/firmware
215
216
217%changelog
218* Fri Apr 17 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.1-1
219- new upstream release.
220
221* Sat Jul 11 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.29-1
222- new upstream release
223
224* Sun Jul 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.28-1
225- new upstream release
226- change Requires: eudev instead of udev
227
228* Sun Jul 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.0.25-1
229- new upstream release
230
231* Sun May 08 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-2
232- rebuild
233- define the _binaries_in_noarch_packages_terminate_build macro to 0,
234  as these files are arch-dependent but binary files
235
236
237* Fri May 28 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.23-1
238- new upstream release
239
240* Thu Jul  2 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.20-1
241- new upstream release
242
243* Thu Feb 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.0.19-1
244- initial build for Vine Linux
245
246* Tue Jan 20 2009 Tim Jackson <rpm@timj.co.uk> - 1.0.19-1
247- Update to 1.0.19
248
249* Mon Jul 21 2008 Jaroslav Kysela <jkysela@redhat.com> - 1.0.17-1
250- Updated to 1.0.17
251
252* Mon May 12 2008 Tim Jackson <rpm@timj.co.uk> - 1.0.16-1
253- Update to upstream 1.0.16
254- Clarify licensing conditions
255
256* Tue Aug 14 2007 Tim Jackson <rpm@timj.co.uk> - 1.0.14-1
257- Update to upstream 1.0.14, but skip turtlebeach firmware as it doesn't seem
258  to install properly
259- Remove files from old-style firmware loader locations
260- Spec file cosmetics, keep rpmlint quiet
261
262* Sat Nov 25 2006 Tim Jackson <rpm@timj.co.uk> - 1.0.12-1
263- Update to 1.0.12
264- Add udev dep
265
266* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
267- rebuilt
268
269* Sat Apr 03 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.4-0.fdr.1
270- Update to 1.0.4
271
272* Fri Jan 16 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.1-0.fdr.2
273- add missing rm in install section
274
275* Fri Jan 09 2004 Thorsten Leemhuis <fedora[AT]leemhuis.info> - 1.0.1-0.fdr.1
276- Update to 1.0.1
277- Contains now the license -- is "Distributable under GPL"
278
279* Thu Dec 04 2003 Thorsten Leemhuis <fedora[AT]leemhuis.info> 1.0.0-0.fdr.0.1.rc1
280- Initial build.
Note: See TracBrowser for help on using the repository browser.