Re: error compiling mplayer

2012-07-22 Thread Raimund Steger
David Banning wrote: That doesn't look like a problem with mplayer per se, rather with your GTK or XRANDR install. I wonder if these two versions of gtk could represent a problem; This should be fine, 1.x and 2.x can coexist. Scim is unrelated, it's the Linux input engine.

Re: error compiling mplayer

2012-07-22 Thread David Banning
> That doesn't look like a problem with mplayer per se, rather with your > GTK or XRANDR install. I wonder if these two versions of gtk could represent a problem; [root@3s1 ~]# cd /var/db/pkg [root@3s1 /var/db/pkg]# ls -tld *gtk* drwxr-xr-x 2 root wheel 512 Jul 12 17:40 gtk-2.22.1

Re: error compiling mplayer

2012-07-22 Thread Raimund Steger
Hi, David Banning wrote: getting this error on compile of mplayer; /usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetScreenResourcesCurrent' /usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetOutputPrimary' collect2: ld returned 1 exit status gmake: **

error compiling mplayer

2012-07-21 Thread David Banning
getting this error on compile of mplayer; /usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetScreenResourcesCurrent' /usr/local/lib/libgdk-x11-2.0.so: undefined reference to `XRRGetOutputPrimary' collect2: ld returned 1 exit status gmake: *** [mplayer] Error 1 *** Error co

Re: mplayer fails to compile on amd64 machine

