Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Cant Install SIP Blink! (Solved)

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Cant Install SIP Blink! (Solved)

#1 Post by bester69 »

Hi,

Im trying to install blink, and cant do it without building aginst ubuntu packages.

Code: Select all

#SIP BLINK
deb http://ag-projects.com/debian jessie main
deb-src http://ag-projects.com/debian jessie main
It ask me for for package:
python-sipsimple,which depends on among others:

Code: Select all

libavformat-ffmpeg56,libavutil-ffmpeg54,libswscale-ffmpeg3, libavcodec-ffmpeg56,libavcodec-ffmpeg-extra56,
-.......
those packages are not in debian repositories..

Any help,please :( , i dont want dangerous frankendebian
Last edited by bester69 on 2016-07-31 15:20, edited 1 time in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: Cant Install SIP Blink!

#2 Post by kiyop »

I found at least libavformat-ffmpeg56 in sid repository for arm64 ;)
https://packages.debian.org/sid/libavformat-ffmpeg56
Maybe with multiarch-support ? :roll:
I wonder if you should use sid. ;)

Why not using Ubuntu instead of debian?
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/

User avatar
JLloyd13
Posts: 394
Joined: 2012-06-29 04:08
Location: Halifax NS Canada

Re: Cant Install SIP Blink!

#3 Post by JLloyd13 »

kiyop wrote:I found at least libavformat-ffmpeg56 in sid repository for arm64 ;)
https://packages.debian.org/sid/libavformat-ffmpeg56
Maybe with multiarch-support ? :roll:
I wonder if you should use sid. ;)

Why not using Ubuntu instead of debian?
multi arch would cover running i386 software on an x86_64 machine, but AFAIK it's impossible to run any arm software, 64bit or otherwise, on an x86(64) machine.
Laptop: Debian GNU/Linux 9 'Stretch' 64bit
Read: https://wiki.debian.org/DontBreakDebian/
We are the Universal OS. Be patient, give help, teach the Debian way.

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Cant Install SIP Blink!

#4 Post by bester69 »

They changed the name of the packages and the dependecies

i.e. libavcodec-ffmpeg-extra56--> libavcodec57

The packages i was looking for are in: http://snapshot.debian.org/

These are the packages:

Code: Select all

libavcodec-ffmpeg-extra56
libavcodec-ffmpeg56
libavformat-ffmpeg56
libavutil-ffmpeg54
libswresample-ffmpeg
libswscale-ffmpeg
libx265
Now i can install, :D

Thanks,
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
kiyop
Posts: 3983
Joined: 2011-05-05 15:16
Location: Where persons without desire to improve themselves fear to tread, in Japan
Been thanked: 3 times

Re: Cant Install SIP Blink!

#5 Post by kiyop »

JLloyd13 wrote:multi arch would cover running i386 software on an x86_64 machine, but AFAIK it's impossible to run any arm software, 64bit or otherwise, on an x86(64) machine.
Thanks for giving nice info :)
bester69 wrote:The packages i was looking for are in: http://snapshot.debian.org/
(snip by kiyop)
Now i can install, :D
Congratulations! :)
Openbox, JWM: Jessie, Sid, Arch / Win XP (on VirtualBox), 10
http://kiyoandkei.bbs.fc2.com/

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Cant Install SIP Blink! (Solved)

#6 Post by stevepusser »

The best way to have done it would be to edit the "ffmpeg" out of those build and runtime dependencies, and add a minimum required version of (>= 7:2.7.3), which would be the new "real" ffmpeg that Debian is now using. Where would you get this? It's in jessie-backports, which is one of the first places to look. Such as libavcodec-dev (>= 7:2.7.3): https://packages.debian.org/jessie-back ... vcodec-dev

You'll notice that stock Jessie has the libav 11.7 version (6:11.7) instead of the real ffmpeg, but the "7:" epoch in front of the "2.7.3" makes the backported version an upgrade over a "6:" version.

The "-ffmpeg" versions were a transitional thing Debian used for a time before figuring out another way to get the libav and ffmpeg versions of the libraries to coexist. Let's see if I can add Blink to my mini-multimedia OBS Jessie repo, which I just upgraded to ffmpeg 3.1.1.
MX Linux packager and developer

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Cant Install SIP Blink! (Solved)

#7 Post by bester69 »

stevepusser wrote:The best way to have done it would be to edit the "ffmpeg" out of those build and runtime dependencies, and add a minimum required version of (>= 7:2.7.3), which would be the new "real" ffmpeg that Debian is now using. Where would you get this? It's in jessie-backports, which is one of the first places to look. Such as libavcodec-dev (>= 7:2.7.3): https://packages.debian.org/jessie-back ... vcodec-dev

You'll notice that stock Jessie has the libav 11.7 version (6:11.7) instead of the real ffmpeg, but the "7:" epoch in front of the "2.7.3" makes the backported version an upgrade over a "6:" version.

The "-ffmpeg" versions were a transitional thing Debian used for a time before figuring out another way to get the libav and ffmpeg versions of the libraries to coexist. Let's see if I can add Blink to my mini-multimedia OBS Jessie repo, which I just upgraded to ffmpeg 3.1.1.
Hi Steve,

I knew mine wasnt the right way to go , but my skills are very user level. Indeed at first try i broke kodi, i had to give some tries fordward/backward with aptitude before everything keep working again. I love Blink quality sound, and i use it to make cheap calls with https://www.sipdiscount.com/dashboard.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply