新闻聚合器

qsynth 0.3.1-1

软件更新 - 周二, 2007-11-13 22:36
Qt GUI for fluidsynth

stellarium 0.9.0-1

软件更新 - 周二, 2007-11-13 22:36
A stellarium with great graphics and a nice database of sky-objects

speedcrunch 0.8-1

软件更新 - 周二, 2007-11-13 22:07
a simple but powerful calculator using QT

lft 3.0-3

软件更新 - 周二, 2007-11-13 21:10
A layer four traceroute implementing numerous other features

kobodeluxe 0.4.1-1

软件更新 - 周二, 2007-11-13 21:10
kobodeluxe is an enhanced version of Akira Higuchi's game XKobo

cdargs 1.35-1

软件更新 - 周二, 2007-11-13 21:10
A replacement for 'cd' that includes bookmarks/browsing for faster navigation

hmmer 2.3.2-2

软件更新 - 周二, 2007-11-13 21:10
Profile hidden Markov models (profile HMMs) can be used to do sensitive database searching using statistical descriptions of a sequence family's consensus

[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, 无 次查看)

qt3 3.3.8-6

软件更新 - 周二, 2007-11-13 18:08
The QT gui toolkit.

gettext 0.17-1

软件更新 - 周二, 2007-11-13 16:49
GNU internationalization library

webmin 1.380-1

软件更新 - 周二, 2007-11-13 16:48
a web-based interface for system administration

usermin 1.310-1

软件更新 - 周二, 2007-11-13 16:48
a web interface that can be used to easily perform tasks like reading mail, setting up SSH or configuring mail forwarding

大家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, 无 次查看)

gossip 0.28-2

软件更新 - 周二, 2007-11-13 01:01
A GNOME Jabber client

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

ghc 6.8.1-1

软件更新 - 周一, 2007-11-12 17:47
A state-of-the-art, open source, compiler and interactive environment for Haskell.

tcl 8.4.16-2

软件更新 - 周一, 2007-11-12 06:49
The Tcl scripting language
聚合内容