2012-01-21 Thread Antonio Olivares
> /usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/aacsbr.c:580: > undefined reference to `log2f' > collect2: ld returned 1 exit status > gmake: *** [mplayer] Error 1 > *** Error code 1 > > Stop in /usr/ports/multimedia/mplayer. > ***

Re: mplayer fails to compile on amd64 machine

2012-01-21 Thread Bill Tillman
From: Antonio Olivares To: FreeBSD Questions Sent: Thursday, January 19, 2012 9:07 PM Subject: mplayer fails to compile on amd64 machine Dear kind folks, Running Amd64 FreeBSD 8.0 updated l/live/groupsock/libgroupsock.a                  -lm -rpath=/usr/lib:/usr/local/lib -Wl,-rpath

mplayer fails to compile on amd64 machine

2012-01-19 Thread Antonio Olivares
-2.0 -lglib-2.0 -lglib-2.0 ffmpeg/libavcodec/libavcodec.a(ffv1.o): In function `find_best_state': /usr/ports/multimedia/mplayer/work/mplayer-export-2011-12-18/ffmpeg/libavcodec/ffv1.c:243: undefined reference to `log2' ffmpeg/libavcodec/libavcodec.a(aacsbr.o): In function `sbr_make_f_mas

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-30 Thread Antonio Olivares
> try the following: > > rm /var/db/mixer*-state > sysctl hw.snd.vpc_reset=1 > sysctl hw.snd.vpc_autoreset=0 > echo "hw.snd.vpc_autoreset=0" >> /etc/sysctl.conf > > cheers. > alex > Thank you very much Alex :) I was getting an error with this command: > systcl hw.snd.vpc_autoreset=0 but it was a

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-30 Thread Alexander Best
Mixer monitor is currently set to 75:75 > Recording source: mic > > in /boot/device.hints > > hint.pcm.0.vol="100" > hint.pcm.1.vol="100" > hint.pcm.2.vol="100" > > But when I play with mplayer, the pcm setting is at 48% > > I the

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Antonio Olivares
at > least the relevant ones: > >        % mixer vol 100 >        % mixer pcm 100 > > From the last time, I had set mplayer's volume to zero. > Starting mplayer, no sound could be heared - as expected, > even as "mixer" displayed 100 for "pcm&

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
ntly set to 50:50 > Mixer monitor is currently set to 75:75 > Recording source: mic I've also tried: First I set the mixer settings to the ones you have, at least the relevant ones: % mixer vol 100 % mixer pcm 100 >From the last time, I had set mplayer's volume

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Antonio Olivares
;100" hint.pcm.1.vol="100" hint.pcm.2.vol="100" But when I play with mplayer, the pcm setting is at 48% I then increase the sound level by using the (*) key to increase it and the (/) key to lower it. I had reason to believe that once I would set up the sound using /boot/device

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
On Thu, 29 Sep 2011 18:17:50 -0400, Jerry wrote: > On Thu, 29 Sep 2011 23:58:29 +0200 > Polytropon articulated: > > > On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote: > > > On Thu Sep 29 11, Polytropon wrote: > > > > This is ANNOYING. > > > > > > > > Does anyone know a solution for this?

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Jerry
On Thu, 29 Sep 2011 23:58:29 +0200 Polytropon articulated: > On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote: > > On Thu Sep 29 11, Polytropon wrote: > > > This is ANNOYING. > > > > > > Does anyone know a solution for this? > > > > try 'sysctl hw.snd.vpc_autoreset=0'. > > Many thanks!

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Polytropon
On Thu, 29 Sep 2011 17:27:49 +, Alexander Best wrote: > On Thu Sep 29 11, Polytropon wrote: > > This is ANNOYING. > > > > Does anyone know a solution for this? > > try 'sysctl hw.snd.vpc_autoreset=0'. Many thanks! This restored the default behaviour! I have it set in /etc/sysctl.conf now. A

Re: Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-29 Thread Alexander Best
On Thu Sep 29 11, Polytropon wrote: > Since I've installed OS v8.2 (STABLE of late August), mplayer > has developed an annoying habit: It "accidentally" resets its > volume settings. > > I have the following configuration: The "vol" (master) channel > of

Volume control in mplayer resetting 50% when starting / stopping video clips

2011-09-28 Thread Polytropon
Since I've installed OS v8.2 (STABLE of late August), mplayer has developed an annoying habit: It "accidentally" resets its volume settings. I have the following configuration: The "vol" (master) channel of the mixer is controlled by the volume keys on the top right of my

FULLY SOLVED Re: problems with mplayer & teTeX-base after updating ports

2011-07-30 Thread Antonio Olivares
ex -interaction=nonstopmode diffyqs.tex > pdflatex -interaction=nonstopmode diffyqs.tex > makeindex diffyqs > pdflatex -interaction=nonstopmode diffyqs.tex > > /*** end build script **/ > /*  end of book that could not compile in FreeBSD with teTeX packages > fr

Re: problems with mplayer & teTeX-base after updating ports(SOLVED)

2011-07-29 Thread Antonio Olivares
**/ /* end of book that could not compile in FreeBSD with teTeX packages from FreeBSD */ The mplayer port still crashes, but I will wait a fix from maintainer and/or mplayer list. Sorry for the noise with *tex* here. I apologize. Regards, Antonio

Re: problems with mplayer & teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
t'! [olivares@tricorehome ~/Documents]$ latex GSWLaTeX.tex bash: latex: command not found Documentation depends on teTeX/teTEX-base, etc. I left english documentation, but later removed it to avoid the error(s) :( According to portmaster, I just have mplayer update pending: tricorehome# portmast

Re: problems with mplayer & teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
On Fri, Jul 29, 2011 at 3:55 PM, Antonio Olivares wrote: > Dear folks, > > I have successfully updated most ports, but having problems with mplayer: > >      /usr/local/live/BasicUsageEnvironment/libBasicUsageEnvironment.a >                  -L/usr/local/lib  -rpath=/usr/

problems with mplayer & teTeX-base after updating ports

2011-07-29 Thread Antonio Olivares
Dear folks, I have successfully updated most ports, but having problems with mplayer: /usr/local/live/BasicUsageEnvironment/libBasicUsageEnvironment.a -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -liconv -lncurses -lpng -lz -ljpeg -lungif -lcdda_interface

mplayer-plugin doesn't work with the current firefox3

2010-06-19 Thread Yuri
Hi, Most TV channels in here http://www.livetvcenter.com/ either don't play (typically they say 'Stopped'), some play from the 10th attempt. All channels I tried to play in separate mplayer work fine. mplayerplug-in-3.55_7 mplayer-1.0.r20100117_2 firefo

Re: terrible mplayer performance

2010-06-15 Thread Chip Camden
On Jun 14 2010 21:06, Neil Short wrote: > --- On Mon, 6/14/10, Polytropon wrote: > > > > > > > Check the output of "pciconf -lv" to see what > > identification of > > your graphics hardware is output. > > result: > ... > vgap...@pci0:0:2:0: class=0x03 card=0x140a103c chip=0x004680

Re: terrible mplayer performance

2010-06-14 Thread Neil Short
= 'Intel Corporation' class = display subclass = VGA ... > Then change xorg.conf to > use > the proper driver for this. After this change (and a > restart of > X), mplayer should use the correct output driver. > > You can enter "mplayer -vo help

Re: terrible mplayer performance

2010-06-14 Thread Polytropon
u should use direct rendering when possible, it seems to be the fastest playback. > The video is slow - so it lags the audio by quite a bit. I keep > getting "Your processor is too slow..." stuff. Try -framedrop or -hardframedrop, but that's not the solution, just a workaround.

Re: terrible mplayer performance

2010-06-14 Thread Chip Camden
o it lags the audio by quite a bit. I keep getting "Your > processor is too slow..." stuff. > > What to do? > > I built mplayer from ports (not package). > mplayer-1.0.r20100117_1 > > My computer is an HP Pavilion dv4 > > xorg.conf is set up to run the ves

terrible mplayer performance

2010-06-14 Thread Neil Short
rocessor is too slow..." stuff. What to do? I built mplayer from ports (not package). mplayer-1.0.r20100117_1 My computer is an HP Pavilion dv4 xorg.conf is set up to run the vesa driver. That's how X -configure set it up. I have no idea what graphics device is actually on this machine

Re: mplayer/mencoder build problems

2010-04-22 Thread Bernt Hansson
Michael Powell said the following on 2010-04-21 17:20: Bernt Hansson wrote: dvb_tune.o dvb_tune.c dvb_tune.c:33:19: error: error.h: No such file or directory gmake[1]: *** [dvb_tune.o] Error 1 gmake[1]: Leaving directory `/usr/home/user/disk2/ports/multimedia/mplayer/work/MPlayer-1.0rc2

