Magellan Linux

Contents of /branches/magellan-next/core/alsa/alsa-1.0.24-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9608 - (show annotations) (download)
Wed Dec 28 15:10:55 2011 UTC (12 years, 5 months ago) by niro
File size: 758 byte(s)
-rev bump to -r2, using new mfeature settings
1 # $Id$
2
3 PNAME="alsa"
4 PVER="1.0.24"
5 PBUILD="r2"
6
7 PCATEGORIE="fake"
8
9 PKGTYPE="virtual"
10 msetfeature "!pkgbuild" "!strip"
11
12 DESCRIPTION="Advanced Linux Sound Architecture Meta Package."
13 HOMEPAGE="http://www.alsa-project.org/"
14
15 DEPEND=">= virtual/alsa-drivers
16 >= media-libs/alsa-lib-${PVER}
17 >= media-sound/alsa-utils-${PVER}
18 >= media-libs/alsa-oss-1.0.17
19 >= media-sound/alsa-tools-${PVER}
20 >= media-sound/alsa-plugins-${PVER}
21 >= media-sound/alsa-firmware-${PVER}"
22
23 src_install()
24 {
25 echo
26 echo "This is only a fake smage2 for ${PNAME}-${PVER}-${PBUILD}."
27 echo "No Package will be build."
28 echo
29 }
30
31 postinstall()
32 {
33 echo
34 echo "WARNING!!! The mixer channels for the ALSA driver are muted by default!!!"
35 echo "Please use 'alsamixer' to unmute them ..."
36 echo
37 }