LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Requests for -current (14.2-->15.0) (https://www.linuxquestions.org/questions/slackware-14/requests-for-current-14-2-15-0-a-4175620463/)

ponce 03-19-2018 02:48 PM

Quote:

Originally Posted by atelszewski (Post 5832642)
The hardest part:
Quote:

The lifetime of the directory MUST be bound to the user being logged in. It MUST be created when the user first logs in and if the user fully logs out the directory MUST be removed. If the user logs in more than once he should get pointed to the same directory, and it is mandatory that the directory continues to exist from his first login to his last logout on the system, and not removed in between. Files in the directory MUST not survive reboot or a full logout/login cycle.

I think that part of the xdg specification is written to work specifically for one reason

https://wiki.archlinux.org/index.php...r#How_it_works

can I ask for which use case you think it will be useful to implement?

atelszewski 03-19-2018 03:02 PM

Hi,

Quote:

Originally Posted by ponce (Post 5832851)
can I ask for which use case you think it will be useful to implement?

I wasn't thinking beyond being specification exact.
Only that ;-)

--
Best regards,
Andrzej Telszewski

Daedra 03-19-2018 03:48 PM

Quote:

Originally Posted by orbea (Post 5832652)
I'm a bit ignorant. Would you mind elaborating on what features are missing?

My personal limited use case for compiz is to stop screen tearing with some wine games that have a broken native vsync when not using a window manager (Where I would use compton instead).

As Dider mentioned, he is using the 0.9 branch which does combine all of companion packages and extras into a single source. However Slackware is using the 0.8 branch which still splits all of the extra packages mentioned above into their own separate sources. Compiz alone isn't necessarily "missing" anything, it is just that the full suite of compiz packages make for a more robust experience. As far as the new 0.8.14 version of compiz, there hasn't been any ABI changes to the code so you can still use the older 0.8.8 with the newer packages if you want, but the newer version of compiz has better support for things like Mate, gtk3/metacity themes, emerald, and various bug fixes.

Also I have used both 0.9 and the 0.8 branches of compiz on 14.2 and in my experience 0.8 is still the more stable of the two, but YMMV if you wanted to try it. I will say that I do like that 0.9 combines everything into one package.

Ne01eX 03-19-2018 09:58 PM

GStreamer 1.14.0 has been released!

What new? A LOT OF! MORE! Look here for more details. :)

For download, look here:

gstreamer-1.14.0.tar.xz
gstreamer-1.14.0.tar.xz.asc
gstreamer-1.14.0.tar.xz.sha256sum
gst-plugins-base-1.14.0.tar.xz
gst-plugins-base-1.14.0.tar.xz.asc
gst-plugins-base-1.14.0.tar.xz.sha256sum
gst-plugins-good-1.14.0.tar.xz
gst-plugins-good-1.14.0.tar.xz.asc
gst-plugins-good-1.14.0.tar.xz.sha256sum
gst-libav-1.14.0.tar.xz
gst-libav-1.14.0.tar.xz.asc
gst-libav-1.14.0.tar.xz.sha256sum

Also, may be interest:

gst-plugins-ugly-1.14.0.tar.xz
gst-plugins-ugly-1.14.0.tar.xz.asc
gst-plugins-ugly-1.14.0.tar.xz.sha256sum
gst-plugins-bad-1.14.0.tar.xz
gst-plugins-bad-1.14.0.tar.xz.asc
gst-plugins-bad-1.14.0.tar.xz.sha256sum

;)

Also, maybe included into Slackware 15.0 x264 and x265 codecs from videolan.org :foot:

The software that will need to be rebuilt for use latest version of GStreamer:

pidgin
tumbler

:)

And army of software, that uses pulseaudio. :D

To speed up the build, listen to this:

https://www.youtube.com/watch?v=oP_oxc4WS9A

dugan 03-19-2018 10:28 PM

May I suggest jq (the command-line json parser) again?

Ne01eX 03-20-2018 12:13 AM

My request for current:

terminus font 4.46.0. Need for update and include for use by default into slackware boot disks. :foot:

and

terminus-ttf 4.46.0:

slack-desc:
Code:

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct.  It's also
# customary to leave one space after the ':' except on otherwise blank lines.

            |-----handy-ruler------------------------------------------------------|
terminus-ttf: Terminus TTF is a TrueType version of Terminus Font.
terminus-ttf:
terminus-ttf: Terminus TTF is a TrueType version of Terminus Font, a fixed-width
terminus-ttf: bitmap font optimized for long work with computers.
terminus-ttf:
terminus-ttf: Homepage: https://files.ax86.net/terminus-ttf/
terminus-ttf:
terminus-ttf:
terminus-ttf:
terminus-ttf:
terminus-ttf:

terminus-ttf.SlackBuild:
Code:

#!/bin/sh

# Copyright 2018 Aleksandr "Ne01eX" Sayfulin, Ural, Russian Federation.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
#  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
#  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
#  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
#  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
#  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
#  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
#  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
#  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
#  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

PKGNAM=terminus-ttf
VERSION=${VERSION:-$(echo $PKGNAM-*.zip* | rev | cut -f 2- -d . | cut -f 1 -d - | rev)}
ARCH=noarch
BUILD=${BUILD:-rtk01}
CWD=$(pwd)
TMP=${TMP:-/tmp}
OUTPUT=${OUTPUT:-/tmp}
PKG=$TMP/package-$PKGNAM

if [ ! -d "$TMP" ]; then
    mkdir -p $TMP
fi

if [ ! -d "$OUTPUT" ]; then
    mkdir -p $OUTPUT
fi

