Re: [Slackbuilds-users] ffmpeg not building

2018-05-01 Thread Christoph Willing
On 01/05/18 11:11, Christoph Willing wrote: > On 01/05/18 10:07, JCA wrote: > [snip] >> CClibavfilter/vf_libopencv.o >> In file included from /usr/include/opencv2/core/types_c.h:59:0, >>                  from /usr/include/opencv2/core/core_c.h:48, >>                  from

Re: [Slackbuilds-users] ffmpeg not building

2018-04-30 Thread Christoph Willing
On 01/05/18 10:07, JCA wrote: [snip] > CClibavfilter/vf_libopencv.o > In file included from /usr/include/opencv2/core/types_c.h:59:0, >                  from /usr/include/opencv2/core/core_c.h:48, >                  from libavfilter/vf_libopencv.c:28: > /usr/include/opencv2/core/cvdef.h:485:1:

Re: [Slackbuilds-users] ffmpeg does not compile with opencv 3.4.1

2018-03-13 Thread Frédéric Falsetti
On Tue, 13 Mar 2018 16:53:37 +0100 Frédéric Falsetti wrote: > On Tue, 13 Mar 2018 23:33:53 +1000 > Christoph Willing wrote: > > > > > > An interesting problem - opencv is optional for ffmpeg and ffmpeg is > > optional for opencv i.e. an

Re: [Slackbuilds-users] ffmpeg does not compile with opencv 3.4.1

2018-03-13 Thread Frédéric Falsetti
On Tue, 13 Mar 2018 23:33:53 +1000 Christoph Willing wrote: > > An interesting problem - opencv is optional for ffmpeg and ffmpeg is > optional for opencv i.e. an optional circular dependency. > to compile ffmpeg against I have to : 1) build ffmpeg without

Re: [Slackbuilds-users] ffmpeg does not compile with opencv 3.4.1

2018-03-13 Thread Ythogtha
> On 13/03/18 20:04, Ythogtha wrote: > > Hi everybody ! > > > > it seems that ffmpeg can't compile with opencv version 3.4.1, here is > > the message, it happens straight after the un-tar-ing of the source : > > > > > > [...] > > ffmpeg-3.4/COPYING.LGPLv2.1 > > ffmpeg-3.4/README.md > >

Re: [Slackbuilds-users] ffmpeg does not compile with opencv 3.4.1

2018-03-13 Thread Christoph Willing
On 13/03/18 20:04, Ythogtha wrote: > Hi everybody ! > > it seems that ffmpeg can't compile with opencv version 3.4.1, here is > the message, it happens straight after the un-tar-ing of the source : > > > [...] > ffmpeg-3.4/COPYING.LGPLv2.1 > ffmpeg-3.4/README.md >

[Slackbuilds-users] ffmpeg does not compile with opencv 3.4.1

2018-03-13 Thread Ythogtha
Hi everybody ! it seems that ffmpeg can't compile with opencv version 3.4.1, here is the message, it happens straight after the un-tar-ing of the source : [...] ffmpeg-3.4/COPYING.LGPLv2.1 ffmpeg-3.4/README.md ffmpeg-3.4/CONTRIBUTING.md ERROR: opencv not found If you think

Re: [Slackbuilds-users] ffmpeg fails with new openjpeg-2.3

2017-11-04 Thread Frédéric Falsetti
Oops, you're right, I forgot to update. Sorry for the inconvenience. I must finally decide to use rsync! On Fri, 3 Nov 2017 20:07:20 +0100 Matteo Bernardini wrote: > 2017-11-03 17:59 GMT+01:00 Frédéric Falsetti : > > Hi, > > ffmpeg fails with

Re: [Slackbuilds-users] ffmpeg fails with new openjpeg-2.3

2017-11-03 Thread Matteo Bernardini
2017-11-03 17:59 GMT+01:00 Frédéric Falsetti : > Hi, > ffmpeg fails with new openjpeg-2.3 > config.log: > fatal error: openjpeg-2.1/openjpeg.h: No such file or directory > fatal error: openjpeg-2.0/openjpeg.h: No such file or directory > fatal error: openjpeg-1.5/openjpeg.h:

[Slackbuilds-users] ffmpeg fails with new openjpeg-2.3

2017-11-03 Thread Frédéric Falsetti
Hi, ffmpeg fails with new openjpeg-2.3 config.log: fatal error: openjpeg-2.1/openjpeg.h: No such file or directory fatal error: openjpeg-2.0/openjpeg.h: No such file or directory fatal error: openjpeg-1.5/openjpeg.h: No such file or directory ERROR: libopenjpeg not found the same with ffmpeg

Re: [Slackbuilds-users] ffmpeg does not build against libwebp (SOLVED)

