mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Update Kernel to 2.6.27.20
Update alsa to 1.0.19 Update cdrtools to 2.01.01... Update mISDN 2 to current socket branch
This commit is contained in:
14
lfs/alsa
14
lfs/alsa
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.0.17
|
||||
VER = 1.0.19
|
||||
|
||||
THISAPP = alsa-lib-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -40,7 +40,7 @@ else
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
endif
|
||||
PROG = alsa
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -55,10 +55,10 @@ alsa-utils-$(VER).tar.bz2 = $(DL_FROM)/alsa-utils-$(VER).tar.bz2
|
||||
alsa-firmware-$(VER).tar.bz2 = $(DL_FROM)/alsa-firmware-$(VER).tar.bz2
|
||||
alsa-driver-$(VER).tar.bz2 = $(DL_FROM)/alsa-driver-$(VER).tar.bz2
|
||||
|
||||
$(DL_FILE)_MD5 = 9bbbdc502478cdc75074c9ba42c385b3
|
||||
alsa-utils-$(VER).tar.bz2_MD5 = 14ccd0c900bf663afb36eac6f92d41d6
|
||||
alsa-firmware-$(VER).tar.bz2_MD5 = a334a2b736cc6244162d7cc83247075d
|
||||
alsa-driver-$(VER).tar.bz2_MD5 = 6044062d13dbfe61c0330fe9915cfdb4
|
||||
$(DL_FILE)_MD5 = 73db3666c211e5fb023bb77450cf430d
|
||||
alsa-utils-$(VER).tar.bz2_MD5 = 5ff0379c707c1a29083233edc9ab4e06
|
||||
alsa-firmware-$(VER).tar.bz2_MD5 = bb93a1a58066bdb2308dc7b117df2b67
|
||||
alsa-driver-$(VER).tar.bz2_MD5 = 7045d69c49e70bb88278b8015d5eb509
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -104,7 +104,7 @@ else
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_APP) && make install
|
||||
cd $(DIR_SRC) && tar xfj $(DIR_DL)/alsa-utils-$(VER).tar.bz2
|
||||
cd $(DIR_SRC)/alsa-utils-$(VER) && ./configure
|
||||
cd $(DIR_SRC)/alsa-utils-$(VER) && ./configure --disable-xmlto
|
||||
cd $(DIR_SRC)/alsa-utils-$(VER) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_SRC)/alsa-utils-$(VER) && make install
|
||||
cd $(DIR_SRC) && tar xfj $(DIR_DL)/alsa-firmware-$(VER).tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user