slackware-current/source
Patrick J Volkerding fad84f0c7e Sun May 1 23:17:58 UTC 2022
kde/calligra-3.2.1-x86_64-16.txz:  Rebuilt.
  Recompiled against openexr-3.1.5.
  Thanks to Heinz Wiesinger for the link to the patch.
kde/kimageformats-5.93.0-x86_64-2.txz:  Rebuilt.
  Recompiled against openexr-3.1.5.
kde/kio-extras-22.04.0-x86_64-2.txz:  Rebuilt.
  Recompiled against Imath-3.1.5 and openexr-3.1.5.
kde/kjots-20220430_da83a5f-x86_64-1.txz:  Upgraded.
kde/krita-5.0.6-x86_64-2.txz:  Rebuilt.
  Recompiled against Imath-3.1.5 and openexr-3.1.5.
kde/umbrello-22.04.0-x86_64-2.txz:  Rebuilt.
  Recompiled against kdevelop-22.04.0.
l/Imath-3.1.5-x86_64-1.txz:  Added.
  This library was split out from OpenEXR.
l/SDL2-2.0.22-x86_64-2.txz:  Rebuilt.
  Recompiled with -DSDL_STATIC=OFF. Thanks to jkh2cpu.
l/freetype-2.12.1-x86_64-1.txz:  Upgraded.
l/gegl-0.4.36-x86_64-2.txz:  Rebuilt.
  Recompiled against openexr-3.1.5.
l/gst-plugins-bad-free-1.20.1-x86_64-2.txz:  Rebuilt.
  Recompiled against Imath-3.1.5 and openexr-3.1.5.
l/imagemagick-7.1.0_32-x86_64-1.txz:  Upgraded.
  Compiled against Imath-3.1.5 and openexr-3.1.5.
l/opencv-4.5.5-x86_64-2.txz:  Rebuilt.
  Recompiled against openexr-3.1.5.
l/openexr-3.1.5-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
  Compiled against Imath-3.1.5.
l/speech-dispatcher-0.11.1-x86_64-1.txz:  Upgraded.
n/cifs-utils-6.15-x86_64-1.txz:  Upgraded.
n/mutt-2.2.4-x86_64-1.txz:  Upgraded.
x/bitmap-1.1.0-x86_64-1.txz:  Upgraded.
xap/gimp-2.10.30-x86_64-3.txz:  Rebuilt.
  Recompiled against Imath-3.1.5 and openexr-3.1.5.
2022-05-02 06:59:47 +02:00
..
a Sat Apr 30 21:35:21 UTC 2022 2022-05-01 06:59:45 +02:00
ap Thu Apr 28 18:50:52 UTC 2022 2022-04-29 06:59:43 +02:00
d Sat Apr 30 21:35:21 UTC 2022 2022-05-01 06:59:45 +02:00
e Tue Apr 5 19:16:30 UTC 2022 2022-04-06 06:59:43 +02:00
f
installer Fri Feb 11 20:36:58 UTC 2022 2022-02-12 00:39:50 +01:00
k Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
kde Sun May 1 23:17:58 UTC 2022 2022-05-02 06:59:47 +02:00
l Sun May 1 23:17:58 UTC 2022 2022-05-02 06:59:47 +02:00
n Wed Apr 27 21:43:51 UTC 2022 2022-04-28 08:59:37 +02:00
t Mon Apr 11 20:49:27 UTC 2022 2022-04-12 06:59:46 +02:00
tcl Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
x Sun May 1 23:17:58 UTC 2022 2022-05-02 06:59:47 +02:00
xap Sun May 1 23:17:58 UTC 2022 2022-05-02 06:59:47 +02:00
xfce Fri Apr 22 21:20:18 UTC 2022 2022-04-23 06:59:44 +02:00
y Thu Feb 10 01:46:55 UTC 2022 2022-02-10 08:07:49 +01:00
buildlist-from-changelog.sh
make_world.sh
README.TXT Wed Feb 2 08:21:48 UTC 2022 2022-02-02 11:59:53 +01:00

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com