Re: mplayer/mencoder build problems

2010-04-21 Thread Michael Powell
Bernt Hansson wrote: > Hello again list! > > > I'm having problems building mplayer/mencoder. Did a csup today > 2010-04-21 but that did not help. If someone can point me to > the problem. > > cc -O2 -pipe -O -fomit-frame-pointer -fno-strict-aliasing -I./libavcodec

Re: Build error with mplayer

2010-04-13 Thread Neil Short
> > Message: 21 > Date: Mon, 12 Apr 2010 18:58:37 -0700 > From: Charlie Kester > Subject: Re: Build error with mplayer > To: freebsd-questions@freebsd.org > Message-ID: <20100413015837.ge96...@comcast.net> > Content-Type: text/plain; charset=us-ascii; format=flowed

Re: Build error with mplayer

2010-04-12 Thread Thomas Zander
On Tue, Apr 13, 2010 at 02:50, Neil Short wrote: > Am I missing something? Probably not, this is a fairly recent build problem. Please see http://www.freebsd.org/cgi/query-pr.cgi?pr=145636&cat=ports Best regards, Riggs ___ freebsd-questions@freebsd.org

Re: Build error with mplayer

2010-04-12 Thread Charlie Kester
On Mon 12 Apr 2010 at 17:50:58 PDT Neil Short wrote: Am I missing something? dvb_tune.c:33:19: error: error.h: No such file or directory It's a known problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/145437 ___ freebsd-questions@freebsd.org

Build error with mplayer

