Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. How to download Deb file for 4.3+ (Rainer)
2. Re: How to download Deb file for 4.3+ ([email protected])
3. Re: How to download Deb file for 4.3+ ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sat, 30 Jan 2021 15:39:06 -0500
From: Rainer <[email protected]>
To: [email protected]
Subject: [Motion-user] How to download Deb file for 4.3+
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Hi all,
I am sure this is a simple question, but I can't figure it out.
I would like to download the latest deb file (I believe 4.3.2) and do a
trial install to see if it has the options of motion_user and motion_group.
When I go onto the download page, it does list the file, when I click on
it, I do get a page with a header for 4.3+. When I click on Relase
4.3.2, it only refreshes the same page (page is below)
Below it has a list of assets: when I click on one of them, it gives me
the option to install with gDebi package installer, but also displays an
error at it's header: ...pendency is not satisfiable: libavcodec57(>=
7:3.4.8)|libavcodec-extra57 (>=7:3.4.8)
So, I guess two questions:
1) how do I download/ install the deb file for 4.3.2
2) does the dependency not satisfied mean that I need to install the
libavcodecs or that the ones already installed are too new?
Rainer
(see below)
=========================
Release 4.3.2
<https://github.com/Motion-Project/motion/releases/tag/release-4.3.2>
@Mr-Dave <https://github.com/Mr-Dave> Mr-Dave
<https://github.com/Mr-Dave> released this on Oct 25, 2020
Release Notes: 4.3.2
The documentation for the 4.3.2 release can be found in the Motion 4.3.2
Guide <https://motion-project.github.io/4.3.2/motion_config.html>
The following summarizes the changes implemented in version 4.3.2
* Fixes
o Compiler warnings for newer distos.
o Use MHD function for url decoding
Assets 24
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Sat, 30 Jan 2021 12:50:37 -0800
From: [email protected]
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] How to download Deb file for 4.3+
Message-ID:
<CAGd+P+a=4k7tktfxkwgxwwsfog2opkw9ssarxfccdalxfbt...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I installed it today. I recommend saving it to your local drive (right
click on link and select Save As) and using the command line for example: *sudo
dpkg -i ./bionic_motion_4.3.2-1_amd64.deb*. The deb file will of course
depend on your OS and version...
Also, I had to run "*apt update*" first otherwise I was getting missing
dependencies errors like you did.
On Sat, Jan 30, 2021 at 12:41 PM Rainer <[email protected]> wrote:
> Hi all,
>
> I am sure this is a simple question, but I can't figure it out.
>
> I would like to download the latest deb file (I believe 4.3.2) and do a
> trial install to see if it has the options of motion_user and motion_group.
>
> When I go onto the download page, it does list the file, when I click on
> it, I do get a page with a header for 4.3+. When I click on Relase 4.3.2,
> it only refreshes the same page (page is below)
>
> Below it has a list of assets: when I click on one of them, it gives me
> the option to install with gDebi package installer, but also displays an
> error at it's header: ...pendency is not satisfiable: libavcodec57(>=
> 7:3.4.8)|libavcodec-extra57 (>=7:3.4.8)
>
> So, I guess two questions:
>
> 1) how do I download/ install the deb file for 4.3.2
>
> 2) does the dependency not satisfied mean that I need to install the
> libavcodecs or that the ones already installed are too new?
>
> Rainer
>
>
> (see below)
> =========================
> Release 4.3.2
> <https://github.com/Motion-Project/motion/releases/tag/release-4.3.2>
>
> [image: @Mr-Dave] <https://github.com/Mr-Dave> Mr-Dave
> <https://github.com/Mr-Dave> released this on Oct 25, 2020
> Release Notes: 4.3.2
>
> The documentation for the 4.3.2 release can be found in the Motion 4.3.2
> Guide <https://motion-project.github.io/4.3.2/motion_config.html>
>
> The following summarizes the changes implemented in version 4.3.2
>
> - Fixes
> - Compiler warnings for newer distos.
> - Use MHD function for url decoding
>
> Assets 24
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 3
Date: Sat, 30 Jan 2021 12:53:40 -0800
From: [email protected]
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] How to download Deb file for 4.3+
Message-ID:
<CAGd+P+Y6-cuEm_r5LQnfQLhOu-HJyUfoTm8=huix1vlzyye...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Also those codec files (libavcodec57) could be related to ffmpeg so you
might need to upgrade or install a different version of it...
On Sat, Jan 30, 2021 at 12:50 PM <[email protected]> wrote:
> I installed it today. I recommend saving it to your local drive (right
> click on link and select Save As) and using the command line for example:
> *sudo
> dpkg -i ./bionic_motion_4.3.2-1_amd64.deb*. The deb file will of course
> depend on your OS and version...
>
> Also, I had to run "*apt update*" first otherwise I was getting missing
> dependencies errors like you did.
>
>
> On Sat, Jan 30, 2021 at 12:41 PM Rainer <[email protected]> wrote:
>
>> Hi all,
>>
>> I am sure this is a simple question, but I can't figure it out.
>>
>> I would like to download the latest deb file (I believe 4.3.2) and do a
>> trial install to see if it has the options of motion_user and motion_group.
>>
>> When I go onto the download page, it does list the file, when I click on
>> it, I do get a page with a header for 4.3+. When I click on Relase 4.3.2,
>> it only refreshes the same page (page is below)
>>
>> Below it has a list of assets: when I click on one of them, it gives me
>> the option to install with gDebi package installer, but also displays an
>> error at it's header: ...pendency is not satisfiable: libavcodec57(>=
>> 7:3.4.8)|libavcodec-extra57 (>=7:3.4.8)
>>
>> So, I guess two questions:
>>
>> 1) how do I download/ install the deb file for 4.3.2
>>
>> 2) does the dependency not satisfied mean that I need to install the
>> libavcodecs or that the ones already installed are too new?
>>
>> Rainer
>>
>>
>> (see below)
>> =========================
>> Release 4.3.2
>> <https://github.com/Motion-Project/motion/releases/tag/release-4.3.2>
>>
>> [image: @Mr-Dave] <https://github.com/Mr-Dave> Mr-Dave
>> <https://github.com/Mr-Dave> released this on Oct 25, 2020
>> Release Notes: 4.3.2
>>
>> The documentation for the 4.3.2 release can be found in the Motion 4.3.2
>> Guide <https://motion-project.github.io/4.3.2/motion_config.html>
>>
>> The following summarizes the changes implemented in version 4.3.2
>>
>> - Fixes
>> - Compiler warnings for newer distos.
>> - Use MHD function for url decoding
>>
>> Assets 24
>>
>>
>> _______________________________________________
>> Motion-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/motion-user
>> https://motion-project.github.io/
>>
>> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 175, Issue 33
********************************************