On Mon, Dec 29, 2014 at 1:36 AM, Matthias Apitz wrote:
> El día Monday, December 29, 2014 a las 11:29:46AM +0200, Konstantin
> Belousov escribió:
>
> > On Mon, Dec 29, 2014 at 09:35:37AM +0100, Thomas Zander wrote:
> > > On 29 December 2014 at 07:45, Matthias Apitz wrote:
> > > > btw: Is there a
El día Monday, December 29, 2014 a las 11:29:46AM +0200, Konstantin Belousov
escribió:
> On Mon, Dec 29, 2014 at 09:35:37AM +0100, Thomas Zander wrote:
> > On 29 December 2014 at 07:45, Matthias Apitz wrote:
> > > btw: Is there a way to let the installed mplayer print the flags which
> > > have
On Mon, Dec 29, 2014 at 09:35:37AM +0100, Thomas Zander wrote:
> On 29 December 2014 at 07:45, Matthias Apitz wrote:
> > btw: Is there a way to let the installed mplayer print the flags which
> > have been used to compile?
>
> Not that I know of. mplayer itself does not store this information. So
On 29 December 2014 at 07:45, Matthias Apitz wrote:
> btw: Is there a way to let the installed mplayer print the flags which
> have been used to compile?
Not that I know of. mplayer itself does not store this information. Sorry
RIggs
___
freebsd-ports@
El día Saturday, December 27, 2014 a las 09:29:06AM +0100, Matthias Apitz
escribió:
> Compiles and plays fine on
>
> # uname -a
> FreeBSD unixarea.DDR.dd 11.0-CURRENT FreeBSD 11.0-CURRENT #8: Sat Dec 20
> 21:38:25 CET 2014 g...@unixarea.ddr.dd:/usr/obj/usr/src/sys/GENERIC i386
>
> with CF
El día Friday, December 26, 2014 a las 07:49:29PM +0100, Thomas Zander escribió:
> Updated tar available:
> http://people.freebsd.org/~riggs/m20141226.tar.bz2
>
> Changes:
> - fomit-frame-pointer back into optimised CFLAGS. The stack problems
> on i386 are now adressed by introducing -mstack-alig
On 25 December 2014 at 14:42, Thomas Zander wrote:
> In a nutshell, this has changed compared to the current ports tree
> version of the ports:
> - Upstream versions of mplayer and ffmpeg as of 2014-12-23
> - Remove the following OPTIONS:
> - MEMALIGN (now used by default where supported)
> -
On 26 December 2014 at 11:15, Konstantin Belousov wrote:
> It seems that everything makes circles around stack alignment and SSE.
> At least, this is strongly suggested by references to OCFLAGS and the
> fact that -fomit-frame-pointer implicitely changes stack alignment.
> SIGBUS is somewhat cons
On Thu, Dec 25, 2014 at 05:26:24PM +0100, Thomas Zander wrote:
> On 25 December 2014 at 16:09, Konstantin Belousov wrote:
> > On Thu, Dec 25, 2014 at 02:42:26PM +0100, Thomas Zander wrote:
> >> - Remove -fomit-frame-pointer from CFLAGS (we have apparently a fair
> >> number of CPUs out there whi
On 25 December 2014 at 16:09, Konstantin Belousov wrote:
> On Thu, Dec 25, 2014 at 02:42:26PM +0100, Thomas Zander wrote:
>> - Remove -fomit-frame-pointer from CFLAGS (we have apparently a fair
>> number of CPUs out there which can't run code compiled with this
>> option reliably)
>
> Could yo
On Thu, Dec 25, 2014 at 02:42:26PM +0100, Thomas Zander wrote:
> - Remove -fomit-frame-pointer from CFLAGS (we have apparently a fair
> number of CPUs out there which can't run code compiled with this
> option reliably)
Could you, please, explain this ?
Dear video enthusiasts,
I have put a draft of the upcoming port update to mplayer and mencoder
here:
http://people.freebsd.org/~riggs/m20141225.tar.bz2
There have been a few noticeable changes, so I expect more regressions
compared to the last update. I'd appreciate if you checked out
Hi,
I recently introduced this OPTION to the mplayer and mencoder ports:
MEMALIGN (Avoid memory alignment hacks (EXPERIMENTAL))
It tries to avoid using mplayer-built-in hacks for aligning data to 16
or 32 byte boundaries on systems which support this out of the box
(e.g. aligned_alloc on 9.2 and
On 23 August 2014 10:33, Thomas Zander wrote:
> Changes:
> - Fix regression with mplayer not displaying PGS subtitles
Regression has been fixed upstream, new tarball has arrived:
https://people.freebsd.org/~riggs/m20140824.tar.xz
Note that it may take a few hours for the new distfile to become
On 15 August 2014 18:46, Thomas Zander wrote:
> Hi folks,
>
> I have prepared an update to our ports for multimedia/mplayer and mencoder.
> You can find the drop-in replacements (just extract it in
> ${PORTSDIR}/multimedia) at this url:
Update. New tarball here:
https://people.fre
Hi folks,
I have prepared an update to our ports for multimedia/mplayer and mencoder.
You can find the drop-in replacements (just extract it in
${PORTSDIR}/multimedia) at this url:
https://people.freebsd.org/~riggs/m20140815.tar.xz
Changes
- Update to recent snapshot (2014-08-15) of mplayer and
Hi all,
I have ported a new upstream snapshot of mplayer and mencoder.
The tarball with drop-in replacements for both ports can be found here:
http://people.freebsd.org/~riggs/m20140421.tar.xz
The following things have changed compared to the current version in
svn head:
- Sync with upstream
Dear all,
a new tarball is available:
https://bsdistfiles.googlecode.com/files/m20131124.tar.bz2
It contains mostly fixes for staging and dependencies.
I tested a variety of options on 9/stable on amd64 and i386 and on
8/stable i386, so there is a good chance it 'just works' on your box.
Please
Dear all,
I have prepared a new snapshot for mplayer and mencoder. You can find
a tarball containing drop-in replacements for the ports at
https://bsdistfiles.googlecode.com/files/m2013.tar.bz2
Most significant changes:
- OPTIONS handling
- Support for the opus audio codec
- Deprecating some
uot;,
%%xmm3 \n\t"\
On Mon, Apr 8, 2013 at 5:34 PM, Lowell Gilbert
wrote:
> Bernt Hansson writes:
>
>> testbox# cd /usr/ports/multimedia/mencoder
>> testbox# make
>> ===> Building for mencoder-1.1.r20130308
>> ./codec-cfg etc/codecs.conf > codecs.conf.h
>&g
Bernt Hansson writes:
> testbox# cd /usr/ports/multimedia/mencoder
> testbox# make
> ===> Building for mencoder-1.1.r20130308
> ./codec-cfg etc/codecs.conf > codecs.conf.h
> cc -MD -MP -Wundef -Wstrict-prototypes -Wmissing-prototypes
> -Wdisabled-optimization -Wno-poin
On 18 March 2013 19:53, Thomas Zander wrote:
> Thank you all for testing and reporting your experiences. I have
> submitted this patch set now.
> In case you experience problems, let me know (and provide a patch if
> possible).
Updated patch set available, please see:
http://www.freebsd.org/cgi
> On 10 March 2013 20:51, Thomas Zander wrote:
>
>> I have prepared a recent snapshot of mplayer and mencoder. The port
>> itself has changed quite a bit, therefore testing and reporting (and
>> patches if necessary) are greatly appreciated.
>> The port tarbal
Thomas Zander wrote ..
> On 10 March 2013 20:51, Thomas Zander wrote:
>
> > I have prepared a recent snapshot of mplayer and mencoder. The port
> > itself has changed quite a bit, therefore testing and reporting (and
> > patches if necessary) are greatly appreciated.
&
Thomas Zander wrote ..
> On 10 March 2013 20:51, Thomas Zander wrote:
>
> > I have prepared a recent snapshot of mplayer and mencoder. The port
> > itself has changed quite a bit, therefore testing and reporting (and
> > patches if necessary) are greatly appreciated.
&
On 10 March 2013 20:51, Thomas Zander wrote:
> I have prepared a recent snapshot of mplayer and mencoder. The port
> itself has changed quite a bit, therefore testing and reporting (and
> patches if necessary) are greatly appreciated.
> The port tarballs can be found h
Hi folks,
I have prepared a recent snapshot of mplayer and mencoder. The port
itself has changed quite a bit, therefore testing and reporting (and
patches if necessary) are greatly appreciated.
The port tarballs can be found here:
https://bsdistfiles.googlecode.com/files/m20130310.tar.xz
Main
't use mencoder.
--
Christian "naddy" Weisgerber na...@mips.inka.de
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to &q
Hi,
New tarball is available for download:
http://bsdistfiles.googlecode.com/files/m20120724.tar.bz2
Changes:
- General cleanup using portlint (a.o. shlib versions)
- Rearrangement of compiler/binutils dependencies
- Inclusion of Juergen's suggestion for ${ARCH}=="amd64" on legacy
systems (I was
In article <20120723182158.ga64...@lorvorc.mips.inka.de> you write:
>-=-=-=-=-=-
>
>Thomas Zander:
>
>> if you are a regular mplayer / mencoder user, you are invited to test
>> a new snapshot from 2012-07-21.
>>
>> The drop-in replacements for the ports
On Mon, Jul 23, 2012 at 8:21 PM, Christian Weisgerber
wrote:
> Doesn't build on 7-STABLE.
Okay, it seems there are still a few issues left with this first draft
of the new port.
I'll see that I get some time work on these build / compatibility
problems asap and create a new tarball for testing.
Thomas Zander:
> if you are a regular mplayer / mencoder user, you are invited to test
> a new snapshot from 2012-07-21.
>
> The drop-in replacements for the ports files for both can be found here:
> http://bsdistfiles.googlecode.com/files/m20120722.tar.bz2
Doesn't build
Hi all,
if you are a regular mplayer / mencoder user, you are invited to test
a new snapshot from 2012-07-21.
The drop-in replacements for the ports files for both can be found here:
http://bsdistfiles.googlecode.com/files/m20120722.tar.bz2
There are no new spectacular features, however
Hi list,
on http://bsdistfiles.googlecode.com/files/m20120323.tar.bz2 you can find the
draft of updates to the mplayer and mencoder ports.
Please have a look, play with it and let me know what you think.
I tested it on 8-STABLE i386 and amd64 only so far, so I hope it
works for 9 and 10 as well
And here we go again.
On Fri, Dec 30, 2011 at 20:44, Thomas Zander
wrote:
> Regarding the dependency on gcc46. I'll make some tests whether to
> keep supporting builds with the base system gcc for those who don't
> wish to install gcc from ports is doable.
http://www.rrr.de/~riggs/mplayer/m2011
Hi all,
and another quick iteration of the port, no big changes.
Since it is still December 30 today, the URL stays the same, simply
the content has been updated:
http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2
Changes:
- Remove the patch for BROKEN_RELOCATIONS (thanks Jan for the heads-up)
-
On Fri, Dec 30, 2011 at 3:27 AM, Jan Beich wrote:
> Zhihao Yuan writes:
>
>>> Zhihao Yuan writes:
>>>
On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander
wrote:
> Hi,
>
> thank you all for your comments on the first iteration of the ports.
> A heavily revised version can be
On Fri, 30 Dec 2011 01:07:58 +0100
Thomas Zander wrote:
> Hi,
>
> thank you all for your comments on the first iteration of the ports.
> A heavily revised version can be found on
> http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2
>
> Changes:
> - reduce the number of explicit --enable- where
Zhihao Yuan writes:
>> Zhihao Yuan writes:
>>
>>> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander
>>> wrote:
Hi,
thank you all for your comments on the first iteration of the ports.
A heavily revised version can be found on
http://www.rrr.de/~riggs/mplayer/m20111230.tar.
On Thu, Dec 29, 2011 at 8:01 PM, Jan Beich wrote:
> Zhihao Yuan writes:
>
>> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander
>> wrote:
>>> Hi,
>>>
>>> thank you all for your comments on the first iteration of the ports.
>>> A heavily revised version can be found on
>>> http://www.rrr.de/~riggs/mp
Zhihao Yuan writes:
> On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander
> wrote:
>> Hi,
>>
>> thank you all for your comments on the first iteration of the ports.
>> A heavily revised version can be found on
>> http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2
>>
>> Changes:
[...]
>> - use newer g
On Thu, Dec 29, 2011 at 6:07 PM, Thomas Zander
wrote:
> Hi,
>
> thank you all for your comments on the first iteration of the ports.
> A heavily revised version can be found on
> http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2
>
> Changes:
> - reduce the number of explicit --enable- where it se
Hi,
thank you all for your comments on the first iteration of the ports.
A heavily revised version can be found on
http://www.rrr.de/~riggs/mplayer/m20111230.tar.bz2
Changes:
- reduce the number of explicit --enable- where it seemed
reasonable, hence deviate less from the intention of the configu
On Mon, Dec 19, 2011 at 10:35 PM, Thomas Zander
wrote:
> Hi list,
>
> on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the
> draft of updates to the mplayer and mencoder ports.
>
> Please have a look, play with it and let me know what you think.
> I tested
:42 +0100 Thomas Zander
wrote:
> on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the
> draft of updates to the mplayer and mencoder ports.
>
> Please have a look, play with it and let me know what you think.
> I tested it on 8.2 STABLE i386 and amd64 only so fa
tfb --disable-faac --disable-faad --dis
able-libdca --disable-twolame --disable-x264 --disable-xvid --disable-libdirac-l
avc --disable-mencoder --disable-mpg123 --disable-alsa --disable-musepack --disa
ble-inet6 --disable-gif --disable-libopenjpeg --disable-libdv --disable-theora -
-disable-libvpx-la
On Tue, Dec 20, 2011 at 00:43, Zhihao Yuan wrote:
> stable/8:
>
> gcc:
>
> ffmpeg/libavformat/libavformat.a(udp.o): In function `udp_open':
> udp.c:(.text+0xf8e): undefined reference to `pthread_create'
> ffmpeg/libavcodec/libavcodec.a(pthread.o): In function `ff_thread_init':
> pthread.c:(.text+0
at 4:35 PM, Thomas Zander
wrote:
> Hi list,
>
> on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the
> draft of updates to the mplayer and mencoder ports.
>
> Please have a look, play with it and let me know what you think.
> I tested it on 8.2 STABLE i386
Hi list,
on http://www.rrr.de/~riggs/mplayer/m20111219.tar.bz2 you can find the
draft of updates to the mplayer and mencoder ports.
Please have a look, play with it and let me know what you think.
I tested it on 8.2 STABLE i386 and amd64 only so far, so I hope it
works for 9 and 10 as well.
As
Hi everyone,
I just tried to build mencoder from ports (ports tree is up to date).
I had to remove libass subtitle support from the configuration because
p5-Unicode-Map8 failed to build:
cp Map8/maps/IBM278.bin blib/lib/Unicode/Map8/maps/IBM278.bin
/usr/local/bin/perl5.10.1 /usr/local/lib/perl5
On Friday 24 June 2011 08:57:46 Sergio de Almeida Lenzi wrote:
> The problem is that it is missing cflags in the module codec-cfg.c
> a fix (dirty) in the mencoder makefile does the trick
>
>
> --- Makefile.orig 2
The problem is that it is missing cflags in the module codec-cfg.c
a fix (dirty) in the mencoder makefile does the trick
--- Makefile.orig 2011-06-24 10:18:38.856768653 -0300
+++ Makefile2011-06-24 10:18:43.546211306 -0300
x27;*' token
./sub/ass_mp.h:55: error: expected '=', ',', ';', 'asm' or '__attribute__'
before '*' token
./sub/ass_mp.h:58: error: expected specifier-qualifier-list before 'ASS_Image'
./sub/ass_mp.h:63: error: expected
Dear all,
thanks to all of you who have provided feedback and patches for the
new mplayer/mencoder snapshot.
With the exception of Christian's lavcac3enc problem (sorry, didn't
have time yet to dig deep enough) everything I am currently aware of
is addressed in this new tarball:
http://
On Fri, Mar 18, 2011 at 07:26:07PM +0100, Thomas Zander wrote:
> Dear all,
>
> I have prepared a recent snapshot for a an upcoming update for the
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
>
>
Hello, Thomas Zander, 03/18/2011 20:26 you wrote:
> Dear all,
>
> I have prepared a recent snapshot for a an upcoming update for the
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
>
> Please test
Thomas Zander wrote:
> http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
>
> Please test the things that you usually do with it, I'd appreciate feedback!
Works for me on 7.4/amd64 with all the usual video (MPEG2, XviD,
H.264) and audio stuff (MP3, AAC, Vorbis, AC3 and DTS decoding as
well as S
On Fri, 2011-03-18 at 19:26 +0100, Thomas Zander wrote:
> Dear all,
>
> I have prepared a recent snapshot for a an upcoming update for the
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
>
> Plea
Dear all,
I have prepared a recent snapshot for a an upcoming update for the
mplayer and mencoder ports.
You can find the tarball here:
http://www.rrr.de/~riggs/mplayer/m20110318.tar.bz2
Please test the things that you usually do with it, I'd appreciate feedback!
Thanks in advance,
Hi,
my main reason (as usual) for permanently disabling features from
mplayer and mencoder is if something does not work reasonably well or
almost nobody needs it. Supporting everything that they can do (more
or less) via OPTIONS would just be a devilishly long list.
With fontconfig and mencoder
Thu, Dec 30, 2010 at 06:53:09PM +0100, Michal Varga wrote:
> So the question stands - is there anything to gain by having fontconfig
> support forcefully disabled? After all this is mencoder we're talking
> about, one dependency more or less is just a drop in the ocean. And the
&
m not exactly the first one to notice:
http://forums.freebsd.org/showthread.php?t=18287
So the question stands - is there anything to gain by having fontconfig
support forcefully disabled? After all this is mencoder we're talking
about, one dependency more or less is just a drop in the ocean.
On Tue, Nov 30, 2010 at 11:59, Martin Matuska wrote:
> I have just updated x264 to 0.110.1804
Great!
Merci,
Riggs
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freeb
I have just updated x264 to 0.110.1804
We use now original x264 versioning scheme for PORTVERSION.
Dňa 17.11.2010 21:44, Thomas Zander wrote / napísal(a):
> Hi,
>
> I have prepared a new tarball, for download at the usual location:
>
> http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2
>
> Most no
Hi,
I have prepared a new tarball, for download at the usual location:
http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2
Most notable changes:
- remove volume-per-channel patch, instead pkg-message explains the
issue and the solutions
- remove RUN_DEPENDS for live media
@Martin: Do you have pl
na...@mips.inka.de (Christian Weisgerber) writes:
> Thomas Zander wrote:
>
>> I have prepared a recent mplayer snapshot for a possible update for
>> mplayer and mencoder ports.
>> You can find the tarball here:
>>
>> http://www.rrr.de/~riggs/mplayer/m2
Anonymous writes:
>>
>> Please, don't include it by default for everyone.
>
> If it's not gonna be included by default there should be a note in
> PKGMESSAGE about how VPC on 8.x affects volume control in mplayer
> and a suggestion to use -softvol.
Oops, hw.snd.vpc_autoreset=0 is probably better
Michal Varga writes:
> On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote:
>> Can you try to replace
>>
>> #ifdef __FreeBSD__
>>
>> with
>>
>> #ifdef __FreeBSD__ && __FreeBSD_version >= 800097
>>
>> Alternatively, just hide the patch under ${OSVERSION} >= 800097.
>
> Just my 2 cents:
>
>
On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote:
> Can you try to replace
>
> #ifdef __FreeBSD__
>
> with
>
> #ifdef __FreeBSD__ && __FreeBSD_version >= 800097
>
> Alternatively, just hide the patch under ${OSVERSION} >= 800097.
Just my 2 cents:
Wouldn't be easier to simply made the pa
na...@mips.inka.de (Christian Weisgerber) writes:
> Thomas Zander wrote:
>
>> I have prepared a new tarball dealing with the issues reported so far.
>> You can find it here:
>>
>> http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2
>
> Not good. When I play a video, sound file, or stream where t
Thomas Zander wrote:
> I have prepared a new tarball dealing with the issues reported so far.
> You can find it here:
>
> http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2
Not good. When I play a video, sound file, or stream where the
audio is decoded by mplayer (MP3, AAC, Vorbis) and pause p
r/m2010.tar.bz2
> >
> > Most notable changes:
> > - includes Ariff's volume-per-channel patch
> > - uses x264-devel for mencoder
> > - does not link to external mpg123
> >
> > Please continue testing using this tarball. I'd like for the new po
r/m2010.tar.bz2
> >
> > Most notable changes:
> > - includes Ariff's volume-per-channel patch
> > - uses x264-devel for mencoder
> > - does not link to external mpg123
> >
> > Please continue testing using this tarball. I'd like for the new po
hannel patch
> - uses x264-devel for mencoder
> - does not link to external mpg123
>
> Please continue testing using this tarball. I'd like for the new port
> to hit the ports tree soon!
>
> @Martin: Do you have plans to update x264 to the level of -devel, or
> s
Hi,
I have prepared a new tarball dealing with the issues reported so far.
You can find it here:
http://www.rrr.de/~riggs/mplayer/m2010.tar.bz2
Most notable changes:
- includes Ariff's volume-per-channel patch
- uses x264-devel for mencoder
- does not link to external mpg123
P
Thomas Zander wrote:
> I have prepared a recent mplayer snapshot for a possible update for
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2
The default lavf demuxer is still broken for Ogg streams.
Try this:
* Dmitry Marakasov (amd...@hades.panopticon) wrote:
> I'll also run it in a tinderbox with various options flipped to
> nondefault values and report.
Done, all good.
--
Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru ..: jabber: amd...@jabber.ruh
Thomas Zander writes:
> On Sun, Nov 7, 2010 at 14:17, Anonymous wrote:
>
>> Can you include ariff's patch for VPC (Volume Per Channel)?
>
> I haven't used it myself yet, but it seems quite useful. I'll check it
> out, thanks!
>
>> Also, did you miss -ac mpg123 with previous update intentionally?
* Thomas Zander (thomas.e.zan...@googlemail.com) wrote:
> I have prepared a recent mplayer snapshot for a possible update for
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2
>
> Since I had to tweak it on
On Sun, Nov 7, 2010 at 14:17, Anonymous wrote:
> Can you include ariff's patch for VPC (Volume Per Channel)?
I haven't used it myself yet, but it seems quite useful. I'll check it
out, thanks!
> Also, did you miss -ac mpg123 with previous update intentionally?
You mean the laste update to hit
On Sun, Nov 7, 2010 at 19:27, Stefan Ehmann wrote:
> Built fine here. Unfortunately, x264 support in mencoder is broken.
>
> Apparently, mencoder wants X264_BUILD >= 99, but multimedia/x264 is at build
> 98.
True, x264-devel is already at 104, so in the near future this
On Sunday 07 November 2010 12:50:48 Thomas Zander wrote:
> Hi,
>
> I have prepared a recent mplayer snapshot for a possible update for
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2
>
> Since I
Thomas Zander writes:
> Hi,
>
> I have prepared a recent mplayer snapshot for a possible update for
> mplayer and mencoder ports.
> You can find the tarball here:
>
> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2
>
> Since I had to tweak it on several occasio
Hi,
I have prepared a recent mplayer snapshot for a possible update for
mplayer and mencoder ports.
You can find the tarball here:
http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2
Since I had to tweak it on several occasions to get it to build and I
have tested it only on amd64 so far, please
On Sat, 2 Oct 2010 18:21:28 +0200, Zahemszky Gábor wrote
Hi,
> I've just found that libmpcdec has been deprecated in FreeBSD
> port. Because of it, there was an mplayer modification. The
> only problem is that mencoder has the same libmpcdec
> dependency, so it should be u
Hi!
I've just found that libmpcdec has been deprecated in FreeBSD port.
Because of it, there was an mplayer modification. The only problem is
that mencoder has the same libmpcdec dependency, so it should be
updated, too.
Thanks,
Zahy < Gabor at Zahemszky dot UH >
--
#!/bin/ksh
#
#
Synopsis: [maintainer-update] multimedia/mplayer and mencoder dependency
corrections
Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Fri Aug 27 13:59:43 UTC 2010
Responsible-Changed-Why:
Canonicalize assignment.
h
Synopsis: [maintainer-update] multimedia/mplayer and mencoder dependency
corrections
Responsible-Changed-From-To: bapt->freebsd-ports
Responsible-Changed-By: bapt
Responsible-Changed-When: Fri Aug 27 12:18:03 UTC 2010
Responsible-Changed-Why:
Unable to find a fix so back to the pool.
So
On Fri, Aug 29, 2008 at 3:30 AM, Miroslav Lachman <[EMAIL PROTECTED]> wrote:
> I am trying to install mencoder (or mplayer) on FreeBSD 6.3-RELEASE-p1 from
> fresh portstree and getting this error about missing header file:
[ ... ]
> Stop in /usr/ports/multimedia/mplayer.
>
I am trying to install mencoder (or mplayer) on FreeBSD 6.3-RELEASE-p1
from fresh portstree and getting this error about missing header file:
gmake -C libvo libvo.a
gmake[1]: Entering directory
`/var/ports/usr/ports/multimedia/mplayer/work/MPlayer-1.0rc2/libvo'
cc -O2 -fno-strict-ali
Hi!
I cannot build mencoder on freebsd-7/amd64 successfully, like this:
{standard input}: Assembler messages:
{standard input}:1289: Error: can't encode register '%ch' in an
instruction requiring REX prefix.
{standard input}:1290: Error: can't encode register '%ah' i
Hi,
to be able to make mplayer pkg-add'able and to introduce proper
dependencies on the mencoder binary for several frontents, the next
major update to our mplayer port will introduce an mencoder slave
port.
Hence, mencoder can also be built with different OPTIONS than mplayer.
A prelim
92 matches
Mail list logo