Search Criteria
Package Details: lolcommits 0.6.0-1
Git Clone URL: | https://aur.archlinux.org/lolcommits.git (read-only, click to copy) |
---|---|
Package Base: | lolcommits |
Description: | Takes a snapshot with your webcam every time you git commit code. |
Upstream URL: | https://mroth.github.io/lolcommits/ |
Licenses: | |
Submitter: | supermario |
Maintainer: | None |
Last Packager: | supermario |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2014-07-27 04:05 |
Last Updated: | 2015-09-20 02:14 |
Dependencies (17)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-git, imagemagick-full-git, imagemagick-no-hdri, imagemagick-full, imagemagick-fftw)
- mplayer (mplayer-light-svn, mplayer2, mplayer2-build-git, mplayer-vaapi, mplayer-svn, mplayer-gui, mplayer-gui-svn)
- ruby (ruby1.8, rvm)
- ruby-choice
- ruby-git
- ruby-httmultiparty
- ruby-httparty
- ruby-json (ruby-json-1)
- ruby-launchy
- ruby-methadone
- ruby-mime-types-1
- ruby-oauth
- ruby-open4
- ruby-rest-client
- ruby-twitter
- ruby-yam
- rubygems (make)
Latest Comments
aksh1618 commented on 2018-12-01 13:07
For those who need the latest version, lolcommits is available in quarry
r0hit commented on 2015-09-30 09:22
@supermario, No, thank you for fixing the deps. However, (sorry to say) there's still some missing. I tried to do install all the deps now just to see what all could be missing and I found these missing:
`ruby-netrc>=0.7` is needed by `ruby-rest-client`.
`ruby-benchmark_suite` is needed by `ruby-http_parser.rb` needed by `ruby-twitter`.
`ruby-bcrypt-ruby` is needed by `ruby-oauth2-client` needed by `ruby-yam`.
Is there a better way for me to try debug all missing deps?
supermario commented on 2015-09-29 00:22
@r0hit Thanks for helping me track these dependencies down. Hopefully that's the last one.
r0hit commented on 2015-09-28 12:23
@supermario, I tried again (seeing that you added `ruby-twitter`), and the build fails now because `ruby-httmultiparty` package is missing `ruby-mimemagic`.
r0hit commented on 2015-09-28 12:22
@supermario, I tried again (seeing that you added `ruby-twitter`), and the build fails now because `ruby-httmultiparty` package is missing `ruby-httmultiparty`.
r0hit commented on 2015-09-20 14:27
@supermario, I see you've packaged some of the dependencies, but I still have `ruby-twitter` as a missing dependency.
supermario commented on 2015-09-12 00:16
Hm, it would see some gems didn't make their way to the new AUR after the migration. I should have some time to package them up this weekend, unless someone else gets to them first ;)
r0hit commented on 2015-09-11 14:46
I'm receiving the following errors while building:
------------------------
error: target not found: ruby-httmultiparty
error: target not found: ruby-twitter
error: target not found: ruby-git
error: target not found: ruby-httparty
------------------------
supermario commented on 2014-12-10 01:04
It looks like active support was removed in 0.5.5 see https://rubygems.org/gems/lolcommits/versions/0.5.4 vs https://rubygems.org/gems/lolcommits/versions/0.5.5
I'll update the dependencies.
voyd commented on 2014-12-08 22:41
The activesupport dependency is not listed in the project. Is it really neccessary? If it is, is it possible to change it to ruby-activesupport-3?