2017-11-02 Thread Chris Abela
Both tesseract and leptonica (required by tesseract) picked libwebp as a dependency. I removed libwebp, rebuilt leptonica and tesseract, reinstalled libwebp and now ffmpeg is building fine. Thanks to Arnaud for his hint. Chris On 02/11/17 08:59, Chris Abela wrote: ffmpeg builds fine

Re: [Slackbuilds-users] ffmpeg does not build against libwebp

2017-11-02 Thread Arnaud
> ffmpeg builds fine against libwebp-0.5.2, but fails when built against > libwebp-0.6.0: > [...] > ERROR: tesseract not found using pkg-config > > All the other dependencies are installed and updated, including tesseract. > ffmpeg | ASS=yes BLURAY=yes BS2B=yes CELT=yes CHROMAPRINT=no DC1394=yes

[Slackbuilds-users] ffmpeg does not build against libwebp

2017-11-02 Thread Chris Abela
ffmpeg builds fine against libwebp-0.5.2, but fails when built against libwebp-0.6.0: ffmpeg-3.2.4/tests/tiny_psnr.c ffmpeg-3.2.4/ffserver.c ffmpeg-3.2.4/ffmpeg.h ffmpeg-3.2.4/ffmpeg_dxva2.c ffmpeg-3.2.4/cmdutils_opencl.c ffmpeg-3.2.4/COPYING.LGPLv2.1 ffmpeg-3.2.4/ffmpeg_vaapi.c

Re: [Slackbuilds-users] ffmpeg does not build because of openjpeg update

2017-10-12 Thread Andrzej Telszewski
On 12/10/17 08:47, Matteo Bernardini wrote: sorry Andrzej, my bad, I confused the ffmpeg versions: I though they were the same, but the patch had to be rewritten for ffmpeg-3.2.4. please try it now, it should be ok

Re: [Slackbuilds-users] ffmpeg does not build because of openjpeg update

2017-10-12 Thread Matteo Bernardini
2017-10-12 0:06 GMT+02:00 Andrzej Telszewski : > On 11/10/17 21:15, Matteo Bernardini wrote: >> >> I just pushed in my branch the same patch I proposed for Slackware >> current (a modified version of the Archlinux patch for >> openjpeg-2.2.0). >> >> >>

Re: [Slackbuilds-users] ffmpeg does not build because of openjpeg update

2017-10-11 Thread Andrzej Telszewski
On 11/10/17 21:15, Matteo Bernardini wrote: I just pushed in my branch the same patch I proposed for Slackware current (a modified version of the Archlinux patch for openjpeg-2.2.0). https://git.slackbuilds.org/slackbuilds/commit/?id=52a74cce0e33e3ea70d8a822266e511c65a9c3c1 Matteo Does it

Re: [Slackbuilds-users] ffmpeg does not build because of openjpeg update

2017-10-11 Thread Matteo Bernardini
2017-10-11 20:33 GMT+02:00 Andrzej Telszewski : > Hi, > > It looks like ffmpeg does not build because of the recent openjpeg update in > -14.2. > > I see that, probably exactly the same problem, was fixed in -current, thanks > to Matteo. > > Do we need some patch here on SBo

[Slackbuilds-users] ffmpeg does not build because of openjpeg update

2017-10-11 Thread Andrzej Telszewski
Hi, It looks like ffmpeg does not build because of the recent openjpeg update in -14.2. I see that, probably exactly the same problem, was fixed in -current, thanks to Matteo. Do we need some patch here on SBo too? (Bcc-d maintainer). -- Best regards, Andrzej Telszewski

Re: [Slackbuilds-users] ffmpeg

2017-04-17 Thread Duncan Roe
On Mon, Apr 17, 2017 at 08:23:47PM +0200, Chris Abela wrote: > 1. On my machines, ffmpeg built against the previous version (à la > wireshark). Removing it before building it again solved missing libraries > issues. > > 2. On my second run, ffmpeg complained on missing chromaprint, despite that >

[Slackbuilds-users] ffmpeg

