Fixed build options in base/alsa-plugins,alsa-utils
Upgraded xorg/libtiff to 4.7.0 Upgraded xorg/xf86-video-intel to 20201215 Updated xorg build list
This commit is contained in:
parent
2624ca449c
commit
853165b41a
6 changed files with 46 additions and 43171 deletions
|
@ -18,7 +18,7 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=
|
--prefix=/usr
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -18,9 +18,9 @@ prepbuilddir() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--prefix= \
|
--prefix=/usr \
|
||||||
--sbindir=/bin \
|
--sbindir=/usr/bin \
|
||||||
--with-udev-rules-dir=/lib/udev/rules.d
|
--with-udev-rules-dir=/usr/lib/udev/rules.d
|
||||||
|
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
|
@ -62,6 +62,7 @@ xf86-video-fbdev
|
||||||
xf86-video-vesa
|
xf86-video-vesa
|
||||||
xf86-video-fbturbo
|
xf86-video-fbturbo
|
||||||
xf86-video-ati
|
xf86-video-ati
|
||||||
|
xf86-video-intel
|
||||||
xf86-video-dummy
|
xf86-video-dummy
|
||||||
bdftopcf
|
bdftopcf
|
||||||
imake
|
imake
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
app=libtiff
|
app=libtiff
|
||||||
version=4.0.10
|
version=4.7.0
|
||||||
build=1sml
|
build=1sml
|
||||||
homepage="http://www.simplesystems.org/libtiff/"
|
homepage="http://www.simplesystems.org/libtiff/"
|
||||||
download="https://download.osgeo.org/libtiff/tiff-$version.tar.gz"
|
download="https://download.osgeo.org/libtiff/tiff-$version.tar.gz"
|
||||||
|
@ -26,11 +26,11 @@ build() {
|
||||||
make
|
make
|
||||||
make install DESTDIR=$pkg
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
cp COPYRIGHT $pkgdocs/
|
cp LICENSE.md $pkgdocs/
|
||||||
|
|
||||||
mkfinalpkg
|
mkfinalpkg
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
2ea696ac44738d32d40c05efcc033eac6cc39c289ee9dc312e9846397f28623823755aea0ef414fc6538c4b68c311c39e409b83068ffb61b61e5612bcd1970ff tiff-4.0.10.tar.lz
|
50ab0c2d4a25c845d39e6e98fdf4cf600c93bf6be0692640f43f929c9fb57403fd3fc9009457919bc88bd2613815383a4d611959574d1333eb9e5148659d0088 tiff-4.7.0.tar.lz
|
||||||
"
|
"
|
||||||
|
|
File diff suppressed because it is too large
Load diff
38
xorg/xf86-video-intel/smbuild
Executable file
38
xorg/xf86-video-intel/smbuild
Executable file
|
@ -0,0 +1,38 @@
|
||||||
|
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
||||||
|
app=xf86-video-intel
|
||||||
|
version="20201215"
|
||||||
|
build=1sml
|
||||||
|
homepage="https://xorg.freedesktop.org/"
|
||||||
|
download="https://xorg.freedesktop.org/releases/individual/driver/xf86-video-intel-$version.tar.bz2"
|
||||||
|
desc="X.org Intel i810/i830/i915/945G/G965+ video drivers"
|
||||||
|
requires="pixman libxv libxinerama libxtst libxrandr libxcursor xorg-server"
|
||||||
|
noautoconfsite=1
|
||||||
|
|
||||||
|
prepbuilddir() {
|
||||||
|
mkandenterbuilddir
|
||||||
|
rm -rf $app-$version
|
||||||
|
|
||||||
|
tar xf $srcdir/$app-$version.tar.?z*
|
||||||
|
cd $app-$version
|
||||||
|
fixbuilddirpermissions
|
||||||
|
}
|
||||||
|
|
||||||
|
build() {
|
||||||
|
./autogen.sh \
|
||||||
|
--prefix=/usr \
|
||||||
|
--enable-xvmc \
|
||||||
|
--disable-dga \
|
||||||
|
--with-default-dri=3 \
|
||||||
|
--disable-selective-werror
|
||||||
|
|
||||||
|
make
|
||||||
|
make install DESTDIR=$pkg
|
||||||
|
|
||||||
|
cp COPYING $pkgdocs/
|
||||||
|
|
||||||
|
mkfinalpkg
|
||||||
|
}
|
||||||
|
|
||||||
|
sha512sums="
|
||||||
|
92fb542379cbd1cd94c81ec1a916ae44b44d9bb7e52508d863d362e25af0136cfd7c6bd929d5125d8d6acec658cc4bb54b975193fd34170a811819c8e228eb89 xf86-video-intel-20201215.tar.lz
|
||||||
|
"
|
Loading…
Reference in a new issue