You are not logged in.

#1 2004-07-13 17:15:54

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

[request] mplayer-arts plugin

or whole mplayer with arts support

I especialy need .pkg becouse MPlayers seems not to compile with gcc-3.4.


jabber id: arael (at) fov (dot) pl

Offline

#2 2004-07-13 17:26:22

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [request] mplayer-arts plugin

hi. i think the arts part i not compiled in because one would then need arts to be installed and there are plenty of people, like me, that would not like to have arts installed if they do not have to.

anyway, i rebuilt mplayer with faad support the other day so you should be able to use the existing PKGBUILD without issue. BUT, you have to remove the last md5sum and change the instances of BLUE-1.4 to, if i remember correctly, 1.6. You should then be free and clear for compiling. oh and don't forget to change --disable-arts to --enable-arts (or whatever that option is)


AKA uknowme

I am not your friend

Offline

#3 2004-07-13 19:58:49

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Re: [request] mplayer-arts plugin

sarah31 wrote:

hi. i think the arts part i not compiled in because one would then need arts to be installed and there are plenty of people, like me, that would not like to have arts installed if they do not have to.

That is why I requested mplayer-arts-plugin package. Anyway even if whole mplayer'd be built with --enable-arts arts would be needed only when building.

./configure do not stops even if --enable-arts is switched and arts isn't installed.

And I know how to build mplayer from abs. I've written that it has gcc-4.3 problems and I don't have a time for downgrading.

# $Id: PKGBUILD,v 1.47 2004/05/25 22:41:07 dorphell Exp $
# Maintainer: dorphell <dorphell@archlinux.org>
pkgname=mplayer
pkgver=1.0pre4
pkgrel=2
pkgdesc="A movie player for linux"
depends=('libmad' 'libungif' 'gtk' 'libvorbis' 'divx4linux' 'cdparanoia' 'codecs' 'sdl')
source=(ftp://ftp.mplayerhq.hu/MPlayer/releases/MPlayer-$pkgver.tar.bz2 
                  ftp://ftp.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-1.tar.bz2 
                  ftp://ftp.mplayerhq.hu/MPlayer/Skin/Blue-1.4.tar.bz2)
url="http://www.mplayerhq.hu/"

build() {
  cd $startdir/src/MPlayer-$pkgver
  ./configure --prefix=/usr --enable-gui --enable-linux-devfs  
    --disable-external-faad --enable-runtime-cpudetection --disable-smb --enable-arts 
         --enable-sdl --enable-x11 --with-win32libdir=/usr/lib/win32 --with-extraincdir=/opt/kde/include 
        --with-extralibdir=/opt/kde/lib
  make || return 1
  make DESTDIR=$startdir/pkg install
  mkdir -p $startdir/pkg/usr/share/mplayer/Skin
  cp etc/{codecs.conf,input.conf,example.conf} $startdir/pkg/usr/share/mplayer
  rm -rf pkg/usr/share/mplayer/font pkg/usr/etc
  mv $startdir/src/font-arial-iso-8859-1/font-arial-{14,18,24,28}-iso-8859-1 $startdir/pkg/usr/share/mplayer/
  cd $startdir/pkg/usr/share/mplayer
  ln -s font-arial-24-iso-8859-1 font
  mv $startdir/src/Blue $startdir/pkg/usr/share/mplayer/Skin/default
}

Can someone build it for me and send package via email or tell me what else (but gcc-3.4 issue) is wrong that I get this:

make[2]: Leaving directory `/var/abs/local/mplayer/src/MPlayer-1.0pre4/loader/dmo'
make[1]: Leaving directory `/var/abs/local/mplayer/src/MPlayer-1.0pre4'
cc -c -I../libvo/ -I../../libvo -march=i686 -O2 -pipe -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/opt/kde/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -Ilibmpdemux -Iloader -Ilibvo -I/usr/include/freetype2 -I/opt/kde/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include  -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include      -o mplayer.o mplayer.c
In file included from mplayer.c:46:
libvo/video_out.h:65: error: parse error before "uint32_t"
libvo/video_out.h:65: warning: no semicolon at end of struct or union
libvo/video_out.h:66: warning: data definition has no type or storage class
libvo/video_out.h:67: error: parse error before '}' token

Thanks in advance.


jabber id: arael (at) fov (dot) pl

Offline

#4 2004-07-13 20:01:56

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [request] mplayer-arts plugin

well that is odd like i say i built it without issue two days ago. my system is current. the only changes i made were the ones i told you of.


AKA uknowme

I am not your friend

Offline

#5 2004-07-14 10:49:26

arael
Member
From: Poland, Katowice
Registered: 2004-02-25
Posts: 75

Re: [request] mplayer-arts plugin

I've found. Local problem. Forget about it. Anyway I'm gonna make mplayer-plugin-arts... soon. smile


jabber id: arael (at) fov (dot) pl

Offline

#6 2004-07-14 15:33:51

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: [request] mplayer-arts plugin

i looked for that plugin last night and could not find it.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB