diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-11-03 23:36:43 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-11-04 08:59:49 +0100 |
commit | 2baf905cc413d6741e42e6f790f7611577ec3ccf (patch) | |
tree | 0ba70902f40e3192288a4593094ab10c72edf282 /source/xap/xine-ui/xine-ui.SlackBuild | |
parent | e53c25616b1bce10c5c5e44bbea4a7324b8ad3c2 (diff) | |
download | current-2baf905cc413d6741e42e6f790f7611577ec3ccf.tar.gz current-2baf905cc413d6741e42e6f790f7611577ec3ccf.tar.xz |
Sun Nov 3 23:36:43 UTC 201920191103233643
ap/vim-8.1.2250-x86_64-1.txz: Upgraded.
l/fuse3-3.8.0-x86_64-1.txz: Upgraded.
l/orc-0.4.31-x86_64-1.txz: Upgraded.
t/fig2dev-3.2.7b-x86_64-1.txz: Upgraded.
x/libglvnd-1.2.0-x86_64-5.txz: Rebuilt.
Applied update-gl-h-to-match-mesa.patch from Arch to fix missing typedef
needed to compile VLC. Thanks to alienBOB.
xap/vim-gvim-8.1.2250-x86_64-1.txz: Upgraded.
xap/xine-ui-0.99.11-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-x | source/xap/xine-ui/xine-ui.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/xap/xine-ui/xine-ui.SlackBuild b/source/xap/xine-ui/xine-ui.SlackBuild index 4ec9ee506..3f3c366a3 100755 --- a/source/xap/xine-ui/xine-ui.SlackBuild +++ b/source/xap/xine-ui/xine-ui.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=xine-ui VERSION=${VERSION:-$(echo xine-ui-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} # I would use "-march=i586 -mcpu=i686" here as usual, but with XINE it's all or nothing. # I'd rather have it work well for the i686/Athlon crowd than suck for everyone. -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -60,6 +60,10 @@ rm -rf xine-ui-$VERSION tar xvf $CWD/xine-ui-$VERSION.tar.?z || exit 1 cd xine-ui-$VERSION || exit 1 +# Fix missing function: +zcat $CWD/02_FTBFS.diff.gz | patch -p1 --verbose || exit 1 +autoreconf -vif + chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |