Arch 讨论区

[PKGBUILD] Gsopcast的0.3.1版本。也就是svn版本。

Arch 讨论区 - 周二, 2007-11-13 18:58
貌似这个东西很久没有更新了。源里面是0.2.10版本。

还有些了个补丁,把配置文件转移到.config目录下了。

不喜欢所有配置文件都在home一级目录下。

代码: # Contributor: lh <jarryson@gmail.com>

pkgname=gsopcast
pkgver=0.3.1
pkgrel=1
pkgdesc="A GTK front-end of p2p TV sopcast"
arch=('i686' 'x86_64')
url="http://lianwei3.googlepages.com/home2"
license="GPL"
arch=('i686')
makedepends=('pkgconfig' 'gnome-common')
depends=('sopcast' 'gtk2' 'cairo' 'alsa-lib')
source=(gsopcast.desktop gsopcast.png gsopcast-move-configfile.patch)

build()  {
  cd $startdir/src
  echo "svn checkout ..."
  svn checkout http://gsopcast.googlecode.com/svn/trunk/ gsopcast

  cd $startdir/src/$pkgname
  patch -NRp0 < ../gsopcast-move-configfile.patch

  ./autogen.sh
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="$startdir/pkg" install
 
  chmod a+x $$startdir/pkg/usr/bin/gsopcast
  install -D $startdir/src/gsopcast.desktop $startdir/pkg/usr/share/applications/gsopcast.desktop
  install -D $startdir/src/gsopcast.png $startdir/pkg/usr/share/pixmaps/gsopcast.png

}


# vim:set ts=2 sw=2 et: 打包文件见附件。
上传的附件 gsopcast.tar.bz2 (10.0 KB, 无 次查看)

大家pacman -S 有没有觉得有时候会停着不动?

Arch 讨论区 - 周二, 2007-11-13 15:30
每次安装稍微大点的程序时候pacman就停在那里不动了.时间也不走,下载速度也不动,必须ctrl+c后再pacman -S才行..郁闷啊.

大家怎樣解決 xfce 自動掛載 fat32 亂碼?

Arch 讨论区 - 周二, 2007-11-13 15:17
這幾天花了不少氣力到處找方法,目前是打上了archlinux forum裡這篇貼提供的patch來使用的,確實中文正確顯示了。

但最希望是能用gnome-mount 替換掉exo-mount,否則待下個版本的exo這個patch未必能用。可是到目前還找不到替換的方法,那個exo的套件似乎深深植入了xfce裡不敢隨便刪掉。大家說說自己是怎樣做的?

求教:wine中文显示

Arch 讨论区 - 周二, 2007-11-13 14:03
装了wine,无法显示中文,我按网上的说法复制了字体到font文件夹,没用啊。望高手多多指教。

[PKGBUILD]bitstormlite,一个小巧的bt客户端。

Arch 讨论区 - 周二, 2007-11-13 13:56
最近怎么喜欢安装软件了。。就写了些pkgbuild。

bitstormlite版本0.2m,应该速度还是不错的。