2017-04-17 Thread Chris Abela
1. On my machines, ffmpeg built against the previous version (à la wireshark). Removing it before building it again solved missing libraries issues. 2. On my second run, ffmpeg complained on missing chromaprint, despite that I had it. Disabling it solved this problem 3. On third time, I got

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Franzen
On 2016-11-05 13:37, Willy Sudiarto Raharjo wrote: Thanks for the reminder, Willy. I have 'su' aliased to 'su -' on my main machine, but not on the VM where I was testing this. So maybe that error message and/or README doesn't need to be changed. I'll leave it up to the maintainer to decide.

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Willy Sudiarto Raharjo
> Thanks for the reminder, Willy. I have 'su' aliased to 'su -' on my main > machine, but not on the VM where I was testing this. So maybe that error > message and/or README doesn't need to be changed. I'll leave it up to > the maintainer to decide. It's already mentioned here

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Daniel Prosser
Thanks for the reminder, Willy. I have 'su' aliased to 'su -' on my main machine, but not on the VM where I was testing this. So maybe that error message and/or README doesn't need to be changed. I'll leave it up to the maintainer to decide. Dan On Sat, Nov 05, 2016 at 06:52:07PM +0700, Willy

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Willy Sudiarto Raharjo
>> In the terminal you build in: >> source /etc/profile.de/tetex.sh >> >> It seems you installed tetex, but didn't login again or reboot. That would >> have fixed your issue also. >> > > Aha! That's what I was missing. The first time I tried installing vlc, I > did not have any latex package

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Daniel Prosser
On Sat, Nov 05, 2016 at 07:12:07AM +0100, Franzen wrote: > > In the terminal you build in: > source /etc/profile.de/tetex.sh > > It seems you installed tetex, but didn't login again or reboot. That would > have fixed your issue also. > Aha! That's what I was missing. The first time I tried

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-05 Thread Franzen
Could not find texi2html! Please make sure to have tetex or texlive installed and that texi2html is in PATH. In the terminal you build in: source /etc/profile.de/tetex.sh It seems you installed tetex, but didn't login again or reboot. That would have fixed your issue also. The

[Slackbuilds-users] ffmpeg and tetex

