gst1-plugins-bayer2rgb-neon.mk 765 B

1234567891011121314151617181920212223
  1. ################################################################################
  2. #
  3. # gst1-plugins-bayer2rgb-neon
  4. #
  5. ################################################################################
  6. GST1_PLUGINS_BAYER2RGB_NEON_VERSION = 0.4
  7. GST1_PLUGINS_BAYER2RGB_NEON_SOURCE = gst-bayer2rgb-neon-$(GST1_PLUGINS_BAYER2RGB_NEON_VERSION).tar.bz2
  8. GST1_PLUGINS_BAYER2RGB_NEON_SITE = https://git.phytec.de/gst-bayer2rgb-neon/snapshot
  9. GST1_PLUGINS_BAYER2RGB_NEON_LICENSE = GPL-3.0
  10. GST1_PLUGINS_BAYER2RGB_NEON_LICENSE_FILES = COPYING
  11. GST1_PLUGINS_BAYER2RGB_NEON_INSTALL_STAGING = YES
  12. GST1_PLUGINS_BAYER2RGB_NEON_DEPENDENCIES = \
  13. host-pkgconf \
  14. gstreamer1 \
  15. gst1-plugins-base \
  16. bayer2rgb-neon
  17. GST1_PLUGINS_BAYER2RGB_NEON_AUTORECONF = YES
  18. $(eval $(autotools-package))