Bug#997240: lives: FTBFS: htmsocket.c:41:10: fatal error: rpc/rpc.h: No such file or directory

2021-10-23 Thread salsaman
; -DPACKAGE_STRING=\"LiVES\ 3.0.2\" > -DPACKAGE_BUGREPORT=\"https://github.com/salsaman/LiVES/issues\; > -DPACKAGE_URL=\"http://lives-video.com\; -DPACKAGE=\"lives\" > -DVERSION=\"3.0.2\" -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 > -DHA

Bug#762770: lives cannot find any encoders on startup

2020-12-16 Thread salsaman
All plugins should be placed inside/lib/lives This is where "make install" will place them. If the plugins are installed to a non-standard location then you still need to edit the config file by hand, the config file is now in ~/.config/lives/settings If this is an issue then please feel free to

Bug#888348: lives: FTBFS with FFmpeg 3.5

2018-02-11 Thread salsaman
Sorry, my bad: I forgot to update the constants in the .h files. I was looking in the .c files by mistake. Also, I think it should be AV_CODEC_ID_* in the headers (although AV_CODEC_* seemed to work too).

Bug#888348: lives: FTBFS with FFmpeg 3.5

2018-02-11 Thread salsaman
Please check that you are compiling with the current versions of those files. There are no instances of CODEC_* any more in those files.

Bug#888348: lives: FTBFS with FFmpeg 3.5

