pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/movit Add multimedia/movit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc7bee416f10
branches:  trunk
changeset: 337279:dc7bee416f10
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Aug 02 10:11:35 2019 +0000

description:
Add multimedia/movit.

Movit aims to be a high-quality, high-performance, open-source library for
video filters.

diffstat:

 multimedia/movit/DESCR         |   2 +
 multimedia/movit/Makefile      |  25 +++++++++++
 multimedia/movit/PLIST         |  94 ++++++++++++++++++++++++++++++++++++++++++
 multimedia/movit/buildlink3.mk |  16 +++++++
 multimedia/movit/distinfo      |   6 ++
 5 files changed, 143 insertions(+), 0 deletions(-)

diffs (163 lines):

diff -r 9ecd05421490 -r dc7bee416f10 multimedia/movit/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/movit/DESCR    Fri Aug 02 10:11:35 2019 +0000
@@ -0,0 +1,2 @@
+Movit aims to be a high-quality, high-performance, open-source library for
+video filters.
diff -r 9ecd05421490 -r dc7bee416f10 multimedia/movit/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/movit/Makefile Fri Aug 02 10:11:35 2019 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2019/08/02 10:11:35 nia Exp $
+
+DISTNAME=      movit-1.6.3
+CATEGORIES=    multimedia
+MASTER_SITES=  https://movit.sesse.net/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://movit.sesse.net/
+COMMENT=       High-performance, high-quality video filters for the GPU
+LICENSE=       gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config gmake
+USE_LIBTOOL=   yes
+USE_LANGUAGES= c c++
+
+BUILD_TARGET=  libmovit.la
+
+.include "../../devel/SDL2/buildlink3.mk"
+.include "../../graphics/SDL2_image/buildlink3.mk"
+.include "../../graphics/libepoxy/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9ecd05421490 -r dc7bee416f10 multimedia/movit/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/movit/PLIST    Fri Aug 02 10:11:35 2019 +0000
@@ -0,0 +1,94 @@
+@comment $NetBSD: PLIST,v 1.1 2019/08/02 10:11:35 nia Exp $
+include/movit/alpha_division_effect.h
+include/movit/alpha_multiplication_effect.h
+include/movit/blur_effect.h
+include/movit/colorspace_conversion_effect.h
+include/movit/complex_modulate_effect.h
+include/movit/deconvolution_sharpen_effect.h
+include/movit/defs.h
+include/movit/deinterlace_effect.h
+include/movit/diffusion_effect.h
+include/movit/dither_effect.h
+include/movit/effect.h
+include/movit/effect_chain.h
+include/movit/effect_util.h
+include/movit/fft_convolution_effect.h
+include/movit/fft_input.h
+include/movit/fft_pass_effect.h
+include/movit/flat_input.h
+include/movit/fp16.h
+include/movit/gamma_compression_effect.h
+include/movit/gamma_expansion_effect.h
+include/movit/glow_effect.h
+include/movit/image_format.h
+include/movit/init.h
+include/movit/input.h
+include/movit/lift_gamma_gain_effect.h
+include/movit/luma_mix_effect.h
+include/movit/mirror_effect.h
+include/movit/mix_effect.h
+include/movit/multiply_effect.h
+include/movit/overlay_effect.h
+include/movit/padding_effect.h
+include/movit/resample_effect.h
+include/movit/resize_effect.h
+include/movit/resource_pool.h
+include/movit/sandbox_effect.h
+include/movit/saturation_effect.h
+include/movit/slice_effect.h
+include/movit/unsharp_mask_effect.h
+include/movit/util.h
+include/movit/version.h
+include/movit/vignette_effect.h
+include/movit/white_balance_effect.h
+include/movit/ycbcr.h
+include/movit/ycbcr_422interleaved_input.h
+include/movit/ycbcr_conversion_effect.h
+include/movit/ycbcr_input.h
+lib/libmovit.la
+lib/pkgconfig/movit.pc
+share/movit/alpha_division_effect.frag
+share/movit/alpha_multiplication_effect.frag
+share/movit/blur_effect.frag
+share/movit/colorspace_conversion_effect.frag
+share/movit/complex_modulate_effect.frag
+share/movit/deconvolution_sharpen_effect.frag
+share/movit/deinterlace_effect.comp
+share/movit/deinterlace_effect.frag
+share/movit/dither_effect.frag
+share/movit/fft_pass_effect.frag
+share/movit/flat_input.frag
+share/movit/footer.comp
+share/movit/footer.frag
+share/movit/gamma_compression_effect.frag
+share/movit/gamma_expansion_effect.frag
+share/movit/header.130.frag
+share/movit/header.150.frag
+share/movit/header.300es.frag
+share/movit/header.comp
+share/movit/highlight_cutoff_effect.frag
+share/movit/identity.frag
+share/movit/lift_gamma_gain_effect.frag
+share/movit/luma_mix_effect.frag
+share/movit/mirror_effect.frag
+share/movit/mix_effect.frag
+share/movit/multiply_effect.frag
+share/movit/overlay_effect.frag
+share/movit/overlay_matte_effect.frag
+share/movit/padding_effect.frag
+share/movit/resample_effect.frag
+share/movit/sandbox_effect.frag
+share/movit/saturation_effect.frag
+share/movit/slice_effect.frag
+share/movit/texture1d.130.frag
+share/movit/texture1d.150.frag
+share/movit/texture1d.300es.frag
+share/movit/vignette_effect.frag
+share/movit/vs.130.vert
+share/movit/vs.150.vert
+share/movit/vs.300es.vert
+share/movit/vs.vert
+share/movit/white_balance_effect.frag
+share/movit/ycbcr_422interleaved_input.frag
+share/movit/ycbcr_conversion_effect.frag
+share/movit/ycbcr_input.frag
diff -r 9ecd05421490 -r dc7bee416f10 multimedia/movit/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/movit/buildlink3.mk    Fri Aug 02 10:11:35 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/08/02 10:11:35 nia Exp $
+
+BUILDLINK_TREE+=       movit
+
+.if !defined(MOVIT_BUILDLINK3_MK)
+MOVIT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.movit+=  movit>=1.6.3
+BUILDLINK_PKGSRCDIR.movit?=    ../../multimedia/movit
+
+.include "../../graphics/libepoxy/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../math/eigen3/buildlink3.mk"
+.endif # MOVIT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -movit
diff -r 9ecd05421490 -r dc7bee416f10 multimedia/movit/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/movit/distinfo Fri Aug 02 10:11:35 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/08/02 10:11:35 nia Exp $
+
+SHA1 (movit-1.6.3.tar.gz) = 201890a63977b05b218cc209c3da9d4d5267dfbb
+RMD160 (movit-1.6.3.tar.gz) = bba75c6e346dd2aa19de842bbea4f2e2cd66d8ec
+SHA512 (movit-1.6.3.tar.gz) = 6f7169710fbb60f79c44393aea57619f4c83d64fb296ea946d591e78fb9a71b513869dc6325f90e4c2dc843b7ed4841eaef41ca69f64787c8a57f4fde583b1e5
+Size (movit-1.6.3.tar.gz) = 605922 bytes



Home | Main Index | Thread Index | Old Index