rm -rf $PKG
mkdir -p $PKG
cd $TMP
rm -rf $PKGNAM-$VERSION
unzip $CWD/$PKGNAM-$VERSION.zip || exit 1
cd $PKGNAM-$VERSION

chown -R root:root .
find . \
  \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
  -exec chmod 755 {} \; -o \
  \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
  -exec chmod 644 {} \;

mkdir -p $PKG/usr/share/fonts/TTF
cp -a *.ttf $PKG/usr/share/fonts/TTF

mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a COPYING $PKG/usr/doc/$PKGNAM-$VERSION

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PKGNAM-$VERSION-$ARCH-$BUILD.txz

# Cleanup if enabled
if [ "$1" = "--cleanup" ]; then
    rm -rf $TMP/$PKGNAM-$VERSION
    rm -rf $PKG
fi

doinst.sh:
Code:

# Update the X font indexes:
if [ -x /usr/bin/mkfontdir ]; then
  ( cd /usr/share/fonts/TTF
    mkfontscale .
    mkfontdir .
  )
fi
if [ -x /usr/bin/fc-cache ]; then
  /usr/bin/fc-cache -f
fi

This package currently don't present into SlackBuilds.org :)

dugan 03-20-2018 12:23 AM

Here's an initial attempt at an updated vulkan-sdk 1.1 SlackBuild. I haven't tried installing it and building stuff against it yet, but it does build a package that has the right files and that otherwise looks right.

fetch-sources.sh:

Code:

#!/bin/sh

# Copyright 2017  Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
#  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
#  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
#  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
#  EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
#  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
#  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
#  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
#  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
#  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
#  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

# Call this script with the version of the Vulkan-LoaderAndValidationLayers-sdk
# that you would like to fetch the sources for. This will fetch the SDK from
# github, and then look at the revisions listed in the external_revisions
# directory to fetch the proper glslang, SPIRV-Headers, and SPIRV-Tools.
#
# Example:  VERSION=1.0.70.0 ./fetch-sources.sh

VERSION=${VERSION:-1.1.70.0}

# Remove existing sources:
rm -rf Vulkan-LoaderAndValidationLayers-sdk* glslang-* SPIRV-Headers-* SPIRV-Tools-*

# Fetch SDK:
lftpget https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${VERSION}/Vulkan-LoaderAndValidationLayers-sdk-${VERSION}.tar.gz

GLSLANG_REVISION=$(tar xOf Vulkan-LoaderAndValidationLayers-sdk-${VERSION}.tar.gz Vulkan-LoaderAndValidationLayers-sdk-${VERSION}/external_revisions/glslang_revision)

git clone https://github.com/KhronosGroup/glslang.git glslang-$GLSLANG_REVISION
cd glslang-$GLSLANG_REVISION
git checkout $GLSLANG_REVISION

SPIRV_TOOLS_REVISION=$(
python3 - << EOF
import json
with open('known_good.json') as f:
  known_good = json.load(f)
commits = known_good['commits']
print(commits[0]['commit'])
EOF
)

SPIRV_HEADERS_REVISION=$(
python3 - << EOF
import json
with open('known_good.json') as f:
  known_good = json.load(f)
commits = known_good['commits']
print(commits[1]['commit'])
EOF
)

cd ..

tar -cvvf glslang-${GLSLANG_REVISION}.tar glslang-${GLSLANG_REVISION}
xz glslang-${GLSLANG_REVISION}.tar
rm -rf glslang-${GLSLANG_REVISION}

git clone https://github.com/KhronosGroup/SPIRV-Headers.git SPIRV-Headers-${SPIRV_HEADERS_REVISION}
cd SPIRV-Headers-${SPIRV_HEADERS_REVISION}
git checkout ${SPIRV_HEADERS_REVISION}
cd ..
tar -cvvf SPIRV-Headers-${SPIRV_HEADERS_REVISION}.tar SPIRV-Headers-${SPIRV_HEADERS_REVISION}
rm -rf SPIRV-Headers-${SPIRV_HEADERS_REVISION}
xz SPIRV-Headers-${SPIRV_HEADERS_REVISION}.tar


git clone https://github.com/KhronosGroup/SPIRV-Tools.git SPIRV-Tools-${SPIRV_TOOLS_REVISION}
cd SPIRV-Tools-${SPIRV_TOOLS_REVISION}
git checkout ${SPIRV_TOOLS_REVISION}
cd ..
tar -cvvf SPIRV-Tools-${SPIRV_TOOLS_REVISION}.tar SPIRV-Tools-${SPIRV_TOOLS_REVISION}
rm -rf SPIRV-Tools-${SPIRV_TOOLS_REVISION}
xz SPIRV-Tools-${SPIRV_TOOLS_REVISION}.tar


# List URLs in vulkan-sdk.url:
echo "https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${VERSION}/Vulkan-LoaderAndValidationLayers-sdk-${VERSION}.tar.gz" > vulkan-sdk.url
echo "https://github.com/KhronosGroup/glslang/archive/${GLSLANG_REVISION}/glslang-${GLSLANG_REVISION}.tar.gz" >> vulkan-sdk.url
echo "https://github.com/KhronosGroup/SPIRV-Headers/archive/${SPIRV_HEADERS_REVISION}/SPIRV-Headers-${SPIRV_HEADERS_REVISION}.tar.gz" >> vulkan-sdk.url
echo "https://github.com/KhronosGroup/SPIRV-Tools/archive/${SPIRV_TOOLS_REVISION}/SPIRV-Tools-${SPIRV_TOOLS_REVISION}.tar.gz" >> vulkan-sdk.url

