Upgraded net/samba to 4.18.0 Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas} Discarded gtk/gtk-sharp Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup} Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle} Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build Rewrote gtk/gnome-icon-theme pc file in the build file itself Fixed gtk/gtk2's doinst.sh Disabled static libraries compile in gtk/openjpeg Updated buildlist of net Fixed net/privoxy build file
41 lines
1.2 KiB
Text
Executable file
41 lines
1.2 KiB
Text
Executable file
app=v4l-utils
|
|
version=1.20.0
|
|
build=1sml
|
|
homepage="http://linuxtv.org"
|
|
download="https://linuxtv.org/downloads/v4l-utils/v4l-utils-$version.tar.bz2"
|
|
desc="libraries and utilities for writing video applications"
|
|
requires="gcc-libs argp-standalone hicolor-icon-theme libjpeg-turbo sdl2"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
|
|
applypatch $srcdir/getsubopt.patch
|
|
applypatch $srcdir/types.patch
|
|
}
|
|
|
|
build() {
|
|
CFLAGS+=" -D__off_t=off_t" \
|
|
LIBS="-largp" \
|
|
./configure \
|
|
--prefix="/" \
|
|
--sbindir=/bin \
|
|
--disable-static
|
|
|
|
make
|
|
make -j1 install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
21f86007d2a1100196d9035c6cd20374850fe8e2da5bf00263268d733a8caae64cadcc688883cd79e12823d9e78c3b02a36b56ad636d7563381a50b6b41a86e6 v4l-utils-1.20.0.tar.lz
|
|
3e51af7a77a8f06e1278022362347808b233cf021a277ce9cd66a9553e754bf91b3923c32ab17a86b11f4ef2555a5f1d544d0fc22e82a2997e34060dd561f760 getsubopt.patch
|
|
358611fbae8348f17bf49c08820b4641deb1f7282ce2c1e20b8fdf0a85cd73ca4b46f6668c2a7328b5261e401c12f471170a9a1f3fc2982b6897ff11386c06c6 types.patch
|
|
"
|