Search Criteria
Package Details: gnash-git 0.8.11.r22377.g2b3bded-1
Git Clone URL: | https://aur.archlinux.org/gnash-git.git (read-only) |
---|---|
Package Base: | gnash-git |
Description: | The GNU SWF Player based on GameSWF - git development version |
Upstream URL: | http://www.gnu.org/software/gnash/ |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | smoge |
Maintainer: | giorgianb |
Last Packager: | christoph.gysin |
Votes: | 67 |
Popularity: | 0.255981 |
First Submitted: | 2011-05-26 21:04 |
Last Updated: | 2016-08-15 16:08 |
Dependencies (25)
- agg
- boost-libs
- cairo (cairo-git, cairo-dfb, cairo-infinality, cairo-infinality-ultimate, cairo-minimal, cairo-ubuntu)
- curl (curl-http2-git, curl-git)
- desktop-file-utils (desktop-file-utils-git)
- ffmpeg (ffmpeg-full-arm-git, ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg-mmal, ffmpeg-qsv, ffmpeg-decklink, ffmpeg-qsv-git, ffmpeg-git, ffmpeg-git-nc, ffmpeg-full, ffmpeg4.0, ffmpeg-amd-full-git, ffmpeg-headless, ffmpeg-full-nvenc, ffmpeg-libfdk_aac, ffmpeg-ubuntu-bionic, ffmpeg-full-git)
- fontconfig (fontconfig-infinality, fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-git, fontconfig-ubuntu)
- gconf (gconf-gtk2)
- gdk-pixbuf2
- giflib
- glu
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view)
- gtkglext
- hicolor-icon-theme (hicolor-icon-theme-git)
- jemalloc (jemalloc-git)
- libgl (nvidia-346xx-libgl, glshim-git, nvidia-libgl-352, catalyst-firepro, nvidia-libgl-llb, libhybris-ext-libgl-git, nvidia-tesla-libgl, nvidia-libgl-vulkan-developer-beta, libglvnd-git, catalyst-total, catalyst-libgl, catalyst-total-hd234k, mesa-grate-git, libhybris-libgl-git, mesa-hybris-libgl, amdgpu-pro-libgl, catalyst-test, mesa-libgl-noglvnd, nvidia-libgl-full-beta-all, nvidia-libgl-full-beta, nvidia-libgl-beta, libglvnd, nvidia-340xx-utils)
- libjpeg (mozjpeg-git, mozjpeg, libjpeg-droppatch, libjpeg-turbo)
- libldap
- libpng (libpng-git)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-hg)
- boost (make)
- git (git-git) (make)
- mesa (mesa-nowayland, mesa_mild_compatibility-git, mesa-grate-git, mesa-hybris, mesa-transform-feedback-git, mesa-git, mesa-noglvnd, mesa-intel-iris-git) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- xulrunner (make)
Required by (1)
- lightspark-git (requires gnash-gtk) (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
zootboy commented on 2018-11-11 00:06
Quick & dirty fix for the current build failure. Add this after the cd line in prepare():
find . \( -iname *.cpp -o -iname *.h \) -exec sed -r -i "s/FF_INPUT_BUFFER_PADDING_SIZE/AV_INPUT_BUFFER_PADDING_SIZE/" {} \;
Iqualfragile commented on 2018-09-25 21:34
do you want to orphan the package, i could take over.
zootboy commented on 2018-06-10 18:29
@Rulatir gcc6 is pulled in by xulrunner, which is needed to build the npapi browser plugin. If you don't need that, you can change this line in the PKGBUILD:
to this:
and remove xulrunner as a dep to skip those huge builds.
Rulatir commented on 2018-06-06 17:04
This package has insane build requirements including gcc6, which means that building it with all the requirements that also need to be built is a day of hard work. Any hope a binary might be provided?
frankspace commented on 2018-05-25 04:39
@z3ntu: that patch fails for me for some reason (specifically, hunks 2 and 3). However, if I'm understanding what it does correctly, you can achieve the same thing simply by adding:
...immediately above the existing patch command in build(). Or, at least, that works for me.
z3ntu commented on 2018-05-12 20:41
Patch for the new ffmpeg: https://pastebin.com/U9HyE6FT
linka commented on 2016-10-16 15:16
I could successfully build the package, but installing it causes a following error:
error: failed to commit transaction (conflicting files)
gnash-git: /usr/lib64 exists on filesystem
daniel_shub commented on 2016-08-15 14:25
@christoph.gysin thank you. I had no problems with the new PKGBUILD.
christoph.gysin commented on 2016-08-13 08:10
The build_on_new_boost.patch is causing the failure, since it has already been applied upstream:
http://git.savannah.gnu.org/cgit/gnash.git/commit/?id=1bdf822f69297f1053a0ba8afbdab93866edeffb
daniel_shub commented on 2016-08-11 23:22
I was unable to get this to build. Can anyone get it to build?