summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-12-14 20:09:12 +0000
committer Eric Hameleers <alien@slackware.com>2019-12-15 08:59:50 +0100
commit9ec6f4bec387d164b55effd64e8be9fded595df1 (patch)
treea3525ecad6a95db958edcf81b6884c2e73ddb7e2 /source/xap
parent7a0a3431974e2df951954597fdf7b0b8f4e13b5f (diff)
downloadcurrent-9ec6f4bec387d164b55effd64e8be9fded595df1.tar.gz
current-9ec6f4bec387d164b55effd64e8be9fded595df1.tar.xz
Sat Dec 14 20:09:12 UTC 201920191214200912
ap/cups-2.3.1-x86_64-1.txz: Upgraded. ap/terminus-font-4.48-noarch-1.txz: Upgraded. ap/vim-8.2.0007-x86_64-1.txz: Upgraded. l/fribidi-1.0.8-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.0007-x86_64-1.txz: Upgraded. xap/xine-lib-1.2.10-x86_64-1.txz: Upgraded. extra/pure-alsa-system/xine-lib-1.2.10-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/xap')
-rw-r--r--source/xap/xine-lib/xine-lib-imagemagick7.patch13
-rwxr-xr-xsource/xap/xine-lib/xine-lib.SlackBuild24
2 files changed, 5 insertions, 32 deletions
diff --git a/source/xap/xine-lib/xine-lib-imagemagick7.patch b/source/xap/xine-lib/xine-lib-imagemagick7.patch
deleted file mode 100644
index 34062222e..000000000
--- a/source/xap/xine-lib/xine-lib-imagemagick7.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://git.pld-linux.org/?p=packages/xine-lib.git;a=blob;f=imagemagick7.patch;h=d050323cdf509c9bb5f8edbad90084e8ce5c1b38;hb=HEAD
-
---- xine-lib-1.2.6/src/video_dec/image.c
-+++ xine-lib-1.2.6/src/video_dec/image.c
-@@ -39,7 +39,7 @@
- #define LOG
- */
-
--#include <wand/magick_wand.h>
-+#include <MagickWand/MagickWand.h>
- #ifdef PACKAGE_NAME
- #undef PACKAGE_BUGREPORT
- #undef PACKAGE_NAME
diff --git a/source/xap/xine-lib/xine-lib.SlackBuild b/source/xap/xine-lib/xine-lib.SlackBuild
index 6dd61e8d9..3dfa946f2 100755
--- a/source/xap/xine-lib/xine-lib.SlackBuild
+++ b/source/xap/xine-lib/xine-lib.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2012, 2017, 2018 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2012, 2017, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
# Copyright 2011, 2012 Eric Hameleers, Eindhoven, NL
# Copyright 2017 Heinz Wiesinger, Amsterdam, NL
# All rights reserved.
@@ -26,13 +26,13 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=xine-lib
# Version on the tarball
-VERSION=1.2.9
+VERSION=1.2.10
# Version used in the source directory to cd into
-DIRVER=1.2.9
+DIRVER=1.2.10
# Version used for the Slackware package
-PKGVER=1.2.9
+PKGVER=1.2.10
-BUILD=${BUILD:-7}
+BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -83,20 +83,6 @@ rm -rf xine-lib-$VERSION
tar xvf $CWD/xine-lib-$VERSION.tar.xz || exit 1
cd xine-lib-$DIRVER || exit 1
-# # Fix source for ffmpeg-3.2.x:
-# sed -e 's/avcodec_alloc_frame/av_frame_alloc/' \
-# -e 's/avcodec_free_frame/av_frame_free/' \
-# -i src/combined/ffmpeg/ff_{audio,video}_decoder.c \
-# src/dxr3/ffmpeg_encoder.c &&
-# #sed -e 's|wand/magick_wand.h|MagickWand/MagickWand.h|' \
-# # -i src/video_dec/image.c &&
-# sed -e '/xineplug_vo_out_xcbxv_la_LIBADD/s/$(XCB_LIBS)/$(XCBSHM_LIBS) $(XCB_LIBS)/' \
-# -i src/video_out/Makefile.in &&
-# sed -e 's/\(xcb-shape >= 1.0\)/xcb \1/' \
-# -i m4/video_out.m4 &&
-
-zcat $CWD/xine-lib-imagemagick7.patch.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \