You are not logged in.

#1 2004-05-15 01:06:20

usedtire
Member
Registered: 2004-02-12
Posts: 50

Request: mpeg4ip

Anyone have a package for that?

Offline

#2 2004-05-15 17:06:22

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Request: mpeg4ip

I'm not sure why you want that kind of software..
what is it exactly that you want to do?

Offline

#3 2004-05-17 18:36:35

usedtire
Member
Registered: 2004-02-12
Posts: 50

Re: Request: mpeg4ip

I've been using it on Slackware for over a year now.  The majority of the use is for a training facility.  That way students and staff can check the news.  We stream a video signal that users can watch on Quicktime.  Eventually I would like to use Darwin Streaming Server to offer multiple streams.

Offline

#4 2004-05-17 19:34:05

zeppelin
Member
From: Athens, Greece
Registered: 2004-03-05
Posts: 807
Website

Re: Request: mpeg4ip

well you're unlucky. the source when compiled with latest gcc gives me:
cc1plus: warning: command line option "-Wmissing-prototypes" is valid for C/ObjC but not for C++
make[3]: *** [bitstream.lo] Error 1
make[3]: Leaving directory `/home/nk/packages/mpeg4ip/src/mpeg4ip-1.0/lib/bitstream'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/nk/packages/mpeg4ip/src/mpeg4ip-1.0/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nk/packages/mpeg4ip/src/mpeg4ip-1.0'
make: *** [all] Error 2


the PKGBUILD if you want to try it out yourself [if yo uhavea previous version of gcc than mine (3.4) or when new version is out]

# Contributor: Nikos Kouremenos <nk@ebox.gr>
                                                                                          
pkgname=mpeg4ip
pkgver=1.0
pkgrel=1
pkgdesc="MPEG4IP provides an end-to-end system to explore streaming multimedia."
depends=(libtool autoconf automake gtk2 sdl)
md5sums=('6ac635a1dd02d874054d6092f350157c')
url="http://mpeg4ip.sourceforge.net/index.php"
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
#license=
                                                                                          
build() {
  cd $startdir/src/$pkgname-$pkgver
  ./bootstrap --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

Offline

Board footer

Powered by FluxBB