# Fix timestamps to be correct:
for file in *.tar.xz ; do
  TIMESTAMP="$(tar tvf $file | head -1 | cut -b 32-47)"
  touch -d "$TIMESTAMP" $file
done

vulkan-sdk.SlackBuild:

Code:

#!/bin/sh

# Slackware build script for vulkan-sdk

# Copyright 2016, 2017  Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2016, 2017  Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met:
#
# 1. Redistributions of this script must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cd $(dirname $0) ; CWD=$(pwd)

PKGNAM=vulkan-sdk
VERSION=${VERSION:-$(echo Vulkan-LoaderAndValidationLayers-sdk-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-1}

NUMJOBS=${NUMJOBS:--j7}

# Automatically determine the architecture we're building on:
MARCH=$( uname -m )
if [ -z "$ARCH" ]; then
  case "$MARCH" in
    i?86)    export ARCH=i586 ;;
    armv7hl) export ARCH=$MARCH ;;
    arm*)    export ARCH=arm ;;
    # Unless $ARCH is already set, use uname -m for all other archs:
    *)      export ARCH=$MARCH ;;
  esac
fi

if [ "$ARCH" = "i586" ]; then
  SLKCFLAGS="-O2 -march=i586 -mtune=i686"
  LIBDIRSUFFIX=""
elif [ "$ARCH" = "s390" ]; then
  SLKCFLAGS="-O2"
  LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
  SLKCFLAGS="-O2 -fPIC"
  LIBDIRSUFFIX="64"
elif [ "$ARCH" = "armv7hl" ]; then
  SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16"
  LIBDIRSUFFIX=""
else
  SLKCFLAGS="-O2"
  LIBDIRSUFFIX=""
fi

TMP=${TMP:-/tmp}
PKG=$TMP/package-vulkan-sdk

rm -rf $PKG
mkdir -p $TMP $PKG
cd $TMP
rm -rf Vulkan-LoaderAndValidationLayers-sdk-$VERSION
tar xvf $CWD/Vulkan-LoaderAndValidationLayers-sdk-$VERSION.tar.?z* || exit 1
cd Vulkan-LoaderAndValidationLayers-sdk-$VERSION || exit 1

GLSLANG_VERSION=$(cat external_revisions/glslang_revision | head -n 1)
SPIRV_HEADERS_VERSION=$(basename SPIRV-Headers-* .tar.xz | rev | cut -d - -f 1 | rev)
SPIRV_TOOLS_VERSION=$(basename SPIRV-Tools-* .tar.xz | rev | cut -d - -f 1 | rev)

mkdir external

cd external
  tar xf $CWD/glslang-${GLSLANG_VERSION}.tar.?z*
  mv glslang-${GLSLANG_VERSION} glslang

cd glslang/External
tar xf $CWD/SPIRV-Tools-${SPIRV_TOOLS_VERSION}.tar.?z*
mv SPIRV-Tools-${SPIRV_TOOLS_VERSION} spirv-tools

mkdir -p spirv-tools/external
cd spirv-tools/external
  tar xvf $CWD/SPIRV-Headers-${SPIRV_HEADERS_VERSION}.tar.?z*
  mv SPIRV-Headers-${SPIRV_HEADERS_VERSION} spirv-headers

cd $TMP/Vulkan-LoaderAndValidationLayers-sdk-$VERSION

# chown -R root:root .
find . \
  \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
  -exec chmod 755 {} \; -o \
  \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
  -exec chmod 644 {} \;

mkdir -p external/{glslang,spirv-tools}/build
mkdir -p build
mkdir -p build-demos

# Fix LIBDIRSUFFIX
for i in $(find external -name CMakeLists.txt); do
  sed -i "s|DESTINATION lib|DESTINATION \${CMAKE_INSTALL_LIBDIR}|" "$i"
done

cd external/glslang/build
  cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_LIBDIR=lib$LIBDIRSUFFIX \
    -DCMAKE_BUILD_TYPE=Release \
    ..

  make $NUMJOBS VERBOSE=1 || make || exit 1
  make install DESTDIR=$PKG || exit 1

cd -

cd build
  cmake \
    -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DCMAKE_INSTALL_SYSCONFDIR=/etc \
    -DCMAKE_INSTALL_DATADIR=/share \
    -DCMAKE_SKIP_RPATH=True \
    -DBUILD_TESTS=Off \
    -DBUILD_DEMOS=On \
    -DBUILD_WSI_XLIB_SUPPORT=On \
    -DBUILD_WSI_XCB_SUPPORT=On \
    -DBUILD_WSI_WAYLAND_SUPPORT=Off \
    -DBUILD_WSI_MIR_SUPPORT=Off \
    -DCMAKE_BUILD_TYPE=Release \
    -DGLSLANG_VALIDATOR=../external/glslang/build/StandAlone/glslangValidator \
    ..

  make $NUMJOBS VERBOSE=1 || make || exit 1
  make install DESTDIR=$PKG || exit 1
cd -

mkdir -p $PKG/usr/share/vulkan/{explicit,implicit}_layer.d