2010-04-12 Thread Neil Short
Am I missing something? gmake -C stream gmake[1]: Entering directory `/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/ stream' cc -O2 -pipe -O3 -ffast-math -fomit-frame-pointer -fno-strict-ali

Re: Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-17 Thread Thomas Hummel
On Sun, Jan 17, 2010 at 1:03 AM, Pieter de Goeje wrote: Thanks for your reply, Try increasing the hw.snd.latency sysctl: > Going from 5 to 10 doesn't change anything (actually, it seems worse on the file I tried). So the mystery still stands... Note that the micro-interrupts don't occur always

Re: Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-16 Thread Pieter de Goeje
> . with any file (I can pick a random audio file to experience it) > . with either mp3 or flaac encoded files > . with mplayer (from the ports collection or hand compiled from svn), > either with oss or sdl audio output (although sdl seems to have less > "interr

Sound (micro-)interrupts with 8.0 stable/snd_hda/mplayer/vlc

2010-01-16 Thread Thomas Hummel
ew to many "micro-interrupts" (less than 1/4 of a second), randomly but frequently (so this is not hard to reproduce). This seem to occur : . with any file (I can pick a random audio file to experience it) . with either mp3 or flaac encoded files . with mplayer (from the

Re: mplayer / bash question

2009-12-29 Thread Neil Short
--- On Tue, 12/29/09, Dan Nelson wrote: > From: Dan Nelson > Subject: Re: mplayer / bash question > To: "Neil Short" > Cc: freebsd-questions@freebsd.org > Date: Tuesday, December 29, 2009, 10:10 AM > In the last episode (Dec 29), Neil > Short said: > >

Re: mplayer / bash question

2009-12-29 Thread Dan Nelson
12.vob > > So I wrote a little command line script to rip wave files from all the > vob's: > > > ls *.vob | > > while read f > > do > > mplayer -ao pcm:file=`basename $f .vob`.wav $f > > done > > the first 01.wav file is created successfully;

mplayer / bash question

2009-12-29 Thread Neil Short
vob's: ls *.vob | > while read f > do > mplayer -ao pcm:file=`basename $f .vob`.wav $f > done the first 01.wav file is created successfully; but then the whole sh'bang exits without ripping the rest of the vob's: Exiting... (End of file) $ == "What did yo

Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-10-01 Thread Anton Shterenlikht
On Wed, Sep 30, 2009 at 10:45:03PM +0200, cpghost wrote: > On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote: > > I've installed port multimedia/mplayer (mplayer-0.99.11_14) > > on 9.0-current ia64. > > > > Trying to play an mpeg video I get endle

Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread cpghost
On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote: > I've installed port multimedia/mplayer (mplayer-0.99.11_14) > on 9.0-current ia64. > > Trying to play an mpeg video I get endless stream of > > X11 error: BadAlloc (insufficient resources for operation

Re: mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread Anton Shterenlikht
On Wed, Sep 30, 2009 at 05:36:40PM +0100, Anton Shterenlikht wrote: > I've installed port multimedia/mplayer (mplayer-0.99.11_14) > on 9.0-current ia64. > > Trying to play an mpeg video I get endless stream of > > X11 error: BadAlloc (insufficient resources for operation

mplayer: X11 error: BadAlloc (insufficient resources for operation)

2009-09-30 Thread Anton Shterenlikht
I've installed port multimedia/mplayer (mplayer-0.99.11_14) on 9.0-current ia64. Trying to play an mpeg video I get endless stream of X11 error: BadAlloc (insufficient resources for operation) X11 error: BadAlloc (insufficient resources for operation) V: 7.6 190/190 17% 82% 0.0% 0 0

mplayer - fribidi

2009-08-23 Thread ajtiM
After update fribidi (FreeBSD 7.2), mplayer stop working: > mplayer /libexec/ld-elf.so.1: Shared object "libfribidi.so.0" not found, required by "mplayer". Rebuild of mplayer doesn't work with a new fribidi: ===> mplayer-0.99.11_14 depends on shared

Re: Audio boost OSS/Mplayer

2009-05-31 Thread Wojciech Puchar
I want to boost the audio playback of my multimedia. you mean higher volume. use mixer command I use mplayer with oss for audio playback. I don't want to re-encode my media. uname -a:'7.1-RELEASE-p4 FreeBSD' -- ~ ##The United States of America is a Slave Nation## ##The Human

Audio boost OSS/Mplayer

2009-05-30 Thread Kyle Grieb
I want to boost the audio playback of my multimedia. I use mplayer with oss for audio playback. I don't want to re-encode my media. uname -a:'7.1-RELEASE-p4 FreeBSD' -- ~ ##The United States of America is a Slave Nation## ##The Human race is a Slave race##

Re: MPlayer experiment not working out well

2009-04-12 Thread Roland Smith
On Sun, Apr 12, 2009 at 05:04:52PM +0530, Manish Jain wrote: > > The mplayer installation went pretty smoothly - no problems with that. > And the gui is more than acceptable - I don't need the gnome-mplayer > add-on. But the application has failed to play any file/CD/DVD for

MPlayer experiment not working out well

2009-04-12 Thread Manish Jain
Robert Huff wrote: Erik Gustafson writes: Have you tried the ports multimedia/mplayer or multimedia/vlc? I can't live without mplayer on my desktop and it usually "just works" on everything i try to play. I use mplayer too, but (as far as I know) the li

Re: mplayer won't build

2008-12-31 Thread Chad Perrin
On Wed, Dec 31, 2008 at 07:48:28PM -0500, matt donovan wrote: > you want soemthing like this make -DDISABLE_VULNERABILITIES install if you > want to override portaudit. guess the port for mplayer needs to be updated. Thanks -- that's not just something like what I wanted: it'

Re: mplayer won't build

2008-12-31 Thread matt donovan
On Wed, Dec 31, 2008 at 6:52 PM, Chad Perrin wrote: > For some reason, on . . . > > My machine: > > FreeBSD 6.2-RELEASE-p11 > > MPlayer refuses to build: > > N - O - T - E > > There are some knobs which *can* *not* be selected via the > OPTIONS framework.

mplayer won't build

2008-12-31 Thread Chad Perrin
For some reason, on . . . My machine: FreeBSD 6.2-RELEASE-p11 MPlayer refuses to build: N - O - T - E There are some knobs which *can* *not* be selected via the OPTIONS framework. You might want to check the Makefile in order to learn more about them. If you want to use the GUI

Re: MPlayer is broken on 71-PRERELEASE?

2008-09-28 Thread Yuri
Actually this problem went away with the update to the more recent version of 71-PRERELEASE. Thank you, Yuri mdh wrote: Maybe bump the shared memory sysctl's? I've never had a problem with mplayer, and I've got the following in my sysctl.conf: kern.ipc.shmmax=67108864

Re: MPlayer is broken on 71-PRERELEASE?

2008-09-27 Thread mdh
Maybe bump the shared memory sysctl's? I've never had a problem with mplayer, and I've got the following in my sysctl.conf: kern.ipc.shmmax=67108864 kern.ipc.shmall=32768 The xine install suggests this (which is why I have them set), and mplayer is a similar type of applica

MPlayer is broken on 71-PRERELEASE?

2008-09-27 Thread Yuri
When I am trying to play a regular DVD video I am getting a messages: X11 error: BadShmSeg (invalid shared segment parameter)% 11.2% 9 0 Similar messages are printed hen I tried to play some other media files. Seems like something is broken in MPlayer on FreeBSD-71-PRERELEASE. Few months ago

Re: mplayer plug-in not playing some streams

2008-06-11 Thread RW
On Wed, 11 Jun 2008 00:05:46 -0500 Novembre <[EMAIL PROTECTED]> wrote: > On Sun, Jun 8, 2008 at 7:25 PM, Novembre <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using > > packages on my

Re: mplayer plug-in not playing some streams

2008-06-10 Thread Novembre
On Sun, Jun 8, 2008 at 7:25 PM, Novembre <[EMAIL PROTECTED]> wrote: > > Hi, > > I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using packages > on my 7.0-RELEASE machine which runs Firefox 2.0.0.12. I am not able to > see *some* online content, though, and I c

mplayer plug-in not playing some streams

2008-06-08 Thread Novembre
Hi, I have installed mplayer-0.99.10_14 and mplayerplug-in-3.45 using packages on my 7.0-RELEASE machine which runs Firefox 2.0.0.12. I am not able to see *some* online content, though, and I couldn't find any pattern. For example, going to http://www.davidgilmour.com/dvd.htm , I can se

Re: Is mplayer currently broken?

2008-04-26 Thread Yuri
Try using dvd://1 instead of dvd://, although I recommend installing lsdvd first to find out the most likely track to use. dvd://1 didn't help. when it worked dvd:// worked fine for me. But thank you for the suggestion to use lsdvd first. Yuri _

Re: Is mplayer currently broken?

2008-04-26 Thread Joshua Isom
On Apr 26, 2008, at 10:32 AM, Yuri wrote: Hi, When I am tryig to play DVD disk: mplayer dvd:// -sid 0 -vo xv -alang english -dvd-device /dev/acd0 all video comes up as scrambled, with big blinking squares as if MPEG2 is damaged or not decrypted correctly. But if I first read DVD content to

Is mplayer currently broken?

2008-04-26 Thread Yuri
Hi, When I am tryig to play DVD disk: mplayer dvd:// -sid 0 -vo xv -alang english -dvd-device /dev/acd0 all video comes up as scrambled, with big blinking squares as if MPEG2 is damaged or not decrypted correctly. But if I first read DVD content to disk mplayer plays the resulting directory ok

Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread mdh
--- Andriy Babiy <[EMAIL PROTECTED]> wrote: > > I'm trying to compile MPlayer but it just doesn't > work because it > > depends on gio-fam-backend and that does not > compile. It always stops > > with: > > /usr/bin/ld: cannot find -lgio-2.0 > >

Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Aline de Freitas
Em Tuesday 25 March 2008 16:11:53 Niels Kobschaetzki escreveu: > Hi! > > I'm trying to compile MPlayer but it just doesn't work because it > depends on gio-fam-backend and that does not compile. It always stops > with: > /usr/bin/ld: cannot find -lgio-2.0 > gm

Re: MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Andriy Babiy
> I'm trying to compile MPlayer but it just doesn't work because it > depends on gio-fam-backend and that does not compile. It always stops > with: > /usr/bin/ld: cannot find -lgio-2.0 > gmake: *** [libgiofam.la] Error 1 > *** Error code 2 > > Stop in /usr/ports/

MPlayer does not compile (actually gio-fam-backend does not)

2008-03-25 Thread Niels Kobschaetzki
Hi! I'm trying to compile MPlayer but it just doesn't work because it depends on gio-fam-backend and that does not compile. It always stops with: /usr/bin/ld: cannot find -lgio-2.0 gmake: *** [libgiofam.la] Error 1 *** Error code 2 Stop in /usr/ports/devel/gio-fam-backend. *** Error c

Re: mplayer-problems

2008-03-23 Thread Niels Kobschaetzki
On Sun, 23 Mar 2008 02:39:10 +0100 Nikola Lečić <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: RIPEMD160 > > On Sat, 22 Mar 2008 15:06:22 +0100 > "Niels Kobschaetzki" <[EMAIL PROTECTED]> wrote: > > > Now the video plays bu

Re: mplayer-problems

2008-03-23 Thread Niels Kobschaetzki
On Fri, 21 Mar 2008 20:47:09 +0530 Mehul Ved <[EMAIL PROTECTED]> wrote: > On Sat, Mar 22, 2008 at 03:06:22PM +0100, Niels Kobschaetzki wrote: > > Now the video plays but the output looks scrambled and mplayer tells > > me that my machine is too slow. But even on a P3 1 GH

Re: mplayer-problems

2008-03-22 Thread Nikola Lečić
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 On Sat, 22 Mar 2008 15:06:22 +0100 "Niels Kobschaetzki" <[EMAIL PROTECTED]> wrote: > Now the video plays but the output looks scrambled and mplayer tells > me that my machine is too slow. But even on a P3 1 GHz DVDs should

Re: mplayer-problems

2008-03-22 Thread Mehul Ved
On Sat, Mar 22, 2008 at 03:06:22PM +0100, Niels Kobschaetzki wrote: > Now the video plays but the output looks scrambled and mplayer tells > me that my machine is too slow. But even on a P3 1 GHz DVDs should > run???especially when DivX and co can be decoded w/out any problems. > An

Re: mplayer-problems

2008-03-22 Thread Niels Kobschaetzki
On Fri, Mar 21, 2008 at 1:53 PM, Mehul Ved <[EMAIL PROTECTED]> wrote: > On Sat, Mar 22, 2008 at 01:14:06PM +0100, Niels Kobschaetzki wrote: > > In the terminal > > [EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device > /dev/acd0 > > MPlayer 1.0r

Re: mplayer-problems

2008-03-22 Thread Mehul Ved
On Sat, Mar 22, 2008 at 01:14:06PM +0100, Niels Kobschaetzki wrote: > In the terminal > [EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device > /dev/acd0 > MPlayer 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team > CPU: Intel(R) Pentium(R) III Mobile CPU 1000MHz (Famil

mplayer-problems

2008-03-22 Thread Niels Kobschaetzki
Hi! I'm trying to get mplayer to work but DVD-playback just doesn't work. When I want to open a DVD via the GUI I get: No stream found to handle url dvd://1 In the terminal [EMAIL PROTECTED] /usr/home/user]$ mplayer -vo xv dvd://3 -dvd-device /dev/acd0 MPlayer 1.0rc2-4.2.1 (C)

RE: building 32bit port on AMD64 (mplayer)

2008-03-06 Thread Jan Catrysse
2008 20:22 Aan: Jan Catrysse CC: [EMAIL PROTECTED] Onderwerp: Re: building 32bit port on AMD64 (mplayer) On Wed, Mar 05, 2008 at 03:33:43PM +0100, Jan Catrysse wrote: > I am using FreeBSD 7.0-RELEASE AMD64. > > I would need to build /ports/multimedia/mplayer (and I suppose its > depend

Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 03:33:43PM +0100, Jan Catrysse wrote: > I am using FreeBSD 7.0-RELEASE AMD64. > > I would need to build /ports/multimedia/mplayer (and I suppose its > dependencies) in a 32-bit version. This because certain options (win32 > codec support) doesn't work

Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Wojciech Puchar
I would need to build /ports/multimedia/mplayer (and I suppose its dependencies) in a 32-bit version. This because certain options (win32 codec support) doesn't work on the 64bit version. How is this done? no way. unless you will install FreeBSD/i386 bins and ports on subdir and

building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Jan Catrysse
Hi all, I am using FreeBSD 7.0-RELEASE AMD64. I would need to build /ports/multimedia/mplayer (and I suppose its dependencies) in a 32-bit version. This because certain options (win32 codec support) doesn't work on the 64bit version. How is this done? Is it also possible to

mplayer and x11 libs

2008-01-02 Thread Robert Huff
Dave writes: > I've installed the mplayer port previously i used the > WITHOUT_X11 option because i didn't want x11 support as well as > didn't want gtk2 and the libs it brings in. Yet, a porgupgrade of > this box pulled in those libs. I've corrected thi

mplayer and x11 libs

2008-01-02 Thread Dave
Hello, I've installed the mplayer port previously i used the WITHOUT_X11 option because i didn't want x11 support as well as didn't want gtk2 and the libs it brings in. Yet, a porgupgrade of this box pulled in those libs. I've corrected this by uninstalling mplayer a

Re: upgrading mplayer fails on linux-pango

2007-12-31 Thread Boris Samorodov
On Thu, 20 Dec 2007 15:23:58 -0500 Dave wrote: >Trying to upgrade my ports. And mplayer is failing on the > linux-pango dependency. The error from linux-pango is that elf binary > type "3" is not known and the install fails with an error 2. Does > anyone have a fix f

upgrading mplayer fails on linux-pango

2007-12-20 Thread Dave
Hello, Trying to upgrade my ports. And mplayer is failing on the linux-pango dependency. The error from linux-pango is that elf binary type "3" is not known and the install fails with an error 2. Does anyone have a fix for this? Th

mplayer / snd_hda / Xorg; "intel" driver problem

2007-10-21 Thread Frank Staals
Not so long ago I aquired a new laptop. Appart from some issues which were to be expected everything works fine; appart from one thing: When playing videos with mplayer it hangs up my system at random times( Mostly within half an hour of videplayback though ) . The video-playback stops, sound

mplayer, vlc, gimp issues in the past week [update]

2007-08-30 Thread Jimmie James
[update] After playing around, sometimes, after restarting X, they'll work fine, once or twice, then start acting up. Killing firefox and thunderbird, they all start acting normal again. With FF and TB running, running mplayer -vo x11 file.foo works, however only in a small window,

Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-26 Thread luizbcampos
>> sorry, Roland, it will be no use this script of yours... On 8/24/07, Roland Smith <[EMAIL PROTECTED]> wrote: > > On Fri, Aug 24, 2007 at 12:33:19PM -0300, [EMAIL PROTECTED] wrote: > > Hi, everybody...I've downloaded mplayer but there is not a graphical

Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Predrag Punosevac
[EMAIL PROTECTED] wrote: Hi, everybody...I've downloaded mplayer but there is not a graphical interface... and how do I configure it? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Roland Smith
On Fri, Aug 24, 2007 at 12:33:19PM -0300, [EMAIL PROTECTED] wrote: > Hi, everybody...I've downloaded mplayer but there is not a graphical > interface... and how do I configure it? It is configured in the default build. It is called 'gmplayer'. But you might want to

Re: harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread Pollywog
On Friday 24 August 2007 15:33:19 [EMAIL PROTECTED] wrote: > Hi, everybody...I've downloaded mplayer but there is not a graphical > interface... and how do I configure it? I have used it in Linux and I know that in Linux, to have a graphical interface, one has to specify

harassed by mplayer on FreeBSD-6.1-R amd64

2007-08-24 Thread luizbcampos
Hi, everybody...I've downloaded mplayer but there is not a graphical interface... and how do I configure it? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: mplayer, vlc, gimp issues in the past week

2007-08-22 Thread Tuc at T-B-O-H.NET
> mplayer foo.flv results in it crashing with: > X11 error: BadAccess (attempt to access private resource denied) > MPlayer interrupted by signal 6 in module: decode_video > Hey, I started getting that too. The only thing *I* linked it to was I had installed nsplayer. Weird th

mplayer, vlc, gimp issues in the past week

2007-08-22 Thread Jimmie James
Hi, not 100% sure where this is coming from, but in the past 7-10 days (my port update times) something has triggered the following. mplayer foo.flv results in it crashing with: X11 error: BadAccess (attempt to access private resource denied) MPlayer interrupted by signal 6 in module

mplayer won't build

2007-07-31 Thread beni
Hi, I'm trying to install mplayer from ports but it fails with the following error. Any hints on how to get it build ? System is 6.2-REL-p5 with portstree updated. Thanks ! ... ar: creating libmenu.a ranlib libmenu.a gmake[1]: Leaving directory `/usr/ports/multimedia/mplayer/work/MP

