You are not logged in.

#1 2004-11-19 17:52:11

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

[NEW] Xanim: animations, audio and video player

Xanim is an animation, audio and video player for various formats. It's popular on Unix systems. Enjoy! tongue

PKGBUILD:

# Contributor: Eric Belanger <belanger@astro.umontreal.ca>

pkgname=xanim
pkgver=2.80.1
pkgrel=1
pkgdesc="XAnim is a program that can play animations, audio and video of various formats"
url="http://smurfland.cit.buffalo.edu/xanim/home.html"
license=""
depends=('x-server' 'glibc')
makedepends=('sed' 'x-server' 'zlib')
source=(http://smurfland.cit.buffalo.edu/xanim/files/${pkgname}2801.tar.gz)
md5sums=('e2ecd086c160f18dd7cc3cac438758c2')

build() {
  cd $startdir/src/${pkgname}2801
  xmkmf
  sed -i 's=INCROOT = /usr/X11R6/include=INCROOT = /usr/X11R6/include/X11=' Makefile
  cp docs/xanim.man .
  make || return 1
  make DESTDIR=$startdir/pkg install
  make DESTDIR=$startdir/pkg install.man
}

Offline

#2 2005-06-03 13:15:22

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: [NEW] Xanim: animations, audio and video player

Thanks for this. I was looking around all over the place for it, and then I come to the ol faithful archlinux forums, and someone has the pkgbuild for it.

Offline

Board footer

Powered by FluxBB