Search Criteria
Package Details: vapoursynth-plugin-histogram-git v2.0.gf67ec10-1
Git Clone URL: | https://aur.archlinux.org/vapoursynth-plugin-histogram-git.git (read-only, click to copy) |
---|---|
Package Base: | vapoursynth-plugin-histogram-git |
Description: | Plugin for Vapoursynth: histogram (GIT version) |
Upstream URL: | https://github.com/dubhater/vapoursynth-histogram |
Keywords: | vapoursynth |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | sl1pkn07 |
Maintainer: | sl1pkn07 |
Last Packager: | sl1pkn07 |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2012-12-19 20:24 |
Last Updated: | 2019-03-02 19:56 |
Dependencies (2)
- vapoursynth (vapoursynth-winesupport, vapoursynth-git)
- git (git-git) (make)
Required by (2)
- vapoursynth-plugin-averagehist
- vapoursynth-plugin-muvsfunc-git (requires vapoursynth-plugin-histogram)
Latest Comments
pingplug commented on 2015-10-03 11:43
README is renamed to readme.rst
jackoneill commented on 2013-09-14 07:37
You can ignore that stuff from autogen.sh.
I do plan to add build systems to the other plugins... someday soon.
Versioning... maybe.
sl1pkn07 commented on 2013-09-13 21:40
update
note:
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
any plans to add build system in your other plugins and "version" for 'git describe --always'?
greetings
sl1pkn07 commented on 2013-09-13 17:54
Oks. When go home change pkgbuild
greetings
jackoneill commented on 2013-09-13 14:43
I added a build system. It can be compiled the standard way now:
./autogen.sh
./configure --prefix=/usr --libdir=/usr/lib/vapoursynth
make
make install DESTDIR="$pkgdir"
libhistogram.la is probably useless, so you can add "!libtool" to the options
sl1pkn07 commented on 2013-09-13 04:46
fixed
jackoneill commented on 2013-09-12 20:17
Why are you passing CXXFLAGS to a C compiler?