2016-11-04 Thread Daniel Prosser
(This is a copy of the message I accidentally sent as a reply to a different thread. Please respond to this one.) Hi, I am installing ffmpeg on a clean 14.2 system (well, actually I am installing vlc in order to test something, and ffmpeg is a dependency, but that's not important). I have tetex

Re: [Slackbuilds-users] ffmpeg and tetex

2016-11-04 Thread Daniel Prosser
I'm sorry, that was not supposed to be a reply to the OPTIONAL thread. I will re-send it as a new message. Dan On Sat, Nov 05, 2016 at 02:23:13AM +, Daniel Prosser wrote: > Hi, > > I am installing ffmpeg on a clean 14.2 system (well, actually I am > installing vlc in order to test

[Slackbuilds-users] ffmpeg and tetex

2016-11-04 Thread Daniel Prosser
Hi, I am installing ffmpeg on a clean 14.2 system (well, actually I am installing vlc in order to test something, and ffmpeg is a dependency, but that's not important). I have tetex installed instead of texlive, and I get the following error: Could not find texi2html! Please make sure to have

Re: [Slackbuilds-users] ffmpeg without _custom

2016-11-03 Thread King Beowulf
On 11/02/2016 10:47 AM, Andrzej Telszewski wrote: > Hi, > > As of now, ffmpeg is built with _custom ARCH, so it's meant for the > machine it was built on. > > But I noticed that Alien's ffmpeg > [http://www.slackware.com/~alien/slackbuilds/ffmpeg/] can be built and > installed on different

Re: [Slackbuilds-users] ffmpeg without _custom

2016-11-02 Thread Andrzej Telszewski
On 02/11/16 22:03, Alexander Verbovetsky wrote: On Wed, Nov 2, 2016, at 20:47, Andrzej Telszewski wrote: Hi, As of now, ffmpeg is built with _custom ARCH, so it's meant for the machine it was built on. But I noticed that Alien's ffmpeg [http://www.slackware.com/~alien/slackbuilds/ffmpeg/] can

Re: [Slackbuilds-users] ffmpeg without _custom

2016-11-02 Thread Andrzej Telszewski
On 02/11/16 19:13, Ruben Schuller wrote: Sorry, hit the send button by accident. I'm building ffmpeg from SBo with slackrepo and have no problems with running that on other machines. 2016-11-02 19:07:58 Ruben Schuller 2016-11-02 18:47:05 Andrzej Telszewski

Re: [Slackbuilds-users] ffmpeg without _custom

2016-11-02 Thread Ruben Schuller
2016-11-02 18:47:05 Andrzej Telszewski > Hi, > > As of now, ffmpeg is built with _custom ARCH, so it's meant for the > machine it was built on. > > But I noticed that Alien's ffmpeg > [http://www.slackware.com/~alien/slackbuilds/ffmpeg/] can be built > and installed on

Re: [Slackbuilds-users] ffmpeg without _custom

2016-11-02 Thread Ruben Schuller
Sorry, hit the send button by accident. I'm building ffmpeg from SBo with slackrepo and have no problems with running that on other machines. 2016-11-02 19:07:58 Ruben Schuller > 2016-11-02 18:47:05 Andrzej Telszewski > > > Hi, > > > > As of now, ffmpeg

[Slackbuilds-users] ffmpeg without _custom

2016-11-02 Thread Andrzej Telszewski
Hi, As of now, ffmpeg is built with _custom ARCH, so it's meant for the machine it was built on. But I noticed that Alien's ffmpeg [http://www.slackware.com/~alien/slackbuilds/ffmpeg/] can be built and installed on different machines. Could we have something like that in SBo? And

Re: [Slackbuilds-users] ffmpeg and hardware decoding in 14.2

2016-07-26 Thread Matt Verhoff
Sent from my BlackBerry 10 smartphone.   Original Message   From: Christoph Willing Sent: Monday, July 25, 2016 7:47 AM To: slackbuilds-users@slackbuilds.org Reply To: SlackBuilds.org Users List Subject: Re: [Slackbuilds-users] ffmpeg and hardware decoding in 14.2 On 25/07/16 06:02, slackw

Re: [Slackbuilds-users] ffmpeg and hardware decoding in 14.2

2016-07-25 Thread Christoph Willing
On 25/07/16 06:02, slackw...@lemintown.eu wrote: Hi, Since slackbuilds should be executed in a full slackware environment we could add two lines in the ffmpeg script thanks to two new packages in 14.2: libva: --enable-vaapi \ libvdpau: --enable-vdpau \ Another option would be to make them

[Slackbuilds-users] ffmpeg and hardware decoding in 14.2

2016-07-24 Thread slackware
Hi, Since slackbuilds should be executed in a full slackware environment we could add two lines in the ffmpeg script thanks to two new packages in 14.2: libva: --enable-vaapi \ libvdpau: --enable-vdpau \ Another option would be to make them optional: VAAPI="yes" VDPAU="yes" Brian

Re: [Slackbuilds-users] ffmpeg and "non-redistributable binary"

2016-03-12 Thread Andrzej Telszewski
On 12/03/16 23:07, Black Rider wrote: El Sat, 12 Mar 2016 23:04:07 +0100, Andrzej Telszewski escribió: Hi, Some of the dependencies for _ffmpeg_ make it "non-redistributable binary". I'd like to ask what does it mean? Does it mean it's forbidden to redistribute the binary because of law

Re: [Slackbuilds-users] ffmpeg and "non-redistributable binary"

2016-03-12 Thread Black Rider
El Sat, 12 Mar 2016 23:04:07 +0100, Andrzej Telszewski escribió: > Hi, > > Some of the dependencies for _ffmpeg_ make it "non-redistributable > binary". > > I'd like to ask what does it mean? > > Does it mean it's forbidden to redistribute the binary because of law > restrictions? > > Or does

[Slackbuilds-users] ffmpeg and "non-redistributable binary"

2016-03-12 Thread Andrzej Telszewski
Hi, Some of the dependencies for _ffmpeg_ make it "non-redistributable binary". I'd like to ask what does it mean? Does it mean it's forbidden to redistribute the binary because of law restrictions? Or does it mean the binary will contain instructions that cannot be executed on, for

Re: [Slackbuilds-users] ffmpeg updates

2016-02-24 Thread Miguel De Anda
Thanks I'll try again in the morning. On Feb 24, 2016 2:32 AM, "Willy Sudiarto Raharjo" wrote: > > sbopkg -i graphviz > > > > > > Making all in webp > > make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/webp' > > make[3]: Nothing to be done for 'all'. > >

Re: [Slackbuilds-users] ffmpeg updates

2016-02-24 Thread Willy Sudiarto Raharjo
> sbopkg -i graphviz > > > Making all in webp > make[3]: Entering directory '/tmp/SBo/graphviz-2.38.0/plugin/webp' > make[3]: Nothing to be done for 'all'. > make[3]: Leaving directory '/tmp/SBo/graphviz-2.38.0/plugin/webp' > Making all in poppler > make[3]: Entering directory

Re: [Slackbuilds-users] ffmpeg updates

2016-02-24 Thread Willy Sudiarto Raharjo
> sbopkg -i libvpx > > ... > [CXX] third_party/googletest/src/src/gtest-all.cc.o > [AR] libgtest_g.a > [STRIP] libgtest.a < libgtest_g.a > [CC] test/../md5_utils.c.o > [CC] test/../nestegg/halloc/src/halloc.c.o > In file included from

Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Christoph Willing
On 24/02/16 10:39, Miguel De Anda wrote: i started trying to build ffmpeg and as many dependencies as possible from what's on the website first before trying the newer one but i ran into issues. i was building this against a new install (about 2 weeks old) running all current and no 32-bit

Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Willy Sudiarto Raharjo
> sbopkg -i libaacs > ... > --2016-02-23 16:19:15-- > ftp://ftp.videolan.org/pub/videolan/libaacs/0.8.1/libaacs-0.8.1.tar.bz2 >=> 'libaacs-0.8.1.tar.bz2' > Resolving ftp.videolan.org (ftp.videolan.org)... 88.191.250.2, > 2a01:e0d:1:3:58bf:fa02:c0de:20 > Connecting to ftp.videolan.org

Re: [Slackbuilds-users] ffmpeg updates

2016-02-23 Thread Miguel De Anda
i started trying to build ffmpeg and as many dependencies as possible from what's on the website first before trying the newer one but i ran into issues. i was building this against a new install (about 2 weeks old) running all current and no 32-bit compat. libs using sbopkg: sbopkg -i libaacs

[Slackbuilds-users] ffmpeg updates

2016-02-22 Thread Willy Sudiarto Raharjo
I have just merged all changes during the last few days back to master and it includes ffmpeg updates to 2.8.x branch. there are a lot of packages depends on ffmpeg and we need your help to confirm if those packages are built properly against ffmpeg 2.8. please let us know if there are problems

Re: [Slackbuilds-users] ffmpeg error

2015-11-21 Thread Yavor Atanasov
Hello Matteo, Thanks for answer but I have full installation and libcaca is present: --- root@DellPE840:~# slackpkg search libcaca Looking for libcaca in package list. Please wait... DONE The list below shows all packages with name matching "libcaca". [ installed ] -

Re: [Slackbuilds-users] ffmpeg error

2015-11-21 Thread Matteo Bernardini
2015-11-21 21:18 GMT+01:00 Yavor Atanasov : > Hello Matteo, > Thanks for answer but I have full installation and libcaca is present: > --- > root@DellPE840:~# slackpkg search libcaca > Looking for libcaca in package list. Please wait... DONE > The list below

Re: [Slackbuilds-users] ffmpeg error

2015-11-21 Thread Matteo Bernardini
2015-11-21 7:27 GMT+01:00 Yavor Atanasov : > ERROR: caca not found using pkg-config > > If you think configure made a mistake, make sure you are using the latest > version from Git. If the latest version fails, report the problem to the > ffmpeg-u...@ffmpeg.org mailing list or

[Slackbuilds-users] ffmpeg error

2015-11-20 Thread Yavor Atanasov
Hello guys, I trying to install minidlna package and requirement for it is ffmpeg package - my problem is that I getting error when compilation starts - here is some info about the error: ---

Re: [Slackbuilds-users] ffmpeg configure error.

2015-06-24 Thread Antonio Hernández Blas
You can also disable SAMBA [1] support by deleting '--enable-libsmbclient' in ffmpeg.SlackBuild. - Cheers [1] https://www.ffmpeg.org/ffmpeg-protocols.html#libsmbclient On Sun, Jun 21, 2015 at 11:24 AM, Ananda Murthy R S rsamu...@gmail.com wrote: Hello Willy, After installing the latest

Re: [Slackbuilds-users] ffmpeg configure error.

2015-06-21 Thread Willy Sudiarto Raharjo
ERROR: smbclient not found Try to install samba -- Willy Sudiarto Raharjo ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users Archives -

Re: [Slackbuilds-users] ffmpeg configure error.

2015-06-21 Thread enigma
Am Sonntag, 21. Juni 2015, 16:48:00 schrieb Ananda Murthy R S: Hello, When I try to build ffmpeg-2.6.3, I got the following error

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread Christoph Willing
On 03/06/15 19:07, Matteo Bernardini wrote: to avoid confusion I have created a dedicated branch in out git, user/ponce/ffmpeg-updates, with the audacity patch. As a matter of process, how can maintainers of the various SlackBuilds that will need ffmpeg-related changes have the changes

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread Matteo Bernardini
2015-06-01 16:30 GMT+02:00 Heinz Wiesinger ppr...@liwjatan.at: My plan would be to have my updates included in the next SBo update (pending approval). I would therefore like to ask the respective maintainers of the scripts in need of patches to submit their updates as well. Alternatively we

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread Matteo Bernardini
2015-06-02 12:24 GMT+02:00 David Spencer baildon.resea...@googlemail.com: Unrelated to ffmpeg, the following packages needed various fixes to build on -current (attached for Ponce's enjoyment ;-) audio-kid3 audio-lastfm games-alephone [note, this patch is additional to, and independent of,

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread David Spencer
On 3 June 2015 at 03:07, Christoph Willing chris.will...@iinet.net.au wrote: Please try both patches - in the absence of any problems found with them, I'm happy to include both patches in the vlc 2.1.6 SlackBuild to support new ffmpeg-2.6.3. #BuildsForMe ;-) Thanks Chris, this is awesome!

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread Christoph Willing
On 03/06/15 21:01, David Spencer wrote: Just one unrelated observation -- in doinst.sh.in, /usr/lib%LIBDIRSUFFIX%/vlc/vlc-cache-gen needs to have the leading '/' removed -- the other commands like /usr/bin/update-mime-database do need '/', but vlc-cache-gen itself is installed to $ROOT

Re: [Slackbuilds-users] FFmpeg update

2015-06-03 Thread Matteo Bernardini
2015-06-03 13:44 GMT+02:00 Christoph Willing chris.will...@iinet.net.au: On 03/06/15 19:07, Matteo Bernardini wrote: to avoid confusion I have created a dedicated branch in out git, user/ponce/ffmpeg-updates, with the audacity patch. As a matter of process, how can maintainers of the

Re: [Slackbuilds-users] FFmpeg update

2015-06-01 Thread Heinz Wiesinger
On Saturday 23 May 2015 19:33:01 Heinz Wiesinger wrote: Hello everyone, I got more and more requests from people about an update for the ffmpeg version we have in the repo as it is already quite a bit dated. Usually I wait until a new Slackware release with the update, since verifying

Re: [Slackbuilds-users] FFmpeg update

2015-05-29 Thread Klaatu
On 05/29/2015 04:43 PM, PG Ouellette wrote: - Original Message - From: andrew andrew.david.str...@gmail.com To: slackbuilds-users@slackbuilds.org Sent: Thursday, May 28, 2015 3:49:17 PM Subject: Re: [Slackbuilds-users] FFmpeg update On Thu, May 28, 2015 at 10:47:13PM

Re: [Slackbuilds-users] FFmpeg update

2015-05-29 Thread PG Ouellette
- Original Message - From: Klaatu kla...@straightedgelinux.com To: slackbuilds-users@slackbuilds.org Sent: Thursday, May 28, 2015 11:45:54 PM Subject: Re: [Slackbuilds-users] FFmpeg update On 05/29/2015 04:43 PM, PG Ouellette wrote: - Original Message - From

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread Heinz Wiesinger
On Tuesday 26 May 2015 20:06:13 Christoph Willing wrote: On 26/05/15 17:24, Christoph Willing wrote: Hi Heinz, Since you're updating the SlackBuild, I wonder if you would consider a change to the way optional features are handled? Unlike many other softwares, ffmpeg is quite good at

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread Miguel De Anda
is it an option to have it autodetect if each of those libraries are installed? On Thu, May 28, 2015 at 12:12 PM, B Watson yalh...@gmail.com wrote: On 5/28/15, Heinz Wiesinger ppr...@liwjatan.at wrote: Leaving everything at no is the only sensible choice I'm afraid. How about adding a

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread David Spencer
I pushed a different fix for this to github which should take care of it properly. Heh, that's much better! I wondered if that would work but never tried it!! derp Thanks -D. ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread Heinz Wiesinger
On Thursday 28 May 2015 17:53:47 David Spencer wrote: Hey folks, Everything on the list is now building ok on 14.1 here, both x86_64 and i686, but -current needs more work. The problems were fixed as follows: [..] multimedia/transcode -- needs lame in REQUIRES I pushed a different fix

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread Heinz Wiesinger
On Tuesday 26 May 2015 03:51:44 B Watson wrote: Another thing about building ffmpeg: it uses texi2html to generate the developer documentation, and chokes if it can't find it in the $PATH (usually because the user did plain 'su' instead of 'su -', or because the T series isn't installed).

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread B Watson
On 5/28/15, Heinz Wiesinger ppr...@liwjatan.at wrote: Leaving everything at no is the only sensible choice I'm afraid. How about adding a copy/pastable line to bottom of the README with all the environment variables set to yes? Something like: ---cut--- To build with all optional dependencies,

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread Matteo Bernardini
2015-05-26 16:56 GMT+02:00 Willy Sudiarto Raharjo will...@slackbuilds.org: Thanks, but what about the problem where it breaks the permissions on /tmp? morticia# ls -ald /tmp/ drwxrwxrwt 25 root root 20480 May 26 15:23 /tmp/ here on my VM it gave different results ls -l /tmp drwx-- 2

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread David Spencer
Hey folks, Everything on the list is now building ok on 14.1 here, both x86_64 and i686, but -current needs more work. The problems were fixed as follows: audio/audacity -- fixed with John V's patch audio/mpd -- fixed with John V's upversion games/alephone -- fixed with John V's patch on 14.1

Re: [Slackbuilds-users] FFmpeg update

2015-05-28 Thread David Spencer
sorry willy, I think David was referring to the permission of the /tmp directory itself: from what I have understood it seem to overwrite the normal permissions of 1777 with 0755... Thanks Matteo, Willy and me sorted it out already, sorry for not keeping the list up-to-date, but it was a bit

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Christoph Willing
On 26/05/15 17:51, B Watson wrote: On 5/26/15, Christoph Willing chris.will...@iinet.net.au wrote: Would you consider removing all those lines so that all available features can be enabled rather than disabled? At the moment I have to edit the SlackBuild quite a bit, or have a very long

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread B Watson
On 5/26/15, Christoph Willing chris.will...@iinet.net.au wrote: Would you consider removing all those lines so that all available features can be enabled rather than disabled? At the moment I have to edit the SlackBuild quite a bit, or have a very long (error prone) command line to re-enable

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Christoph Willing
Hi Heinz, Since you're updating the SlackBuild, I wonder if you would consider a change to the way optional features are handled? Unlike many other softwares, ffmpeg is quite good at detecting any necessary support packages needed to enable the various features. It assumes (and I believe

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Christoph Willing
On 26/05/15 17:24, Christoph Willing wrote: Hi Heinz, Since you're updating the SlackBuild, I wonder if you would consider a change to the way optional features are handled? Unlike many other softwares, ffmpeg is quite good at detecting any necessary support packages needed to enable the

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread David Spencer
On 26 May 2015 at 01:42, Willy Sudiarto Raharjo will...@slackbuilds.org wrote: (7) multimedia/transcode fails to build. I think this is unrelated to John V's patch. This is a strange problem, under 'optional package support' it says lame no (which is correct), but

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread David Spencer
I don't see any trace of /tmp/zm in the SlackBuild, so i guess it came from the source itself. They need a temporary directory to hold the cctv recordings and that's where it was placed. It should be configurable in the configure script. Anyway, i have fixed the doinst.sh duplicate entry

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Willy Sudiarto Raharjo
Thanks, but what about the problem where it breaks the permissions on /tmp? morticia# ls -ald /tmp/ drwxrwxrwt 25 root root 20480 May 26 15:23 /tmp/ morticia# installpkg /SBo/14.1/packages/14.1/x86_64/system/ZoneMinder/ZoneMinder-1.27.0-x86_64-2_SBo.txz Verifying package

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Willy Sudiarto Raharjo
Yes, but it failed for me *with* that commit -- I rebased on the latest public SBo Sunday May 24 before starting to test the new ffmpeg Strange it built fine here i have transcode-1.1.7-i486-4_SBo -- Willy Sudiarto Raharjo signature.asc Description: OpenPGP digital signature

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread Willy Sudiarto Raharjo
Thanks, but what about the problem where it breaks the permissions on /tmp? morticia# ls -ald /tmp/ drwxrwxrwt 25 root root 20480 May 26 15:23 /tmp/ here on my VM it gave different results ls -l /tmp drwx-- 2 apache apache 4096 May 26 21:48 zm/ -- Willy Sudiarto Raharjo

Re: [Slackbuilds-users] FFmpeg update

2015-05-25 Thread David Spencer
Ok, here is a roundup of what I'm seeing. I've tried to built the whole of Heinz's list. In all cases the failure is the same on both x86_64 and i686. If you need to know what deps and options I used, you're welcome to ask, also there's a log of the i686 build at http://pastebin.com/Cjizh8N4 (1)

Re: [Slackbuilds-users] FFmpeg update

2015-05-25 Thread Willy Sudiarto Raharjo
(7) multimedia/transcode fails to build. I think this is unrelated to John V's patch. This is a strange problem, under 'optional package support' it says lame no (which is correct), but then the build fails as below: ERROR: option '--enable-lame' failed: cannot

Re: [Slackbuilds-users] FFmpeg update

2015-05-25 Thread Willy Sudiarto Raharjo
* system/ZoneMinder ships the unusual directory /tmp/zm/, I'm not saying this is wrong, but it is unusual, but what *is* wrong are the permissions on /tmp that it ships. Also, the doinst.sh calls both 'config etc/rc.d/rc.zm.new' and 'preserve_perms etc/rc.d/rc.zm.new' -- preserve_perms shows

Re: [Slackbuilds-users] FFmpeg update

2015-05-25 Thread Willy Sudiarto Raharjo
* network/imageshack-uploader has bad ownership 1000/users for lots of stuff in the package Fixed it on my branch please re-check -- Willy Sudiarto Raharjo signature.asc Description: OpenPGP digital signature ___ SlackBuilds-users mailing list

Re: [Slackbuilds-users] FFmpeg update

2015-05-24 Thread Ryan P.C. McQuen
On Sun, May 24, 2015, 12:23 AM John Vogel jvog...@stny.rr.com wrote: The following have been build tested: audio/audacity (patched) What did you have to patch on Audacity? In my case adding: LDFLAGS=/usr/lib${LIBDIRSUFFIX} to the configure flags worked. At various times I have also had to

Re: [Slackbuilds-users] FFmpeg update

2015-05-24 Thread Willy Sudiarto Raharjo
x264 === libraries/gst1-plugins-ugly OK multimedia/gst-plugins-ugly Attached is patch for gst-plugins-ugly in order to build against new ffmpeg -- Willy Sudiarto Raharjo commit 962a4bb0871047c02f380d67fd6794ac7414b5e2 Author: Willy Sudiarto Raharjo will...@slackbuilds.org

Re: [Slackbuilds-users] FFmpeg update

2015-05-24 Thread Willy Sudiarto Raharjo
multimedia/gst-plugins-ugly Attached is patch for gst-plugins-ugly in order to build against new ffmpeg Sorry, i was testing it on -current machine it built fine without any patch needed in 14.1 -- Willy Sudiarto Raharjo signature.asc Description: OpenPGP digital signature

Re: [Slackbuilds-users] FFmpeg update

2015-05-24 Thread Ryan P.C. McQuen
On Sun, May 24, 2015, 10:10 AM Ryan P.C. McQuen rya...@linux.com wrote: On Sun, May 24, 2015, 12:23 AM John Vogel jvog...@stny.rr.com wrote: The following have been build tested: audio/audacity (patched) What did you have to patch on Audacity? In my case adding:

Re: [Slackbuilds-users] FFmpeg update

2015-05-24 Thread John Vogel
On Sun, 24 May 2015 15:10:08 + Ryan P.C. McQuen rya...@linux.com wrote: On Sun, May 24, 2015, 12:23 AM John Vogel jvog...@stny.rr.com wrote: The following have been build tested: audio/audacity (patched) What did you have to patch on Audacity? In my case adding:

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread Gilles Chanteperdrix
On Sat, May 23, 2015 at 07:33:01PM +0200, Heinz Wiesinger wrote: multimedia/kodi (?) Hi, I am running ffmpeg 2.6.2, and tried and compile kodi 14.2 with that release; it does not compile, kodi seems to rely on an ffmpeg functions (as far as I understood for dvd support) which is no longer

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread John Vogel
On Sat, 23 May 2015 13:47:02 -0400 John Vogel jvog...@stny.rr.com wrote: -snip For work I have done so far and also have in progress, my repo is at: https://github.com/jvvv/SBo-ffmpeg-related-build-fixes. I see that I mistakely added the . to the end of the link, should be:

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread John Vogel
On Sun, 24 May 2015 00:51:26 +0200 Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: On Sat, May 23, 2015 at 07:33:01PM +0200, Heinz Wiesinger wrote: multimedia/kodi (?) Hi, I am running ffmpeg 2.6.2, and tried and compile kodi 14.2 with that release; it does not compile,

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread Willy Sudiarto Raharjo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I am running ffmpeg 2.6.2, and tried and compile kodi 14.2 with that release; it does not compile, kodi seems to rely on an ffmpeg functions (as far as I understood for dvd support) which is no longer available in recent versions. So, kodi has

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread John Vogel
On Sun, 24 May 2015 08:58:41 +0700 Willy Sudiarto Raharjo will...@slackbuilds.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I am running ffmpeg 2.6.2, and tried and compile kodi 14.2 with that release; it does not compile, kodi seems to rely on an ffmpeg functions (as far

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread Willy Sudiarto Raharjo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thanks for checking that. I think that kodi is a non-issue here. kodi uses of it's own patched fork of ffmpeg, which makes building kodi with mainstream ffmpeg either impossible or overly problematic. True, that's what my sentence :) - --

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread John Vogel
On Sun, 24 May 2015 09:39:59 +0700 Willy Sudiarto Raharjo will...@slackbuilds.org wrote: True, that's what my sentence :) Ahh, I am so dense. Thanks for being so patient with me. ___ SlackBuilds-users mailing list SlackBuilds-users@slackbuilds.org

[Slackbuilds-users] FFmpeg update

2015-05-23 Thread Heinz Wiesinger
Hello everyone, I got more and more requests from people about an update for the ffmpeg version we have in the repo as it is already quite a bit dated. Usually I wait until a new Slackware release with the update, since verifying everything still builds with it is easier this way. Even more so

Re: [Slackbuilds-users] FFmpeg update

2015-05-23 Thread John Vogel
On Sat, 23 May 2015 19:33:01 +0200 Heinz Wiesinger ppr...@liwjatan.at wrote: Hello everyone, I got more and more requests from people about an update for the ffmpeg version we have in the repo as it is already quite a bit dated. Usually I wait until a new Slackware release with the

  1   2   >