Search Criteria
Package Details: white_dune 0.99pl1333-1
Git Clone URL: | https://aur.archlinux.org/white_dune.git (read-only) |
---|---|
Package Base: | white_dune |
Description: | A graphical VRML97/X3D editor, simple NURBS/Superformula 3D modeller, animation tool, and VRML97/X3DV commandline compiler. |
Upstream URL: | http://wdune.ourproject.org/ |
Licenses: | |
Submitter: | mufti |
Maintainer: | mufti |
Last Packager: | mufti |
Votes: | 1 |
Popularity: | 0.245266 |
First Submitted: | 2018-12-03 13:34 |
Last Updated: | 2019-02-12 10:15 |
Dependencies (36)
- audacity (darkaudacity-git, audacity-wxgtk2, audacity-git) (make)
- bison (byacc-bison, bison-git) (make)
- boost (make)
- cgal (make)
- cinelerra-cv (make)
- curl (curl-http2-git, curl-git) (make)
- expat (expat-git) (make)
- fakeroot (fakeroot-tcp) (make)
- firefox (firefox-unbranded, firefox-kde-opensuse-beta, firefox-nightly-zh-cn, newmoon-git, firefox-esr-pt-br-bin, firefox56, firefox-esr-zh-cn, firefox-esr-privacy, firefox-esr52, firefox-bin, palemoon-git, firefox-nightly-zh-tw, firefox-hg, firefox-ubuntu-bin, firefox-wayland, firefox-kde-opensuse-bin, fedora-firefox-wayland-bin, firefox-wayland-hg, firefox-esr-bin-zh-cn, firefox-esr, firefox-esr-bin, firefox-developer-edition-firefox-symlink-latest, firefox-kde-opensuse, firefox-beta-bin, firefox-beta-bin-all-localizations, firefox-appmenu) (make)
- flex (flex-android, flex-git) (make)
- freeglut (freeglut-x11-svn, freeglut-wayland-svn) (make)
- freetype2 (freetype2-v35, freetype2-ultimate5, freetype2-infinality, freetype2-cleartype, freetype2-ttmetrics, freetype2-old-hinting, freetype2-git, freetype2-infinality-ultimate) (make)
- gawk (make)
- gcc (gcc-multilib-x32, gcc6-gcccompat, gcc-multilib-git, gcc-git) (make)
- gimp (gimp-painter-git, gimp-light, gimp-devel, gimp-git) (make)
- glu (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw, imagemagick6) (make)
- jdk8-openjdk (make)
- kolourpaint (kolourpaint-git) (make)
- libjpeg-turbo (mozjpeg-git, mozjpeg, libjpeg-turbo-git) (make)
- libpng (libpng-git) (make)
- libx11 (libx11-threadsafe) (make)
- libxext (make)
- libxi (make)
- libxmu (make)
- libxp (make)
- libxt (make)
- lxterminal (lxterminal-git) (make)
- m4 (m4-git) (make)
- make (make3, make-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)
- netpbm (make)
- openmotif (make)
- rcs (make)
- ttf-bitstream-vera (make)
- zlib (zlib-asm, zlib-static, zlib-git) (make)
Latest Comments
dreieck commented on 2019-02-08 16:53
You have
--with-helpurl="/usr/share/doc/$name/docs" --with-protobaseurl="/usr/share/doc/$name/docs"
, but have not specified$name
. Please fix.Also in
package()
you use the unspecified$name
.dreieck commented on 2019-02-08 16:47
Package's name is
white_dune
, so what is the sense of--with-uninstallcomment="pacman -R wdune"
?wdune
is not the package's name ...dreieck commented on 2019-02-08 16:46
Why is
firefox
a makedepend?Have you really checked which makedepends are really needed?
And are some of them maybe a real dependency, and not only a makedepend?
Please invest some time to make a quality
PKGBUILD
.dreieck commented on 2019-02-08 16:44
Just a suggestion: You could consider adding the documentation: http://wdune.ourproject.org/docs/index.html -- either directly (and adding `provides=("white_dune-doc=${pkgver}"), or making a split package where the other one is the documentation package.
Also installing the
README*
-files to/usr/share/doc/white_dune/
.dreieck commented on 2019-02-08 16:42
You have an empty
prepare()
-function. Consider removing it.Same with
check()
-function.dreieck commented on 2019-02-08 16:42
In
makedepends
, you have many things which are not needed, since packages from thebase
andbase-devel
groups are assumed to be installed.This includes e.g.
gcc
andfakeroot
.You also have
gcc
twice.You also have sometimes extraneous space at the end of the lines, which is bad style.
dreieck commented on 2019-02-08 16:39
$url
should point to the project's website, not the file do download, e.g.dreieck commented on 2019-02-08 16:38
$pkgdesc
shoud not contain the package name. Also, it could be a bit more elaborate. E.g.:dreieck commented on 2019-02-08 16:37
arch=('86_64')
is wrong, it needs to bearch=('x86_64')
.Also, sure that not also other architectures are supported?