2018-02-04 Thread salsaman
I believe all the issues noted should be fixed now. You will need to replace the follwoing files: configure.ac libweed/weed-compat.h libweed/weed-compat.pc plugins/decoders/* (the weed-compat changes are unrelated, but you will need to update them to compile the current decoder plugins).

Bug#888348: lives: FTBFS with FFmpeg 3.5

2018-01-25 Thread salsaman
If you have a moment, perhaps you could pull the newly updated files from lives/lives-plugins/plugins/decoders in subversion ( http://svn.code.sf.net/p/lives/code/trunk) and recompile. It should fix the FTBFS. Gabriel.

Bug#810146:

2016-10-28 Thread salsaman
This bug can be closed with the release of LiVES 2.8.1

Bug#756565:

2016-10-28 Thread salsaman
This bug can be closed with the release of LiVES 2.8.1

Bug#798043:

2016-10-28 Thread salsaman
This bug can be closed with the release of LiVES 2.8.1

Bug#810146: lives: encoding fails because empty audio wav file beyond some specific length

2016-10-23 Thread salsaman
Thankyou for your detailed investigation Lionel. This issue has now been addressed in version 2.8.1 of LiVES which should be in the debian repositiries shortly.

Bug#798043:

2016-10-16 Thread salsaman
3 more patches - implementing the permissions change as discussed and also ensuring that umask is employed correctly throughout. I think these will be the final patches for this issue, assuming there are no bugs found during testing. https://sourceforge.net/p/lives/code/2587/

Bug#798043: lives: creates (and uses) world-writeable directory

2016-10-01 Thread salsaman
James, I was wondering what action should be taken regarding directory/subdirectory permissions for existing users. The options I can think of (from simplest to most complex): a) do nothing, only new users get the benefit. b) add a note in Release Notes informing users how to update the directory

Bug#798043:

2016-09-25 Thread salsaman
Relevant patches: https://sourceforge.net/p/lives/code/2574/ https://sourceforge.net/p/lives/code/2576/ https://sourceforge.net/p/lives/code/2578/ https://sourceforge.net/p/lives/code/2579/ https://sourceforge.net/p/lives/code/2580/

Bug#756565: lives: Numerous insecure temporary files used in smogrify

2016-09-25 Thread salsaman
All issues noted above have been fixed. In addition: - the terminology has been changed throughout to try to be less confusing. The directory is now referred to as the "LiVES working directory" everywhere. For example prefs->tmpdir is now prefs->workdir in the C code, and $tmpdir is now $workdir

Bug#798043:

2016-09-25 Thread salsaman
This has now been fixed. The problem was that the backend (smogrify) needs to communicate some information to the front end (LiVES) at startup, and to do so it was creating ~/livestmp (the default working directory on first time startup) to write some temporary files in. The default is now set to

Bug#756565: lives: Numerous insecure temporary files used in smogrify

2016-09-23 Thread salsaman
On Thu, Sep 22, 2016 at 7:56 PM, James Cowgill wrote: > > Thinking about this some more, there is a slight race condition here if > the user deletes the file after the checks, but before it's written. I > think the best fix would break the smogrify API unfortunately. One >

Bug#756565: lives: Numerous insecure temporary files used in smogrify

2016-09-20 Thread salsaman
ne can only add comments to this bug by sending email and of course I would need to add a topic to the email. Hopefully just replying will leave it alone then > On 20/09/16 15:51, salsaman wrote: > > I would prefer to keep $tmpdir as it is, I dont see any reason to change > > it to $XDG_C

Bug#756565: bug update

2016-09-20 Thread salsaman
I would prefer to keep $tmpdir as it is, I dont see any reason to change it to $XDG_CACHE_HOME as this variable is only used internally to smogrify. Also using /lives would be confusing as there is already a .lives file and lives-dir which are both created in $HOME. Also the user can select the

Bug#798043: Bug update

2016-09-19 Thread salsaman
Hi, first of all, I am the main developer of LiVES. Please cc the address salsaman+li...@gmail.com to all future bugs related to LiVES. You are also welcome to report bugs on the mailing list or via the issue tracker ( https://sourceforge.net/p/lives/bugs/). I will look into the issues that you

Bug#756565: Bug update

2016-09-19 Thread salsaman
Hi, first of all, I am the main developer of LiVES. Please cc the address salsaman+li...@gmail.com to all future bugs related to LiVES. Secondly, there is incorrect information in this bug report. >> You'll see that $curtmpdir is set to /tmp/smogrify, via code such as: $handle=$

Bug#803839:

2016-03-08 Thread salsaman
of LiVES. Index: libweed/weed-compat.h === --- libweed/weed-compat.h (revision 2352) +++ libweed/weed-compat.h (working copy) @@ -42,7 +42,7 @@ */ -/* (C) Gabriel "Salsaman" Finch, 2005 - 2012 */ +/* (C) Gabriel

Bug#803839: compile time check

2016-03-08 Thread salsaman
is needed to identify this change. On Tue, Mar 8, 2016 at 11:15 AM, salsaman <salsa...@gmail.com> wrote: > Is there a compile time check for this version (e.g. > LIBAVCODEC_VERSION_MAJOR) or even #ifdef AV_PIX_FMT_RGB24 ? > > > >

Bug#803839: compile time check

2016-03-08 Thread salsaman
Is there a compile time check for this version (e.g. LIBAVCODEC_VERSION_MAJOR) or even #ifdef AV_PIX_FMT_RGB24 ?

Bug#762770: lives cannot find any encoders on startup

2014-10-23 Thread salsaman
the library paths in libweed/*.pc A warning about the second change is printed at configure time, the first is not documented, but it quite likely should be. Please test and let me know if this fixes the problem for you. http://lives.sourceforge.net https://www.openhub.net/accounts/salsaman

Bug#720805: Not a good fix

2013-10-12 Thread salsaman
will work in all cases): - #ifndef AV_OPT_TYPE_INT + #if FF_API_OLD_AVOPTIONS leaving the lines in the same place as the original. Regards Salsaman. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman

Bug#664523: Version of lives to be tested

2012-07-07 Thread salsaman
I am no the packager, I am the upstream developer. Better to ask Alessio, Current .debs do not have the patch. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#664523: Bugfix patch

2012-07-05 Thread salsaman
Yes, as I stated earlier in the comments, you will need the patch which I indicated. Salsaman. main developer, LiVES http://lives.sourceforge.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#664523: Bugfix patch

2012-07-04 Thread salsaman
Can we try to get 1.6.2 with this patch into testing ? I understand there was a freeze very recently for the next stable release. 1.6.2 with this patch would be much better than the existing 1.6.1 version. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#664523: Bugfix patch

2012-07-03 Thread salsaman
http://lives.svn.sourceforge.net/viewvc/lives/trunk/src/startup.c?r1=1446r2=1509 Regards, Salsaman. http://lives.sourceforge.net https://www.ohloh.net/accounts/salsaman -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#571549: Fixed in 1.2.1

2010-03-03 Thread salsaman
This is fixed in 1.2.1 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#555563: Possible fix

2009-11-25 Thread salsaman
Please apply the following patches and see if it fixes the problem: http://lives.svn.sourceforge.net/viewvc/lives/trunk/configure.in?r1=316r2=306view=patch http://lives.svn.sourceforge.net/viewvc/lives/trunk/src/Makefile.am?r1=316r2=151view=patch Gabriel. http://lives.sf.net

Bug#546305: closed by Harry Rickards hricka...@l33tmyst.com (Bug#546305: fixed in lives 1.1.2-2)

2009-09-13 Thread salsaman
On Sun, September 13, 2009 15:14, Harry Rickards wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/13/09 14:04, Bastian Blank wrote: On Sun, Sep 13, 2009 at 01:20:57PM +0100, Harry Rickards wrote: On 09/13/09 12:30, Bastian Blank wrote: I don't see a reason for this exclusion.

Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread salsaman
symbols first, which I think (I'm no C developer) you can do by going back to the directory the source of lives is in and running ./configure CFLAGS=-ggdb and then make and make install. I'm CC'ing this to Upstream (Gabriel 'salsaman' Finch) in case he can shed any light on the matter

Bug#543952: lives: Lives crashes at startup on AMD64 (at least mine)

2009-08-27 Thread salsaman
symbols first, which I think (I'm no C developer) you can do by going back to the directory the source of lives is in and running ./configure CFLAGS=-ggdb and then make and make install. I'm CC'ing this to Upstream (Gabriel 'salsaman' Finch) in case he can shed any light on the matter

Bug#542831: lintian: Convertor is reported as a spelling mistake with -E

2009-08-21 Thread salsaman
On Fri, August 21, 2009 19:22, Harry Rickards wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Russ Allbery wrote: Harry Rickards hricka...@l33tmyst.com writes: Russ Allbery wrote: I'm afraid those dictionaries are wrong, at least as dictionaries are normally judged. The word is

Bug#538881: ITP: libweed0 -- Library for inclusion of plugins into LiVES

2009-07-28 Thread salsaman
On Tue, July 28, 2009 12:14, Harry Rickards wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Marillat wrote: Harry Rickards hricka...@l33tmyst.com writes: Christian Marillat wrote: Harry Rickards hricka...@l33tmyst.com writes: [...] The diff in this link doesn't provides

Bug#538881: ITP: libweed0 -- Library for inclusion of plugins into LiVES

2009-07-28 Thread salsaman
On Tue, July 28, 2009 12:14, Harry Rickards wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Marillat wrote: Harry Rickards hricka...@l33tmyst.com writes: Christian Marillat wrote: Harry Rickards hricka...@l33tmyst.com writes: [...] The diff in this link doesn't provides

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2009-02-19 Thread salsaman
Robert, it appears that your email is no longer functioning. Please update me with your new email address. Gabriel. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2009-02-15 Thread salsaman
OK. How long does approval normally take ? Also, you should have checked the file list with me first. Libraries like: ./usr/lib/lives/plugins/playback/video/lives2lives_stream.a ./usr/lib/lives/plugins/playback/video/SDL.a ./usr/lib/lives/plugins/effects/realtime/weed/*.a are redundant,

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2009-02-06 Thread salsaman
this stuff of CVS? regards, guerkan senguen Regards, Gabriel salsaman, http://lives.sourceforge.net LiVES 0.9.9.6 has been released today. This version should be suitable for inclusion in debian. All requested changes have been made. See http://lives.sourceforge.net/index.php?do=downloads

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2009-01-07 Thread salsaman
On Wed, December 17, 2008 22:50, Robert Millan wrote: On Tue, Apr 29, 2008 at 04:01:59PM +0200, Gürkan Sengün wrote: On Tue, April 29, 2008 09:29, Gürkan Sengün wrote: Dear Salsaman, Could you relicense all of your software parts of lives into GNU GPL v3, or 2, or 2.1, whatever you

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2008-12-19 Thread salsaman
On Fri, December 19, 2008 19:28, Robert Millan wrote: On Thu, Dec 18, 2008 at 01:14:49AM +0100, salsa...@xs4all.nl wrote: quote Additionally your debian/copyright file is incomplete and misses (C)holders/license data. You have to include all such differences. Like all of libOSC/*, some of

Bug#247337: [Fwd: Re: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]]

2008-12-17 Thread salsaman
On Wed, December 17, 2008 22:50, Robert Millan wrote: On Tue, Apr 29, 2008 at 04:01:59PM +0200, Gürkan Sengün wrote: On Tue, April 29, 2008 09:29, Gürkan Sengün wrote: Dear Salsaman, Could you relicense all of your software parts of lives into GNU GPL v3, or 2, or 2.1, whatever you

Bug#247337: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]

2008-04-29 Thread salsaman
On Tue, April 29, 2008 11:55, Gürkan Sengün wrote: I still don't understand the necessity to upload Lives in Debian. Without mjpegtools you can't encode in mpeg2. Same for transcode or mencoder who doesn't exist in Debian even if you add a note saying Lives doesn't work, you need to add

Bug#247337: [Fwd: lives_0.9.8.10-1_powerpc.changes REJECTED]

2008-04-29 Thread salsaman
On Tue, April 29, 2008 11:57, Christian Marillat wrote: Gürkan Sengün [EMAIL PROTECTED] writes: I still don't understand the necessity to upload Lives in Debian. Without mjpegtools you can't encode in mpeg2. Same for transcode or mencoder who doesn't exist in Debian even if you add a note

Bug#247337: LiVES

2007-03-18 Thread salsaman
There are LiVES .debs now at debian-multimedia.org. All that is required is for somebody to copy these packages into the main debian repositories. Salsaman. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#247337: LiVES

2006-12-17 Thread salsaman
LiVES is now at version 0.9.8, and still there is no full-time debian maintainer for this package ! How come nobody has picked this up yet ? Salsaman. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]