14 lines
598 B
Plaintext
14 lines
598 B
Plaintext
# 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 libsdl1.2-dev libgtk-3-dev portaudio19-dev libpng12-dev libavcodec-dev libavutil-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"
|
|
|
|
package_checkinstall()
|
|
{
|
|
[[ $LINUXFAMILY == sun8i && $BRANCH == default && $BUILD_DESKTOP == yes ]]
|
|
}
|