Search Criteria
Package Details: castawesome 0.16.0-1
Git Clone URL: | https://aur.archlinux.org/castawesome.git (read-only, click to copy) |
---|---|
Package Base: | castawesome |
Description: | A GUI frontend for ffmpeg livestreaming |
Upstream URL: | https://github.com/TheSamsai/Castawesome |
Licenses: | |
Submitter: | veridiam |
Maintainer: | None |
Last Packager: | valandil |
Votes: | 14 |
Popularity: | 0.000001 |
First Submitted: | 2014-03-26 03:39 |
Last Updated: | 2016-01-07 16:37 |
Dependencies (4)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-headless, ffmpeg-ndi, ffmpeg-decklink, ffmpeg-git, ffmpeg-libfdk_aac, ffmpeg-nocuda, ffmpeg-amd-full-git, ffmpeg-full, ffmpeg-amd-full, ffmpeg-full-git)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- python (python-dbg)
- python-gobject (python-gobject-git)
Latest Comments
1 2 Next › Last »
valandil commented on 2015-06-01 02:52
Thanks for the heads-up.
XertroV-work commented on 2015-06-01 02:48
Project moved from sourceforge, new source line
source=(https://github.com/TheSamsai/Castawesome/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
atweiden commented on 2015-01-05 23:21
So that sourceforge downloads stop redirecting to HTML pages, could you alter the source array as follows:
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
Thanks
valandil commented on 2015-01-05 19:40
I did not find that python2-gobject2 was needed when building, only python2-gobject.
Serpardum commented on 2014-08-23 05:02
pacman -S python2-gobject2
fixed the build error.
Serpardum commented on 2014-08-17 00:48
==> castawesome dependencies:
- ffmpeg (already installed)
- gtk3 (already installed)
- python2 (already installed)
- python2-gobject (already installed)
...
==> Starting build()...
which: no avconv in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl)
Couldn't find 'avconv'.
Program 'ffmpeg' found, using that...
sed -i 's/avconv/ffmpeg/g' castawesome.py
./castawesome.py test
Traceback (most recent call last):
File "./castawesome.py", line 20, in <module>
import gobject
ImportError: No module named gobject
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 1
xealot commented on 2014-06-17 07:34
Please add python2-gobject as a dependency, thanks.
TZ86 commented on 2014-05-09 06:19
Updated PKGBUILD: http://pastebin.com/D7WwFJNi
avelino commented on 2014-04-19 16:16
Not resolv dependence:
==> Building...
which: no avconv in (/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/core_perl)
Couldn't find 'avconv'.
Program 'ffmpeg' found, using that...
sed -i 's/avconv/ffmpeg/g' castawesome.py
./castawesome.py test
Traceback (most recent call last):
File "./castawesome.py", line 20, in <module>
import gobject
ImportError: No module named gobject
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 1
==> ERROR: A failure occurred in build().
Aborting...
:: castawesome cleaned
[avelino@cog ~]$
Schala commented on 2014-04-07 06:02
Could you make a .desktop file for this package please?