LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1092|回复: 5

kmix在kde的哪个包里?

[复制链接]
发表于 2006-10-11 01:56:37 | 显示全部楼层 |阅读模式
我安装的是kdebase,里面没有包含kmix

pacman -Sy kmix也没有

看到很多帖说装好kde就包含了这个,但我又不想完全安装

每次调音量都要用aumix,感觉极度不方便

请问arch下要怎样安装kmix啊?
发表于 2006-10-11 07:54:57 | 显示全部楼层
kdemultimedia
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-11 12:07:46 | 显示全部楼层
多谢楼上的,嘿嘿
回复 支持 反对

使用道具 举报

发表于 2006-10-11 12:13:00 | 显示全部楼层
  1. pkgname=kmix
  2. pkgver=3.5.4
  3. kdever=3.5.4 # if minor 0, then without .0
  4. pkgrel=1
  5. pkgdesc="KDE Multimedia Programs."
  6. url="http://www.kde.org"
  7. groups=('kde')
  8. depends=('kdelibs>=3.5.4' )

  9. # for easier build, just uncomment the mirror you want to use
  10.   mirror="ftp.solnet.ch/mirror/KDE"      
  11. conflicts=('kdemultimedia')
  12. source=(ftp://$mirror/stable/$kdever/src/kdemultimedia-$pkgver.tar.bz2)

  13. build() {
  14.   # Uninstall akode before compile!
  15.   # Source the QT and KDE profile
  16.   [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
  17.   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
  18.   # start building
  19.   cd $startdir/src/kdemultimedia-$pkgver
  20.   sed -i -e 's/applications-merged/kde-applications-merged/g' kappfinder-data/Makefile.{am,in}
  21.   ./configure --prefix=/opt/kde \
  22.   --with-alsa --with-lame --with-vorbis \
  23.   --disable-dependency-tracking --disable-debug --with-speex --enable-gcc-hidden-visibility \
  24.   --enable-final
  25.   # --disable-strict --disable-warnings
  26.   #--enable-final # remove this if you build with < 512mb ram.
  27.   cd kmix
  28.   make || return 1
  29.   make DESTDIR=$startdir/pkg install || return 1
  30. }
  31. #md5sums=('f98ef8465bf4de1eb36bc3bdb1f4f7d6')
复制代码


不想安很多附加软件可以用这个
回复 支持 反对

使用道具 举报

发表于 2006-10-11 13:18:27 | 显示全部楼层
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-11 22:54:37 | 显示全部楼层
晕死,晚看到4,5楼朋友的贴了

等有空我卸载了kdemultimedia,再单独弄这些

谢谢各位!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表