first commit
This commit is contained in:
20
external/packages/extras-buildpkgs/90-guvcview.conf.disabled
vendored
Normal file
20
external/packages/extras-buildpkgs/90-guvcview.conf.disabled
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# guvcview
|
||||
# depends on FFmpeg
|
||||
local package_name="guvcview"
|
||||
local package_repo="https://github.com/avafinger/guvcview.git"
|
||||
local package_ref="branch:master"
|
||||
local package_upstream_version="2.0.2.1"
|
||||
local package_builddeps="intltool dh-autoreconf autotools-dev libavcodec-dev libavutil-dev libsdl1.2-dev libgtk-3-dev portaudio19-dev libpng12-dev libudev-dev libusb-1.0-0-dev libpulse-dev libgsl0-dev libv4l-dev libv4l2rds0 libsdl2-dev"
|
||||
local package_install_target="libguvcview-1.1-1 guvcview"
|
||||
local package_component="${release}-desktop"
|
||||
|
||||
package_checkbuild()
|
||||
{
|
||||
# we don't support running kernels < 3.13 on Stretch or Bionic
|
||||
[[ $arch == armhf && $release != stretch && $release != bionic ]]
|
||||
}
|
||||
|
||||
package_checkinstall()
|
||||
{
|
||||
false
|
||||
}
|
||||
Reference in New Issue
Block a user