obs-studio-overlay
obs-studio-overlay copied to clipboard
Can't install overlay with layman
First I installed the overlay:
# layman -o https://raw.githubusercontent.com/saintdev/obs-studio-overlay/master/layman.xml -f -a obs-studio-overlay
* Fetching remote list,...
* Fetching new list... https://raw.githubusercontent.com/saintdev/obs-studio-overlay/master/layman.xml
* Last-modified: Mon, 08 Feb 2016 16:41:35 GMT
* Remote list already up to date: http://www.gentoo.org/proj/en/overlays/repositories.xml
* Last-modified: Mon, 18 Jan 2016 19:30:46 GMT
* Fetch Ok
* Adding overlay,...
* Running Git... # ( cd /var/lib/layman && /usr/bin/git clone git://github.com/saintdev/obs-studio-overlay.git /var/lib/layman/obs-studio-overlay )
Cloning into '/var/lib/layman/obs-studio-overlay'...
remote: Counting objects: 136, done.
remote: Total 136 (delta 0), reused 0 (delta 0), pack-reused 136
Receiving objects: 100% (136/136), 19.12 KiB | 0 bytes/s, done.
Resolving deltas: 100% (56/56), done.
Checking connectivity... done.
* Running Git... # ( cd /var/lib/layman/obs-studio-overlay && /usr/bin/git config user.name "layman" )
* Running Git... # ( cd /var/lib/layman/obs-studio-overlay && /usr/bin/git config user.email "layman@localhost" )
* Successfully added overlay(s) obs-studio-overlay.
Next I updated:
# layman -S
* Fetching remote list,...
* Remote list already up to date: http://www.gentoo.org/proj/en/overlays/repositories.xml
* Last-modified: Mon, 18 Jan 2016 19:30:46 GMT
* Fetch Ok
* Syncing selected overlays,...
* Running Git... # ( cd /var/lib/layman/obs-studio-overlay && /usr/bin/git pull )
Already up-to-date.
*
* Succeeded:
* ------
* Successfully synchronized overlay "obs-studio-overlay".
*
*
* Warnings:
* ------
* Overlay "obs-studio-overlay" could not be found in the remote lists.
* Please check if it has been renamed and re-add if necessary.
Searching for the package with emerge shows one result as expected:
# emerge -s obs-studio
[ Results for search key : obs-studio ]
Searching...
* media-video/obs-studio
Latest version installed: 0.9.1
Homepage: https://obsproject.com
Description: Software for recording and streaming live video content
License: GPL-2
[ Applications found : 1 ]
But if I try to emerge it, I get this:
# emerge -a obs-studio
These are the packages that would be merged, in order:
Calculating dependencies... done!
emerge: there are no ebuilds to satisfy "obs-studio".
just tried. it worked for me
@TheComet93 emerge -s
shows that you have obs-studio installed, but there's no available.
You have to sync db with either eix-sync
or emerge --sync
Help me!?
https://github.com/saintdev/obs-studio-overlay/issues/28