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 si

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 ZoneMinder-

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 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 entr

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread David Spencer
On 26 May 2015 at 01:42, Willy Sudiarto Raharjo 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 then the build f

Re: [Slackbuilds-users] Alsa-Plugins

2015-05-26 Thread Antonio Hernández Blas
No, but with speex-1.2rc2-x86_64-3 i fixed it in this way without the need for a patch. On Tue, May 26, 2015 at 8:38 AM, Matteo Bernardini < matteo.bernard...@gmail.com> wrote: > 2015-05-26 15:18 GMT+02:00 Antonio Hernández Blas < > hba.nihilis...@gmail.com>: > > To fix it i added '-DHAVE_STDINT_

Re: [Slackbuilds-users] Alsa-Plugins

2015-05-26 Thread Matteo Bernardini
2015-05-26 15:18 GMT+02:00 Antonio Hernández Blas : > To fix it i added '-DHAVE_STDINT_H' to CFLAGS. > > alsa-plugins.SlackBuild: > ... > CFLAGS="$SLKCFLAGS -DHAVE_STDINT_H" \ > CXXFLAGS="$SLKCFLAGS" \ > ./configure \ > --prefix=/usr \ > --libdir=/usr/lib${LIBDIRSUFFIX} \ > ... do you mean you

Re: [Slackbuilds-users] Alsa-Plugins

2015-05-26 Thread Antonio Hernández Blas
To fix it i added '-DHAVE_STDINT_H' to CFLAGS. alsa-plugins.SlackBuild: ... CFLAGS="$SLKCFLAGS -DHAVE_STDINT_H" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ ... - Cheers On Tue, May 26, 2015 at 5:30 AM, Matteo Bernardini < matteo.bernard...@gmai

Re: [Slackbuilds-users] Alsa-Plugins

2015-05-26 Thread Matteo Bernardini
2015-05-26 12:13 GMT+02:00 Ozan Türkyılmaz : > Hello All, > > I had complains about alsa-plugings not complying with speex 1.2rc2. I > tried it on my system (clean system. Recently installed) and it > complies. Anyone has any problems with complying alsa-plugings. building alsa-plugins works fine

[Slackbuilds-users] Alsa-Plugins

2015-05-26 Thread Ozan Türkyılmaz
Hello All, I had complains about alsa-plugings not complying with speex 1.2rc2. I tried it on my system (clean system. Recently installed) and it complies. Anyone has any problems with complying alsa-plugings. PS: I has 64 bit system and no multilib. -- Ozan, BSc, BEng _

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 vari

[Slackbuilds-users] fglrx slackbuild

2015-05-26 Thread Tim Dickson
I am working on a fglrx (amd/ati proprietary driver) package. I am unsure as to what version number to use as the drivers have more than one name. the downloadable driver is amd catalyst omega driver 14.12 but the linux driver inside is the fglrx 14.501.1003 I think I should call the package fgl

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 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 r

Re: [Slackbuilds-users] FFmpeg update

2015-05-26 Thread B Watson
On 5/26/15, Christoph Willing 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 all the features that s

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 thi