代码: # Contributor: lh <jarryson@gmail.com>
pkgname=bitstormlite
pkgver=0.2m
pkgrel=1
pkgdesc="A small and fast BitTorrent client"
arch=(i686)
url="http://sourceforge.net/projects/bbom/"
license=('GPL')
groups=()
depends=()
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=(http://nchc.dl.sourceforge.net/sourceforge/bbom/BitStormLite-0.2m.tar.gz $pkgname.png $pkgname.desktop)
noextract=()


build() {
  cd $startdir/src/BitStormLite-$pkgver

  ./configure --prefix=/usr
  make || return 1
  make DESTDIR="$startdir/pkg" install

  cd $startdir/src/
  install -D -m644 bitstormlite.desktop $startdir/pkg/usr/share/applications/bitstormlite.desktop ||return 1
  install -D -m644 bitstormlite.png $startdir/pkg/usr/share/pixmaps/bitstormlite.png ||return 1
}

# vim:set ts=2 sw=2 et: 打包见附件
上传的附件 bitstormlite.tar.gz (20.0 KB, 无 次查看)

qt Segmentation fault

Arch 讨论区 - 周一, 2007-11-12 23:48
[root@arch bin]# qtdemo
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
QGLContext::makeCurrent(): Cannot make invalid context current.
Segmentation fault

安装mesa出现问题

Arch 讨论区 - 周日, 2007-11-11 16:51
[root@myhost ~]# pacman -S mesa
resolving dependencies... done.
looking for inter-conflicts... done.

Targets: glproto-1.4.9-1 mesa-7.0.1-1

Total Package Size: 0.72 MB

Proceed with installation? [Y/n] y
checking package integrity... done.
cleaning up... done.
(2/2) checking for file conflicts [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (conflicting files)
mesa: /usr/include/GL/gl.h exists in filesystem
mesa: /usr/include/GL/glext.h exists in filesystem
mesa: /usr/include/GL/glx.h exists in filesystem
mesa: /usr/include/GL/glxext.h exists in filesystem

errors occurred, no packages were upgraded.

写给第一次尝试Arch Linux的朋友——Arch Linux安装粗略指南

Arch 讨论区 - 周日, 2007-11-11 16:36
图片太多,无法直接发上来!
附件在我的博客上,见下面链接,顺便给博客打打广告。

http://www.pigg.org.cn/read.php?74

引用: 写给第一次尝试Arch Linux的朋友——Arch Linux安装粗略指南
V0.1 2007-11-11^_^,光棍节)
fluomole@gmail.com
个人博客:http://pigg.org.cn欢迎来踩1、 下载Arch Linux安装光盘的iso文件,验证md5后刻录,将刻录好的光盘塞入光驱,bios里将光驱启动设为第一启动选项;
附:
iso下载地址:ftp://archlinux的镜像地址/iso/latest/i686/Archlinux-i686-2007.xx-x.core.iso
ftp://archlinux的镜像地址/iso/latest/ x86_64/Archlinux-x86_64-2007.xx-x.core.iso
xx-x表示Arch Linux的版本,当前最新稳定版本为08-2。
注:
如果你想使用其它安装方式,如硬盘安装、USB设备安装或者ftp安装等,请参考其他相关文档,这里只讨论使用光盘进行安装的方式。

bluedj PKGBUILD

Arch 讨论区 - 周日, 2007-11-11 16:02
bluedj有问题,已删

有关Archlinux的安装手册

Arch 讨论区 - 周六, 2007-11-10 22:57
请问在哪儿可以找到比较全面完整的Archlinux安装机配置手册啊,新手求助

请问pacman的本地数据库对应哪些文件?(已解决)

Arch 讨论区 - 周六, 2007-11-10 12:36
pacman -Sy 可以看到下载了core,extra,community三个包,在本地有对应的文件嘛?
我用pacman -Ql pacman看了列出来的文件都不像

在PKGBUILD里面作symbol link的问题

Arch 讨论区 - 周五, 2007-11-09 14:42
:daniu:

如题。

是不是在post_install里面作?

请问旧的PKGBUILD哪里可以获得

Arch 讨论区 - 周四, 2007-11-08 22:56
我想要xorg-11R6.8.1的PKGBUILD,这种东西会有svn或cvs维护么?

kde下音量控制键无效

Arch 讨论区 - 周四, 2007-11-08 11:21
hp compaq nx5000的笔记本,三个音量控制键在kde下无法识别(kmilo服务已运行),而在gnome下是可以的,在kubuntu下也是能识别的,请问这是怎么回事?

求助:ASUS EAH2400 显卡使用什么显卡驱动

Arch 讨论区 - 周四, 2007-11-08 05:01
使用ASUS EAH2400 显卡使用什么显卡驱动但是无法安装显卡,xorg安装提示找不到ati驱动,是使用的xf86-video-ati的驱动否

Archlinux哪里能写入静态路由表?

Arch 讨论区 - 周四, 2007-11-08 00:19
由于学校局域网和ADSL共享,要两网卡并且要改写路由,
因为路由要root写,不方便,看其它linux有静态路由表可以在启动时加载.却找不到archlinux的静态路由表在哪个文件

能否让 slim 像zenwalk上那样於login畫面应响F2-F6按键?

Arch 讨论区 - 周三, 2007-11-07 16:00
zenwalk的slim在登入时提供了:
引用: F1-session F2-locale F3-keyboard F4-suspend F5-reboot F6-halt language一项是我最想要的,其它的reboot, halt也很实用,如果搞得定我就不需要 gdm了:) 但不知是否需要动源码? 看zenwalk的 release note是说改过才支持 custom command.....
上传的图像 zenwalk_slim_language.png (176.7 KB, 无 次查看) 上传的附件 slimconfigurationfromzenwalk.zip (7.6 KB, 无 次查看)

更新之后,NO Xserver installed

Arch 讨论区 - 周三, 2007-11-07 15:50
我把系统更新到最新以后,安装xorg,hwd,然后hwd -x,提示:NO Xserver installed。然后我再次安装xorg-server,提示:could not detect nvidia-utils.will attem to use built-in libwfb,我是用虚拟机安装的,我觉得不应该需要nvidia-utils,但是我还是装了,还是不行NO Xserver installed。
看来pacman -Syu 还真是需要人品啊

arch的mirror又变了么?

Arch 讨论区 - 周三, 2007-11-07 13:16
mirrors.lcuc.org.cn只有community了。

# pacman -Sy
:: Synchronizing package databases...
error: failed retrieving file 'testing.db.tar.gz' from mirrors.lcuc.org.cn : Not Found
error: failed to synchronize testing: Not Found
error: failed retrieving file 'core.db.tar.gz' from mirrors.lcuc.org.cn : Not Fo und
error: failed to synchronize core: Not Found
error: failed retrieving file 'extra.db.tar.gz' from mirrors.lcuc.org.cn : Not F ound
error: failed to synchronize extra: Not Found
community 321.7K 188.4K/s 00:00:02 [#####################] 100%
error: failed retrieving file 'unstable.db.tar.gz' from mirrors.lcuc.org.cn : No t Found
error: failed to synchronize unstable: Not Found
local database is up to date

谢谢。

archlinux 下kde的一个bug到现在还没有解决~

Arch 讨论区 - 周三, 2007-11-07 09:05
kde下对桌面右键设置显示器,如果过快点“显示”选项卡,桌面会黑屏丢失,只剩下任务栏~
聚合内容