mv $PKG/etc/vulkan/explicit_layer.d/*.json $PKG/usr/share/vulkan/explicit_layer.d/
mv $PKG/usr/bin/smoketest $PKG/usr/bin/vulkan-smoketest

# Use headers from spirv-headers as they are newer than the ones installed by glslang
for i in spirv.h spirv.hpp spirv.hpp11; do
  install -m 0644 external/spirv-tools/external/spirv-headers/include/spirv/1.2/$i \
    $PKG/usr/include/SPIRV/
done

ln -s /usr/include/SPIRV $PKG/usr/include/spirv

find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
  | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION
cp -a *.md LICENSE.txt loader/LoaderAndLayerInterface.md \
  $PKG/usr/doc/$PKGNAM-$VERSION

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $TMP/$PKGNAM-$VERSION-$ARCH-$BUILD.txz


Didier Spaier 03-20-2018 12:50 AM

Quote:

Originally Posted by Ne01eX (Post 5832997)
My request for current:

terminus font 4.46.0. Need for update and include for use by default into slackware boot disks. :foot:

and

terminus-ttf 4.46.0:

Do you mean that the ttf version also should be included in the installer? To be useful that'd need either to ship X or a framebuffer like fbterm. I did the latter in Slint 14.1 but that needs to include additional stuff, not only a font. Also they themselves say that the ttf version one is ugly...

Ne01eX 03-20-2018 01:07 AM

Quote:

Originally Posted by Didier Spaier (Post 5833002)
Do you mean that the ttf version also should be included in the installer? To be useful that'd need either to ship X or a framebuffer like fbterm. I did the latter in Slint 14.1 but that needs to include additional stuff, not only a font. Also they themselves say that the ttf version one is ugly...

Not TTF! I meant the original terminus font! It is still not in the standard supply of Slackware installer. :cry:

gmgf 03-20-2018 04:51 AM

perl, DBI-1.641:

http://search.cpan.org/CPAN/authors/...I-1.641.tar.gz

saxa 03-20-2018 05:37 AM

Gstreamer 1.14.0

https://download.gnome.org/sources/g...-1.14.0.tar.xz

saxa 03-20-2018 05:39 AM

gst-plugins-base 1.14.0
https://download.gnome.org/sources/g...-1.14.0.tar.xz

gst-plugins-good 1.14.0
https://download.gnome.org/sources/g...-1.14.0.tar.xz

Ne01eX 03-20-2018 07:42 AM

Quote:

Originally Posted by saxa (Post 5833072)

Quote:

Originally Posted by saxa (Post 5833075)

Quote:

Originally Posted by Ne01eX (Post 5832986)
GStreamer 1.14.0 has been released!

What new? A LOT OF! MORE! Look here for more details. :)

For download, look here:

gstreamer-1.14.0.tar.xz
gstreamer-1.14.0.tar.xz.asc
gstreamer-1.14.0.tar.xz.sha256sum
gst-plugins-base-1.14.0.tar.xz
gst-plugins-base-1.14.0.tar.xz.asc
gst-plugins-base-1.14.0.tar.xz.sha256sum
gst-plugins-good-1.14.0.tar.xz
gst-plugins-good-1.14.0.tar.xz.asc
gst-plugins-good-1.14.0.tar.xz.sha256sum
gst-libav-1.14.0.tar.xz
gst-libav-1.14.0.tar.xz.asc
gst-libav-1.14.0.tar.xz.sha256sum

Also, may be interest:

gst-plugins-ugly-1.14.0.tar.xz
gst-plugins-ugly-1.14.0.tar.xz.asc
gst-plugins-ugly-1.14.0.tar.xz.sha256sum
gst-plugins-bad-1.14.0.tar.xz
gst-plugins-bad-1.14.0.tar.xz.asc
gst-plugins-bad-1.14.0.tar.xz.sha256sum

;)

Also, maybe included into Slackware 15.0 x264 and x265 codecs from videolan.org :foot:

The software that will need to be rebuilt for use latest version of GStreamer:

pidgin
tumbler

:)

And army of software, that uses pulseaudio. :D

To speed up the build, listen to this:

https://www.youtube.com/watch?v=oP_oxc4WS9A

Its works :-\

Darth Vader 03-20-2018 08:03 AM

@Ne01eX

Before talking with enthusiasm about things like x264 and x265, you considered a bit the PATENTS issues?

Of course, I heard even myself that in Russian is no such word for "Copyright", BUT bear in mind that the Slackware, Inc. is a company based in Minnesota, The Capitalist America. ;)

allend 03-20-2018 08:04 AM

Quote:

Not TTF! I meant the original terminus font! It is still not in the standard supply of Slackware installer.
From slackware-14.2/FILELIST.TXT
Quote:

-rw-r--r-- 1 root root 2049568 2015-12-10 17:31 ./slackware/ap/terminus-font-4.40-noarch-1.txz

Ne01eX 03-20-2018 12:54 PM

Quote:

Originally Posted by Darth Vader (Post 5833124)
@Ne01eX

Before talking with enthusiasm about things like x264 and x265, you considered a bit the PATENTS issues?

Of course, I heard even myself that in Russian is no such word for "Copyright", BUT bear in mind that the Slackware, Inc. is a company based in Minnesota, The Capitalist America. ;)

1. Copyright ≠ (is not equal) patents. Russia recognizes copyright and protects the rights of any authors.
2. Russia does not recognize the existence of patents for software algorithms. NEVER. :-)
3. Software patents — Obstacles to software development. See this article by Richard Stallman for more details. Also, good idea of look this page.
4. Welcome to Russia. :-)

P.S. I realized why Slackware still does not have some codecs. Discussion closed. Request is nulled. :-)

gmgf 03-20-2018 02:40 PM

nmap-7.70:

https://nmap.org/changelog
https://nmap.org/dist/nmap-7.70.tar.bz2

Ne01eX 03-20-2018 04:31 PM

1 Attachment(s)
Quote:

Originally Posted by allend (Post 5833126)
From slackware-14.2/FILELIST.TXT

Again. Request for Slackware-current:

1. Need to update terminus fonts to 4.46
2. Please apply my patch to setconsolefont (in attachment). This patch updates the list of console fonts available in Slackware Linux. :-)

I apologize for my poor English and for the incorrect wording of the previous request for terminus-font. :foot:

Didier Spaier 03-20-2018 05:48 PM

1 Attachment(s)
Quote:

Originally Posted by Ne01eX (Post 5833348)
2. Please apply my patch to setconsolefont (in attachment). This patch updates the list of console fonts available in Slackware Linux. :-)

I'd rather suggest to get rid of setconsolefont and just set a terminus font by default.

I attach the script we source in the Slint installer in other scripts for several settings, see in it the functions SeTFonts and PutFonts, however as the Slackware installer is only in English it can be simpler: just use ter-120b if there is no framebuffer, else ter-116b and don't bother the user with a choice between a zillion fonts.

/etc/rc.d/rc.font can always be edited after installation to change the font and/or its size.

GazL 03-20-2018 06:32 PM

I'm inclined to agree with Didier. Most of the consolefonts are unusable. There really doesn't seem much point in giving people the option of choosing them when no one will want to. :)

Personally, I like a slightly larger font so I use ter-v22b which gives me a nicely sized 124x34 console on a 1366x768 laptop screen.

I use ter-v* because it provides support for more glyphs than ter-1*

Ne01eX 03-20-2018 06:59 PM

pcre-8.42.tar.bz2

Not present in to Slackware:

GlusterFS is a network/cluster filesystem.
glusterfs-3.12.7.tar.gz
nginx is a lightweight fast web server/reverse proxy and e-mail (IMAP/POP3) proxy. "Mainline" version.
nginx-1.13.10.tar.gz

And GNU Mcron 1.1 - 100% compatible replacement for Vixie cron. mcron-1.1.tar.gz

Ne01eX 03-20-2018 07:13 PM

Quote:

Originally Posted by Didier Spaier (Post 5833381)

/etc/rc.d/rc.font can always be edited after installation to change the font and/or its size.

I can recompile and assemble Slackware myself. All. From scratch, from another GNU/Linux distribution. For another platform.

But if I asked to include it in the basic delivery, then this is why it is necessary. :-)

At the moment there is no terminus-font in the dialog setconsolefont at all. No version. No terminus font. :-)

I will be satisfied with any option with terminus-font out of the box, without having to go into rc.font and rc.keymap. :-)

P.S. This my setlang script from RTK GNU/Linux:

Code:

#!/bin/sh
# Select Language
# Witten by Ne01eX@rambler.ru for
# Russian Technology Kit Linux, http://rtklinux.com
# (c) 2007, RTK LinuxSecurity Team.
PID_TP=`ps ax | grep "ecmd setlang" | awk '{ print $1 }'`
BSTART="" # set beforestart yellow color
ASTART="" # set afterstart green color
FSTART="" # set failstart red color
NTEXT="" # set normaltext color

SHABANG="#!/bin/sh"
TMPDIR="/tmp/setupvar"
mkdir -p $TMPDIR
SETLANG="$TMPDIR/setlang.var"
LCFILE=/etc/profile.d/lang.sh
RFFILE=/etc/rc.d/rc.font
RKFILE=/etc/rc.d/rc.keymap
FLANG="ru_RU.koi8r"
STALL="export LC_ALL="
STLNG="export LANG="
RCKM1="if [ -x /usr/bin/loadkeys ]; then"
RCKM2="  /usr/bin/loadkeys"
RCKM3="> /dev/null 2> /dev/null"

cr_langsh()
{
  echo "$SHABANG" > $LCFILE
  echo >> $LCFILE
  echo "$STALL${FLANG}" >> $LCFILE
  echo "$STLNG${FLANG}" >> $LCFILE
  echo >> $LCFILE
  chmod 755 $LCFILE
  echo "${FLANG}" > $TMPDIR/tlc_all.var
}

cr_rcfont()
{
  echo "$SHABANG" > $RFFILE
  echo >> $RFFILE
  echo "$RCFONT" >> $RFFILE
  echo >> $RFFILE
  echo "for n in 1 2 3 4 5 6; do" >> $RFFILE
  echo "  echo -ne \"\033(K\" > /dev/tty\$n" >> $RFFILE
  echo "done" >> $RFFILE
  chmod 755 $RFFILE
}

cr_rckeymap()
{
  echo "$SHABANG" > $RKFILE
  echo >> $RKFILE
  echo "$RCKM1" >> $RKFILE
  echo "$RCKM2 $RCKEYMAP $RCKM3" >> $RKFILE
  echo "fi" >> $RKFILE
  echo >> $RKFILE
  chmod 755 $RKFILE
}

cs_lang()
{
case "$setlang" in

  "BE" | "be" | "Be" )
  FLANG="be_BY.cp1251"
  RCFONT="setfont ter-c16b.psf.gz -m cp1251_to_uni.trans"
  RCKEYMAP="by.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "DE" | "de" | "De" )
  FLANG="de_DE.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="de.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "EN" | "en" | "En" )
  FLANG="en_GB.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="us.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "FR" | "fr" | "Fr" )
  FLANG="fr_FR.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="fr.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "RU" | "ru" | "Ru" )
  FLANG="ru_RU.koi8r"
  RCFONT="setfont ter-k16b.psf.gz -m koi8-r_to_uni.trans"
  RCKEYMAP="ru-ms.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "SR" | "sr" | "Sr" )
  FLANG="sr_CS.iso88595"
  RCFONT="setfont ter-c16b.psf.gz -m 8859-5_to_uni.trans"
  RCKEYMAP="sr-cy.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "UK" | "uk" | "Uk" )
  FLANG="uk_UA.koi8u"
  RCFONT="setfont ter-u16b.psf.gz -m koi8-u_to_uni.trans"
  RCKEYMAP="ua.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  * )
  FLANG="ru_RU.koi8r"
  RCFONT="setfont ter-k16b.psf.gz -m koi8-r_to_uni.trans"
  RCKEYMAP="ru-ms.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

esac
clear
}

clear
if [ -x /bin/dialog ]; then
    dialog --clear --title "Set language" \
        --menu "Please select language:" 14 50 7 \
        "RU" "Russian [default]" \
        "BE" "Belarussian" \
        "DE" "Deutsch" \
        "EN" "English (Britain)" \
        "FR" "Francais" \
        "SR" "Serbian (Cyrillic)" \
        "UK" "Ukrainian" 2> $SETLANG
    retval=$?

    setlang=`cat $SETLANG`

    case $retval in
      0)
        cs_lang;;
      1)
        cs_lang
        exit 0;;
      255)
        cs_lang
        exit 0;;
    esac
else
    echo "${BSTART}Please select language:${NTEXT}"
    echo
    echo "[${ASTART}RU${NTEXT}] - Russian ${FSTART}[default]${NTEXT}"
    echo "[${ASTART}BE${NTEXT}] - Belarussian"
    echo "[${ASTART}DE${NTEXT}] - Deutsch"
    echo "[${ASTART}EN${NTEXT}] - English ${FSTART}(Britain)${NTEXT}"
    echo "[${ASTART}FR${NTEXT}] - Francais"
    echo "[${ASTART}SR${NTEXT}] - Serbian ${FSTART}(Cyrillic)${NTEXT}"
    echo "[${ASTART}UK${NTEXT}] - Ukrainian"
    echo
    read lang
    cs_lang
fi

kill $PID_TP >/dev/null 2>/dev/null

Can be used with small modifications today. :-D

volkerdi 03-20-2018 07:25 PM

Quote:

Originally Posted by Ne01eX (Post 5833402)
I will be satisfied with any option with terminus-font out of the box, without having to go into rc.font and rc.keymap. :-)

If you need a menu for everything and don't like editing config files, you're gonna have a bad time here.

mralk3 03-20-2018 07:32 PM

Quote:

Originally Posted by volkerdi (Post 5833410)
If you need a menu for everything and don't like editing config files, you're gonna have a bad time here.

Ha. Let's hope he will learn the Slackware way quickly and that won't be the case. Don't want to scare away the new people too much now. ;)

Ne01eX 03-20-2018 08:11 PM

Quote:

Originally Posted by volkerdi (Post 5833410)
If you need a menu for everything and don't like editing config files, you're gonna have a bad time here.

Thanks for the answer, Patrick. This is not for me. This is not only for me. This is for all users of Slackware, for which the English language is not native.

Quote:

Originally Posted by mralk3 (Post 5833414)
Ha. Let's hope he will learn the Slackware way quickly and that won't be the case. Don't want to scare away the new people too much now. ;)

:-D :-D :-D

Every time, I climb there, it ends with a creating new fork of Slackware. :-D :-D :-D

1. Last (only) version of RTK GNU/Linux
2. S.C.R. GNU/Linux
3. Three??? o_O

atelszewski 03-21-2018 12:42 AM

Hi,

I'm too all for Terminus.
I'm using it on X terminals too.

BTW, which variant is best for having best Unicode coverage?

--
Best regards,
Andrzej Telszewski

Didier Spaier 03-21-2018 02:50 AM

Quote:

Originally Posted by atelszewski (Post 5833502)
BTW, which variant is best for having best Unicode coverage?

All terminus fonts include an Unicode mapping. For Polish, use ter-2* (mappings iso02, cp1250, codepages ISO8859-2, Windows-1250) or to get all available glyphs, ter-v as suggested by Gazl, cf. /usr/doc/terminus-font-<version>/README.

That being said, under X I'd rather just let fontconfig do its homework and select Monospace, with in ~/.Xresources:
Code:

Xft.dpi: 96
Xft.hinting:1
Xft.hintstyle:hintfull

Other than that, DejaVu is not bad.

IMHO mate-terminal is the best, but I digress.

gmgf 03-21-2018 03:23 AM

xf86-input-libinput-0.27.0:

https://cgit.freedesktop.org/xorg/dr...nput-libinput/
ftp://ftp.x.org/pub/individual/drive...-0.27.0.tar.gz

Didier Spaier 03-21-2018 06:36 AM

1 Attachment(s)
Quote:

Originally Posted by Ne01eX (Post 5833402)
I can recompile and assemble Slackware myself. All. From scratch, from another GNU/Linux distribution. For another platform.

But if I asked to include it in the basic delivery, then this is why it is necessary. :-)

At the moment there is no terminus-font in the dialog setconsolefont at all. No version. No terminus font. :-)

I will be satisfied with any option with terminus-font out of the box, without having to go into rc.font and rc.keymap. :-)

P.S. This my setlang script from RTK GNU/Linux:

Code:

#!/bin/sh
# Select Language
# Witten by Ne01eX@rambler.ru for
# Russian Technology Kit Linux, http://rtklinux.com
# (c) 2007, RTK LinuxSecurity Team.
PID_TP=`ps ax | grep "ecmd setlang" | awk '{ print $1 }'`
BSTART="" # set beforestart yellow color
ASTART="" # set afterstart green color
FSTART="" # set failstart red color
NTEXT="" # set normaltext color

SHABANG="#!/bin/sh"
TMPDIR="/tmp/setupvar"
mkdir -p $TMPDIR
SETLANG="$TMPDIR/setlang.var"
LCFILE=/etc/profile.d/lang.sh
RFFILE=/etc/rc.d/rc.font
RKFILE=/etc/rc.d/rc.keymap
FLANG="ru_RU.koi8r"
STALL="export LC_ALL="
STLNG="export LANG="
RCKM1="if [ -x /usr/bin/loadkeys ]; then"
RCKM2="  /usr/bin/loadkeys"
RCKM3="> /dev/null 2> /dev/null"

cr_langsh()
{
  echo "$SHABANG" > $LCFILE
  echo >> $LCFILE
  echo "$STALL${FLANG}" >> $LCFILE
  echo "$STLNG${FLANG}" >> $LCFILE
  echo >> $LCFILE
  chmod 755 $LCFILE
  echo "${FLANG}" > $TMPDIR/tlc_all.var
}

cr_rcfont()
{
  echo "$SHABANG" > $RFFILE
  echo >> $RFFILE
  echo "$RCFONT" >> $RFFILE
  echo >> $RFFILE
  echo "for n in 1 2 3 4 5 6; do" >> $RFFILE
  echo "  echo -ne \"\033(K\" > /dev/tty\$n" >> $RFFILE
  echo "done" >> $RFFILE
  chmod 755 $RFFILE
}

cr_rckeymap()
{
  echo "$SHABANG" > $RKFILE
  echo >> $RKFILE
  echo "$RCKM1" >> $RKFILE
  echo "$RCKM2 $RCKEYMAP $RCKM3" >> $RKFILE
  echo "fi" >> $RKFILE
  echo >> $RKFILE
  chmod 755 $RKFILE
}

cs_lang()
{
case "$setlang" in

  "BE" | "be" | "Be" )
  FLANG="be_BY.cp1251"
  RCFONT="setfont ter-c16b.psf.gz -m cp1251_to_uni.trans"
  RCKEYMAP="by.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "DE" | "de" | "De" )
  FLANG="de_DE.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="de.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "EN" | "en" | "En" )
  FLANG="en_GB.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="us.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "FR" | "fr" | "Fr" )
  FLANG="fr_FR.iso88591"
  RCFONT="setfont ter-116b.psf.gz -m 8859-1_to_uni.trans"
  RCKEYMAP="fr.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "RU" | "ru" | "Ru" )
  FLANG="ru_RU.koi8r"
  RCFONT="setfont ter-k16b.psf.gz -m koi8-r_to_uni.trans"
  RCKEYMAP="ru-ms.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "SR" | "sr" | "Sr" )
  FLANG="sr_CS.iso88595"
  RCFONT="setfont ter-c16b.psf.gz -m 8859-5_to_uni.trans"
  RCKEYMAP="sr-cy.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  "UK" | "uk" | "Uk" )
  FLANG="uk_UA.koi8u"
  RCFONT="setfont ter-u16b.psf.gz -m koi8-u_to_uni.trans"
  RCKEYMAP="ua.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

  * )
  FLANG="ru_RU.koi8r"
  RCFONT="setfont ter-k16b.psf.gz -m koi8-r_to_uni.trans"
  RCKEYMAP="ru-ms.map"
  cr_langsh
  cr_rcfont
  cr_rckeymap
  ;;

esac
clear
}

clear
if [ -x /bin/dialog ]; then
    dialog --clear --title "Set language" \
        --menu "Please select language:" 14 50 7 \
        "RU" "Russian [default]" \
        "BE" "Belarussian" \
        "DE" "Deutsch" \
        "EN" "English (Britain)" \
        "FR" "Francais" \
        "SR" "Serbian (Cyrillic)" \
        "UK" "Ukrainian" 2> $SETLANG
    retval=$?

    setlang=`cat $SETLANG`

    case $retval in
      0)
        cs_lang;;
      1)
        cs_lang
        exit 0;;
      255)
        cs_lang
        exit 0;;
    esac
else
    echo "${BSTART}Please select language:${NTEXT}"
    echo
    echo "[${ASTART}RU${NTEXT}] - Russian ${FSTART}[default]${NTEXT}"
    echo "[${ASTART}BE${NTEXT}] - Belarussian"
    echo "[${ASTART}DE${NTEXT}] - Deutsch"
    echo "[${ASTART}EN${NTEXT}] - English ${FSTART}(Britain)${NTEXT}"
    echo "[${ASTART}FR${NTEXT}] - Francais"
    echo "[${ASTART}SR${NTEXT}] - Serbian ${FSTART}(Cyrillic)${NTEXT}"
    echo "[${ASTART}UK${NTEXT}] - Ukrainian"
    echo
    read lang
    cs_lang
fi

kill $PID_TP >/dev/null 2>/dev/null

Can be used with small modifications today. :-D

I have requested that Slackware be internationalized several year ago but failed to convince our BDFL. So instead I started the Slint project:
http://slint.fr/wiki/start?id=en/start
There is also a Russian tanslation but it needs to be updated:
http://slint.fr/wiki/start?id=ru/start

Main repository for the most recent version:
http://slackware.uk/slint/x86_64/slint-14.2.1/
Read also:
http://slackware.uk/slint/x86_64/sli...EADME-14.2.1.1

PS Alexandr, I just started RTK Linux 0.7 alpha3 in a QEMU VM, Unfortunately it fails to complete the startup sequence, see attached pic.

gmgf 03-21-2018 12:06 PM

mesa-17.3.7:

https://mesa3d.org/relnotes/17.3.7.html
https://mesa.freedesktop.org/archive/mesa-17.3.7.tar.xz

gmgf 03-21-2018 12:21 PM

util-linux-2.32:

http://www.kernel.org/pub/linux/util...ux-2.32.tar.xz
https://mirrors.edge.kernel.org/pub/...ux-2.32.tar.xz

ghostscript-9.23:

https://www.ghostscript.com/doc/9.23/News.htm
https://github.com/ArtifexSoftware/g...pt-9.23.tar.gz

gmgf 03-22-2018 01:39 AM

meson-0.45.1:

https://github.com/mesonbuild/meson/releases
https://github.com/mesonbuild/meson/...-0.45.1.tar.gz

Didier Spaier 03-22-2018 05:29 AM

Lynx-2.8.9dev17
 
Yes it is a development release, but from Thomas E. Dickey.

Changes since 2.8

USUARIONUEVO 03-22-2018 07:50 PM

pip-9.0.3.tar.gz
https://pypi.python.org/packages/c4/...p-9.0.3.tar.gz

USUARIONUEVO 03-22-2018 08:45 PM

crda-4.14
https://git.kernel.org/pub/scm/linux...da-4.14.tar.gz

USUARIONUEVO 03-22-2018 10:05 PM

bind-9.12.1
https://ftp.isc.org/isc/bind9/9.12.1/bind-9.12.1.tar.gz

gmgf 03-23-2018 02:07 AM

git-2.16.3:

https://raw.githubusercontent.com/gi...tes/2.16.3.txt
https://mirrors.edge.kernel.org/pub/...-2.16.3.tar.xz

gmgf 03-23-2018 02:36 AM

openldap-2.4.46:

http://www.openldap.org/software/release/changes.html
ftp://ftp.openldap.org/pub/OpenLDAP/...dap-2.4.46.tgz

gmgf 03-23-2018 07:09 AM

xf86-input-wacom-0.36.1:

https://github.com/linuxwacom/xf86-input-wacom/releases
https://github.com/linuxwacom/xf86-i...0.36.1.tar.bz2

Nille_kungen 03-23-2018 08:07 AM

Removed

cwizardone 03-23-2018 01:53 PM

Thunderbird-52.7.0

Didier Spaier 03-23-2018 03:28 PM

Quote:

Originally Posted by cwizardone (Post 5834555)
Thunderbird-52.7.0

It has been released today and I see neither major fixes in the Release Notes nor security fixes for this release among the known vulnerabilities so far(1), so I assume that upgrading is not urgent.

Meanwhile you can grab a package in this repository. Be aware that it's a repackaging of an official binary tarball (with 37 locales included) and that I didn't try it on Slackware-current. Use at your own risks.

(1) Assuming that this page has been updated for this release.

volkerdi 03-23-2018 03:56 PM

Quote:

Originally Posted by Didier Spaier (Post 5834585)
It has been released today and I see neither major fixes in the Release Notes nor security fixes for this release among the known vulnerabilities so far(1), so I assume that upgrading is not urgent.

Hard to say. The release notes do link to the usual security page, and I've noticed in the past that it can take a while (sometimes days) for the actual list of vulnerabilities to appear there. I usually assume that there are security fixes if there's a release.

Didier Spaier 03-23-2018 04:29 PM

Thanks for the information. Meanwhile, we may assume that "we will soon have the first Thunderbird 60 beta available, which is the basis for the next major ESR release", to quote what Wayne Mery just posted.

PS: Yes, the security advisory for 52.7.0 has been published.

USUARIONUEVO 03-23-2018 06:11 PM

upgrade gtk-doc provided by linuxdoc-tools package

gtk-doc-1.26
https://download.gnome.org/sources/g...oc-1.26.tar.xz

ReaperX7 03-24-2018 05:30 AM

This was mentioned by Orbea in another post but:

https://github.com/Arkq/bluez-alsa > v1.2.0

Removes need for PulseAudio for BlueZ.

gmgf 03-24-2018 10:34 AM

xdg-user-dirs-0.17:

https://www.freedesktop.org/wiki/Sof...xdg-user-dirs/
http://user-dirs.freedesktop.org/rel...rs-0.17.tar.gz

links-2.15:

http://links.twibright.com/download/ChangeLog
http://links.twibright.com/download/links-2.15.tar.gz

gmgf 03-24-2018 12:47 PM

Quote:

Originally Posted by USUARIONUEVO (Post 5834633)
upgrade gtk-doc provided by linuxdoc-tools package

gtk-doc-1.26
https://download.gnome.org/sources/g...oc-1.26.tar.xz

gtk-doc-1.28.tar.xz, now ;)

http://ftp.gnome.org/pub/gnome/sourc...-doc-1.28.news
http://ftp.gnome.org/pub/gnome/sourc...oc-1.28.tar.xz

atelszewski 03-24-2018 01:10 PM

Hi,

For consistency sake, in /etc/rc.d/rc.M, maybe:
Code:

  echo "darkstar.example.net" > /etc/HOSTNAME
  /bin/hostname darkstar

should be:
Code:

  echo "darkstar.example.net" > /etc/HOSTNAME
  /bin/hostname $(cat /etc/HOSTNAME)

?

Hey, let's have FQDN everywhere ;-)

--
Best regards,
Andrzej Telszewski

Didier Spaier 03-24-2018 01:39 PM

Quote:

Originally Posted by atelszewski (Post 5834893)
Code:

  echo "darkstar.example.net" > /etc/HOSTNAME
  /bin/hostname $(cat /etc/HOSTNAME)


Then, rather:
Code:

  echo "darkstar.example.net" > /etc/HOSTNAME
  /bin/hostname $(</etc/HOSTNAME)

:D


All times are GMT -5. The time now is 10:51 PM.