Re: MPlayer Makefile Question

2007-07-23 Thread RW
On Mon, 23 Jul 2007 12:09:51 +0100 (BST) [EMAIL PROTECTED] wrote: > In Mplayers makefile it says 'Wants Gnome' - does this mean that > making it would drag in all the gnome libs etc ? No it doesn't. It's more a matter co-ordinating with gnome. ___ free

MPlayer Makefile Question

2007-07-23 Thread custompc
In Mplayers makefile it says 'Wants Gnome' - does this mean that making it would drag in all the gnome libs etc ? I was hoping for a text / cli mode dvd player would work under X ? Also, does anyone know of a FreeBSd version of MyBashBurn ? Thanks ! ___

Re: mplayer on 6.2

2007-07-02 Thread Jim Capozzoli
On 6/29/07, kalin mintchev <[EMAIL PROTECTED]> wrote: > > cd /usr/ports/multimedia/win32-codecs && make install yea... i did that... it broke somewhere.. or yea.. right here: => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/win32 and try again.

Re: mplayer on 6.2

2007-07-01 Thread Wojciech Puchar
Hi Kalin. MPlayer is better installed from ports system. I know it by my own experience. I hope this help you. for me it works perfect for any kind of files i have. making sure that XVideo is working and using -vo xv make a good speedup ___ freebsd

