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:
PktSurf 2024-11-09 16:55:47 +05:30
parent 2624ca449c
commit 853165b41a
6 changed files with 46 additions and 43171 deletions

View file

@ -18,7 +18,7 @@ prepbuilddir() {
build() {
./configure \
--prefix=
--prefix=/usr
make
make install DESTDIR=$pkg

View file

@ -18,9 +18,9 @@ prepbuilddir() {
build() {
./configure \
--prefix= \
--sbindir=/bin \
--with-udev-rules-dir=/lib/udev/rules.d
--prefix=/usr \
--sbindir=/usr/bin \
--with-udev-rules-dir=/usr/lib/udev/rules.d
make
make install DESTDIR=$pkg

View file

@ -62,6 +62,7 @@ xf86-video-fbdev
xf86-video-vesa
xf86-video-fbturbo
xf86-video-ati
xf86-video-intel
xf86-video-dummy
bdftopcf
imake

View file

@ -1,6 +1,6 @@
# Maintainer: PktSurf <smlinux@pktsurf.in>
app=libtiff
version=4.0.10
version=4.7.0
build=1sml
homepage="http://www.simplesystems.org/libtiff/"
download="https://download.osgeo.org/libtiff/tiff-$version.tar.gz"
@ -26,11 +26,11 @@ build() {
make
make install DESTDIR=$pkg
cp COPYRIGHT $pkgdocs/
cp LICENSE.md $pkgdocs/
mkfinalpkg
}
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
View 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
"