Skip to content
This repository has been archived by the owner on Sep 10, 2022. It is now read-only.

Commit

Permalink
dolphin-emu, libetonyek, libevdev, manaplus, mdds, mkvtoolnix, firefo…
Browse files Browse the repository at this point in the history
…x-classic-theme-restorer, pugixml, xfce4-notes-plugin
  • Loading branch information
Phantom X committed Jun 26, 2015
1 parent d801efa commit 7c1bab6
Show file tree
Hide file tree
Showing 40 changed files with 658 additions and 552 deletions.
36 changes: 33 additions & 3 deletions ChangeLog.All
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
Thu Jun 25 18:56:14 BRT 2015
systemd-221-x86_64-2xinc.txz
+--------------------------+
Wed Jun 24 23:33:38 BRT 2015
manaplus-1.5.6.20-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 20:46:11 BRT 2015
mkvtoolnix-8.0.0-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 20:32:44 BRT 2015
pugixml-1.6-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 20:23:33 BRT 2015
xfce4-notes-plugin-1.8.1-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 20:00:32 BRT 2015
dolphin-emu-20150624-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 19:13:44 BRT 2015
wxgtk-2.8.12.1-x86_64-2xinc.txz
+--------------------------+
Wed Jun 24 19:07:57 BRT 2015
mdds-0.12.1-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 18:59:02 BRT 2015
libetonyek-1.3.4-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 18:57:38 BRT 2015
firefox-classic-theme-restorer-1.3.4-noarch-1xinc.txz
+--------------------------+
Wed Jun 24 18:51:38 BRT 2015
libevdev-1.4.3-x86_64-1xinc.txz
+--------------------------+
Wed Jun 24 00:09:59 BRT 2015
python-pillow-2.8.2-x86_64-1xinc.txz
+--------------------------+
Tue Jun 23 23:24:04 BRT 2015
pcsx2-20150623-x86_64-1xinc.txz
+--------------------------+
Tue Jun 23 23:23:15 BRT 2015
pcsx2-20150623-x86_64-1xinc.txz
+--------------------------+
Tue Jun 23 22:58:12 BRT 2015
wxgtk3-3.0.2-x86_64-2xinc.txz
+--------------------------+
Expand Down
4 changes: 4 additions & 0 deletions dolphin-emu/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Jun 24 20:00:32 BRT 2015
dolphin-emu-20150624-x86_64-1xinc.txz:
Updated to 20150624.
+--------------------------+
Mon Jun 15 22:09:57 BRT 2015
dolphin-emu-20150615-x86_64-1xinc.txz:
Updated to 20150615.
Expand Down
4 changes: 4 additions & 0 deletions libetonyek/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Jun 24 18:59:02 BRT 2015
libetonyek-1.3.4-x86_64-1xinc.txz:
Updated to 1.3.4.
+--------------------------+
Sat May 23 02:48:43 BRT 2015
libetonyek-0.1.2-x86_64-1xinc.txz:
Updated to 0.1.2.
Expand Down
2 changes: 1 addition & 1 deletion libetonyek/libetonyek.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
NAME=libetonyek
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-0.1.2}
VERSION=${VERSION:-0.1.3}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH=${ARCH:-$(uname -m)}
else
Expand Down
4 changes: 4 additions & 0 deletions libevdev/ChangeLog.SB
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Wed Jun 24 18:51:38 BRT 2015
libevdev-1.4.3-x86_64-1xinc.txz:
Updated to 1.4.3.
+--------------------------+
Fri Apr 24 19:23:33 BRT 2015
libevdev-1.4.2-x86_64-1xinc.txz:
Updated to 1.4.2.
Expand Down
2 changes: 1 addition & 1 deletion libevdev/libevdev.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi
NAME=libevdev
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-1.4.2}
VERSION=${VERSION:-1.4.3}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH=${ARCH:-$(uname -m)}
else
Expand Down
2 changes: 0 additions & 2 deletions mame/apply-patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ fi
[ -f ${SB_PATCHDIR}/${HSSRCARCHIVE}.patch ] && cp -f ${SB_PATCHDIR}/${HSSRCARCHIVE}.patch ${HSSRCARCHIVE}.diff
[ "${SB_HS}" = "YES" ] && patch -p0 -E --backup -z .hiscore --verbose -i ${HSSRCARCHIVE}.diff

patch -p0 -E --backup -z .inline --verbose -i ${SB_PATCHDIR}/sdlmame-inline.patch

set +e +o pipefail
10 changes: 6 additions & 4 deletions mame/mame.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ TMP=${TMP:-/tmp}
NAME=mame
PKG=${PKG:-${TMP}/package-${NAME}}

VERSION=${VERSION:-0.162}
VERSION=${VERSION:-0.163}
SVER="$( echo ${VERSION} | cut -d . -f1-2 )"
PATCHLEVEL="$( echo ${VERSION} | cut -d . -f3 | sed -e 's/^.//' )"
[ "${PATCHLEVEL}" = "" ] && PATCHLEVEL=0
# Hiscore patch from MKChamp
# http://forum.arcadecontrols.com/index.php?topic=64298.0
HSVER=${HVER:-162}
HSVER=${HVER:-163}
if [ "${SB_NATIVE}" = "YES" ] ;then
ARCH=${ARCH:-$(uname -m)}
else
Expand Down Expand Up @@ -211,17 +211,19 @@ unset VERBOSE NO_DEBUGGER NO_USE_QTDEBUG ARCH
[ "${SB_DBG}" = "YES" ] || export NO_DEBUGGER=1
[ "${SB_QT}" = "YES" ] || export NO_USE_QTDEBUG=1

export CFLAGS="${SLKCFLAGS} -DINI_PATH='\"/etc/mame;\"'"
export CFLAGS="${SLKCFLAGS}"
export CXXFLAGS="${CFLAGS}"
export LDFLAGS+=" -Wl,--as-needed"
export ARCHOPTS="${RARCH}"
export verbose=1
export PYTHON_EXECUTABLE=/usr/bin/python2
export NOWERROR=1
export TOOLS=1
export SDL_INI_PATH="/etc/mame;"

make -j${NJOBS} all \
USE_SYSTEM_LIB_EXPAT=0 BUILD_FLAC=0 BUILD_JPEGLIB=0 BUILD_MIDILIB=0 BUILD_SQLITE3=0 BUILD_ZLIB=0 \
USE_SYSTEM_LIB_EXPAT=1 USE_SYSTEM_LIB_FLAC=1 USE_SYSTEM_LIB_JPEG=1 \
USE_SYSTEM_LIB_PORTMIDI=1 USE_SYSTEM_LIB_SQLITE3=1 USE_SYSTEM_LIB_ZLIB=1 \
OPTIMIZE=2 || exit $?

mkdir -p ${PKG}/usr/bin
Expand Down
Loading

0 comments on commit 7c1bab6

Please sign in to comment.