colinkeenan / silentcast

Create silent mkv screencast and animated gif.
GNU General Public License v3.0
512 stars 22 forks source link

Debian release? #30

Closed krlicmuhamed closed 7 years ago

krlicmuhamed commented 7 years ago

Hi,

Just wondering If there's a ppa/.deb release for Debian Jessie or later?

I tried installing using ppa in Debian

W: Failed to fetch http://ppa.launchpad.net/sethj/silentcast/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/sethj/silentcast/ubuntu/dists/jessie/main/binary-i386/Packages  404  Not Found

I also installed add-apt-repository command using sudo apt-get install software-properties-common, someone may find this useful ;)

Seth-Johnson commented 7 years ago

I haven't built the packages for Debian, but I think Launchpad supports it. I'll look into it later today.

You can download a standalone .deb here: https://launchpad.net/~sethj/+archive/ubuntu/silentcast/+packages.

krlicmuhamed commented 7 years ago

Here's the output:

l0oky@laptop:~/Downloads$ sudo gdebi silentcast_2.2-0ubuntu1_all.deb
[sudo] password for l0oky: 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Building data structures... Done 
Building data structures... Done 
This package is uninstallable
Dependency is not satisfiable: yad

l0oky@laptop:~/Downloads$ sudo dpkg -i ~/Downloads/silentcast_2.2-0ubuntu1_all.deb && sudo apt-get install -f .
Selecting previously unselected package silentcast.
(Reading database ... 249322 files and directories currently installed.)
Preparing to unpack .../silentcast_2.2-0ubuntu1_all.deb ...
Unpacking silentcast (2.2-0ubuntu1) ...
dpkg: dependency problems prevent configuration of silentcast:
 silentcast depends on yad; however:
  Package yad is not installed.
 silentcast depends on wmctrl; however:
  Package wmctrl is not installed.
 silentcast depends on gir1.2-appindicator3-0.1; however:
  Package gir1.2-appindicator3-0.1 is not installed.

dpkg: error processing package silentcast (--install):
 dependency problems - leaving unconfigured
Processing triggers for man-db (2.7.0.2-5) ...
fopen: Permission denied
Processing triggers for desktop-file-utils (0.22-1) ...
Processing triggers for gnome-menus (3.13.3-6) ...
Processing triggers for mime-support (3.58) ...
Errors were encountered while processing:
 silentcast
Seth-Johnson commented 7 years ago

Well you're going to have to install the dependencies ;)

On Wed, Aug 31, 2016, 21:45 Muhamed Krlić notifications@github.com wrote:

Here's the output:

l0oky@laptop:~/Downloads$ sudo gdebi silentcast_2.2-0ubuntu1_all.deb [sudo] password for l0oky: Reading package lists... Done Building dependency tree Reading state information... Done Building data structures... Done Building data structures... Done This package is uninstallable Dependency is not satisfiable: yad

l0oky@laptop:~/Downloads$ sudo dpkg -i ~/Downloads/silentcast_2.2-0ubuntu1_all.deb && sudo apt-get install -f . Selecting previously unselected package silentcast. (Reading database ... 249322 files and directories currently installed.) Preparing to unpack .../silentcast_2.2-0ubuntu1_all.deb ... Unpacking silentcast (2.2-0ubuntu1) ... dpkg: dependency problems prevent configuration of silentcast: silentcast depends on yad; however: Package yad is not installed. silentcast depends on wmctrl; however: Package wmctrl is not installed. silentcast depends on gir1.2-appindicator3-0.1; however: Package gir1.2-appindicator3-0.1 is not installed.

dpkg: error processing package silentcast (--install): dependency problems - leaving unconfigured Processing triggers for man-db (2.7.0.2-5) ... fopen: Permission denied Processing triggers for desktop-file-utils (0.22-1) ... Processing triggers for gnome-menus (3.13.3-6) ... Processing triggers for mime-support (3.58) ... Errors were encountered while processing: silentcast

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/colinkeenan/silentcast/issues/30#issuecomment-243974845, or mute the thread https://github.com/notifications/unsubscribe-auth/ADOKWHc6i4VWpvO70PXTeETD5pzZ6DXoks5qllh3gaJpZM4Jx_er .

chreekat commented 7 years ago

I was just passing through and saw this issue.

FYI, OP tried to use gdebi, which automatically installs a package's dependencies. Is yad not available for their version of Debian? gdebi says it is "unsatisfiable".