Re: mplayer on 6.2

2007-07-01 Thread Jose Luis Alarcon Sanchez
On Thu, 28 Jun 2007 21:56:57 -0400 (EDT) "kalin mintchev" <[EMAIL PROTECTED]> wrote: > hi all... > > just installed mplayer - pkg_add - and it can not play a simple wmv file > yet. so i got the codecs and apparently the codec for wmv has to be here: > /usr/local

Re: mplayer on 6.2

2007-06-29 Thread RW
On Fri, 29 Jun 2007 01:24:31 -0400 (EDT) "kalin mintchev" <[EMAIL PROTECTED]> wrote: > > > > > cd /usr/ports/multimedia/win32-codecs && make install > > yea... i did that... it broke somewhere.. or yea.. right here: > => Couldn't fetch it - please try to retrieve this > => port manually into

Re: mplayer on 6.2

2007-06-28 Thread kalin mintchev
> > cd /usr/ports/multimedia/win32-codecs && make install yea... i did that... it broke somewhere.. or yea.. right here: => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/win32 and try again. i just don't have the patience for this ports thing anym

Re: mplayer on 6.2

2007-06-28 Thread RW
On Thu, 28 Jun 2007 21:56:57 -0400 (EDT) "kalin mintchev" <[EMAIL PROTECTED]> wrote: > hi all... > > just installed mplayer - pkg_add - and it can not play a simple wmv > file yet. so i got the codecs and apparently the codec for wmv has to > be here: /usr/local

mplayer on 6.2

2007-06-28 Thread kalin mintchev
hi all... just installed mplayer - pkg_add - and it can not play a simple wmv file yet. so i got the codecs and apparently the codec for wmv has to be here: /usr/local/lib/win32/ what about the other ones - like quicktime, *.acm, *ax?! do they all go in the same directory? thanks

Re: mplayer and xmms

2007-06-13 Thread Chad Perrin
On Thu, Jun 14, 2007 at 01:45:37AM +0200, Nikola Lecic wrote: > On Wed, 13 Jun 2007 17:32:48 -0600 > Chad Perrin <[EMAIL PROTECTED]> wrote: > > > I'm just generally curious about why XMMS is a dependency for MPlayer > > in FreeBSD. I accidentally uninstalled MPlay

  1   2   3   4   5   >