Update gimp and deps. — lensfun → 0.3.4,babl → 0.1.116-1,bdwgc → 8.2.10,gegl → 0.4.64-1,gexiv2 → 0.14.6,gimp → 3.2.0-RC1,jasper → 4.2.8,lapack → 3.12.1,libogg → 1.3.6,mailutils → 3.20,py3_cfgv → 3.5.0,py3_twine → 6.2.0,suitesparse → 7.12.1,w3m → 0.5.3+git20230121 (#13512)

* Add unbuilt gimp to updater-gimp-3.2.0

* Adjust version.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gimp deps, add lensfun.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add gegl build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Rebuild babl with vapi.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Rebuild gegl with vapi.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add suitesparse build, reenable vala in gimp build.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update gexiv2 => 0.14.6 from the stable tag.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Cleanup gimp package.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Rebuild gegl.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add x86_64 binaries.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add arm binaries built with GCC 14.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-gimp-3.2.0: Package File Update Run on linux/amd64 container.

* updater-gimp-3.2.0: Package File Update Run on linux/arm/v7 container.

* Add fallback if gitlab package id can not be identified.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Document reason for fallback.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Fix py3_twine, py3_cfgv

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Add verbose pkg message to tools/build_updated_packages.rb

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-11-20 20:04:18 +11:00
committed by GitHub
parent ca1388d474
commit 121723f188
53 changed files with 9730 additions and 8505 deletions

View File

@@ -4,7 +4,7 @@ require 'etc'
require 'open3'
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
CREW_VERSION ||= '1.67.20' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
CREW_VERSION ||= '1.68.0' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
# Kernel architecture.
KERN_ARCH ||= Etc.uname[:machine]
@@ -472,6 +472,7 @@ unless defined?(CREW_ANITYA_PACKAGE_NAME_MAPPINGS)
{ pkg_name: 'selenium_server_standalone', anitya_pkg: 'selenium', comments: '' },
{ pkg_name: 'signal_desktop', anitya_pkg: 'signal', comments: '' },
{ pkg_name: 'smbclient', anitya_pkg: 'samba', comments: '' },
{ pkg_name: 'tcpwrappers', anitya_pkg: 'tcp_wrappers', comments: '' },
{ pkg_name: 'tepl_6', anitya_pkg: 'libgedit-tepl', comments: '' },
{ pkg_name: 'upx', anitya_pkg: 'upx', comments: 'Prefer to GitHub' },
{ pkg_name: 'vidstab', anitya_pkg: 'vid.stab', comments: 'Prefer to GitHub' },

View File

@@ -121,6 +121,12 @@ class PackageUtils
gitlab_binary_pkg_id = `curl -s --location \
"#{CREW_GITLAB_PKG_REPO}?package_type=generic&package_name=#{pkg_name}&package_version=#{pkg_version}_#{pkg_arch}#{'_build' if build}" \
| jq -r ".[] | select(.name==\\"#{pkg_name}\\" and .version==\\"#{pkg_version}_#{pkg_arch}#{'_build' if build}\\") | .id"`.chomp
# Need fallback for complicated versions like in w3m.
if gitlab_binary_pkg_id.blank?
gitlab_binary_pkg_id = `curl -s --location \
"#{CREW_GITLAB_PKG_REPO}?package_type=generic&package_name=#{pkg_name}" \
| jq -r ".[] | select(.name==\\"#{pkg_name}\\" and .version==\\"#{pkg_version}_#{pkg_arch}#{'_build' if build}\\") | .id"`.chomp
end
crewlog "gitlab_binary_pkg_id is #{gitlab_binary_pkg_id}" if verbose
# What is the hash of the gitlab package remote binary file name?
pkg_file_name = `curl -s --location \

View File

@@ -1,4 +1,4 @@
# Total size: 932728
# Total size: 941151
/usr/local/bin/babl
/usr/local/include/babl-0.1/babl/babl-introspect.h
/usr/local/include/babl-0.1/babl/babl-macros.h
@@ -53,3 +53,5 @@
/usr/local/lib/libbabl-0.1.so.0.215.1
/usr/local/lib/pkgconfig/babl-0.1.pc
/usr/local/share/gir-1.0/Babl-0.1.gir
/usr/local/share/vala/vapi/babl-0.1.deps
/usr/local/share/vala/vapi/babl-0.1.vapi

View File

@@ -1,4 +1,4 @@
# Total size: 691619
# Total size: 691951
/usr/local/include/gc.h
/usr/local/include/gc/cord.h
/usr/local/include/gc/cord_pos.h
@@ -25,7 +25,7 @@
/usr/local/lib/libcord.so.1.5.1
/usr/local/lib/libgc.so
/usr/local/lib/libgc.so.1
/usr/local/lib/libgc.so.1.5.4
/usr/local/lib/libgc.so.1.5.5
/usr/local/lib/pkgconfig/bdw-gc.pc
/usr/local/share/doc/gc/AUTHORS
/usr/local/share/doc/gc/README.DGUX386

View File

@@ -1,4 +1,4 @@
# Total size: 11821082
# Total size: 18550609
/usr/local/bin/gegl
/usr/local/bin/gegl-imgcmp
/usr/local/include/gegl-0.4/gegl-apply.h
@@ -114,6 +114,7 @@
/usr/local/lib/gegl-0.4/jpg-load.so
/usr/local/lib/gegl-0.4/jpg-save.so
/usr/local/lib/gegl-0.4/lcms-from-profile.so
/usr/local/lib/gegl-0.4/matting-levin.so
/usr/local/lib/gegl-0.4/npd.so
/usr/local/lib/gegl-0.4/npy-save.so
/usr/local/lib/gegl-0.4/path.so
@@ -124,6 +125,7 @@
/usr/local/lib/gegl-0.4/png-save.so
/usr/local/lib/gegl-0.4/ppm-load.so
/usr/local/lib/gegl-0.4/ppm-save.so
/usr/local/lib/gegl-0.4/raw-load.so
/usr/local/lib/gegl-0.4/rgbe-load.so
/usr/local/lib/gegl-0.4/rgbe-save.so
/usr/local/lib/gegl-0.4/sdl2-display.so
@@ -139,6 +141,7 @@
/usr/local/lib/gegl-0.4/vector-stroke.so
/usr/local/lib/gegl-0.4/webp-load.so
/usr/local/lib/gegl-0.4/webp-save.so
/usr/local/lib/girepository-1.0/Gegl-0.4.typelib
/usr/local/lib/libgegl-0.4.so
/usr/local/lib/libgegl-0.4.so.0
/usr/local/lib/libgegl-0.4.so.0.463.1
@@ -146,6 +149,677 @@
/usr/local/lib/libgegl-sc-0.4.so
/usr/local/lib/pkgconfig/gegl-0.4.pc
/usr/local/lib/pkgconfig/gegl-sc-0.4.pc
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Black.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Black.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BlackItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BlackItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Bold.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Bold.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BoldItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BoldItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Italic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Italic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Medium.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Medium.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-MediumItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-MediumItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Regular.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Regular.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Bold.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Bold.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-BoldItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-BoldItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Italic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Italic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Medium.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Medium.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-MediumItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-MediumItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Regular.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Regular.woff2
/usr/local/share/doc/gegl-0.4/SourceCodePro-It.ttf.woff
/usr/local/share/doc/gegl-0.4/SourceCodePro-Regular.ttf.woff
/usr/local/share/doc/gegl-0.4/SourceCodePro-Semibold.ttf.woff
/usr/local/share/doc/gegl-0.4/callback.FlattenerFunc.html
/usr/local/share/doc/gegl-0.4/callback.LookupFunction.html
/usr/local/share/doc/gegl-0.4/callback.NodeFunction.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeAreaFunc.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeFunc.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeRangeFunc.html
/usr/local/share/doc/gegl-0.4/callback.SamplerGetFun.html
/usr/local/share/doc/gegl-0.4/callback.TileCallback.html
/usr/local/share/doc/gegl-0.4/callback.TileSourceCommand.html
/usr/local/share/doc/gegl-0.4/class.AudioFragment.html
/usr/local/share/doc/gegl-0.4/class.Buffer.html
/usr/local/share/doc/gegl-0.4/class.Color.html
/usr/local/share/doc/gegl-0.4/class.Config.html
/usr/local/share/doc/gegl-0.4/class.Curve.html
/usr/local/share/doc/gegl-0.4/class.MetadataHash.html
/usr/local/share/doc/gegl-0.4/class.MetadataStore.html
/usr/local/share/doc/gegl-0.4/class.Node.html
/usr/local/share/doc/gegl-0.4/class.Operation.html
/usr/local/share/doc/gegl-0.4/class.ParamAudioFragment.html
/usr/local/share/doc/gegl-0.4/class.ParamColor.html
/usr/local/share/doc/gegl-0.4/class.ParamCurve.html
/usr/local/share/doc/gegl-0.4/class.ParamDouble.html
/usr/local/share/doc/gegl-0.4/class.ParamEnum.html
/usr/local/share/doc/gegl-0.4/class.ParamFilePath.html
/usr/local/share/doc/gegl-0.4/class.ParamFormat.html
/usr/local/share/doc/gegl-0.4/class.ParamInt.html
/usr/local/share/doc/gegl-0.4/class.ParamPath.html
/usr/local/share/doc/gegl-0.4/class.ParamSeed.html
/usr/local/share/doc/gegl-0.4/class.ParamString.html
/usr/local/share/doc/gegl-0.4/class.ParamUri.html
/usr/local/share/doc/gegl-0.4/class.Path.html
/usr/local/share/doc/gegl-0.4/class.Processor.html
/usr/local/share/doc/gegl-0.4/class.Stats.html
/usr/local/share/doc/gegl-0.4/class.TileBackend.html
/usr/local/share/doc/gegl-0.4/class.TileHandler.html
/usr/local/share/doc/gegl-0.4/class.TileSource.html
/usr/local/share/doc/gegl-0.4/classes_hierarchy.html
/usr/local/share/doc/gegl-0.4/const.AUTO_ROWSTRIDE.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_LEFT_OF_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_RIGHT_OF_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2_1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2_2.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_3POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_4POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_4POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT0_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT1_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT0_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT0_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1_WIDE.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1_WIDE_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_HEXADECAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_HEXAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_NATIVE.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_OCTAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_QUAD.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_STEREO.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_STEREO_DOWNMIX.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_SURROUND.html
/usr/local/share/doc/gegl-0.4/const.CH_LOW_FREQUENCY.html
/usr/local/share/doc/gegl-0.4/const.CH_LOW_FREQUENCY_2.html
/usr/local/share/doc/gegl-0.4/const.CH_SIDE_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_SIDE_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_STEREO_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_STEREO_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_SURROUND_DIRECT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_SURROUND_DIRECT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_WIDE_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_WIDE_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.FLOAT_EPSILON.html
/usr/local/share/doc/gegl-0.4/const.LOOKUP_MAX_ENTRIES.html
/usr/local/share/doc/gegl-0.4/const.MAJOR_VERSION.html
/usr/local/share/doc/gegl-0.4/const.MAX_AUDIO_CHANNELS.html
/usr/local/share/doc/gegl-0.4/const.MICRO_VERSION.html
/usr/local/share/doc/gegl-0.4/const.MINOR_VERSION.html
/usr/local/share/doc/gegl-0.4/const.PARAM_NO_VALIDATE.html
/usr/local/share/doc/gegl-0.4/ctor.AudioFragment.new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.introspectable_new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.linear_new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.linear_new_from_data.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.new_for_backend.html
/usr/local/share/doc/gegl-0.4/ctor.Color.new.html
/usr/local/share/doc/gegl-0.4/ctor.Curve.new.html
/usr/local/share/doc/gegl-0.4/ctor.Curve.new_default.html
/usr/local/share/doc/gegl-0.4/ctor.Matrix3.new.html
/usr/local/share/doc/gegl-0.4/ctor.MetadataHash.new.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_file.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_serialized.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_xml.html
/usr/local/share/doc/gegl-0.4/ctor.Path.new.html
/usr/local/share/doc/gegl-0.4/ctor.Path.new_from_string.html
/usr/local/share/doc/gegl-0.4/ctor.Random.new.html
/usr/local/share/doc/gegl-0.4/ctor.Random.new_with_seed.html
/usr/local/share/doc/gegl-0.4/ctor.Rectangle.new.html
/usr/local/share/doc/gegl-0.4/enum.AbyssPolicy.html
/usr/local/share/doc/gegl-0.4/enum.BablVariant.html
/usr/local/share/doc/gegl-0.4/enum.CachePolicy.html
/usr/local/share/doc/gegl-0.4/enum.DistanceMetric.html
/usr/local/share/doc/gegl-0.4/enum.DitherMethod.html
/usr/local/share/doc/gegl-0.4/enum.MapFlags.html
/usr/local/share/doc/gegl-0.4/enum.Orientation.html
/usr/local/share/doc/gegl-0.4/enum.RectangleAlignment.html
/usr/local/share/doc/gegl-0.4/enum.ResolutionUnit.html
/usr/local/share/doc/gegl-0.4/enum.SamplerType.html
/usr/local/share/doc/gegl-0.4/enum.SplitStrategy.html
/usr/local/share/doc/gegl-0.4/enum.TileCommand.html
/usr/local/share/doc/gegl-0.4/flags.AccessMode.html
/usr/local/share/doc/gegl-0.4/flags.BlitFlags.html
/usr/local/share/doc/gegl-0.4/flags.PadType.html
/usr/local/share/doc/gegl-0.4/flags.SerializeFlag.html
/usr/local/share/doc/gegl-0.4/fonts.css
/usr/local/share/doc/gegl-0.4/func.FLOAT_EQUAL.html
/usr/local/share/doc/gegl-0.4/func.VALUE_HOLDS_MATRIX3.html
/usr/local/share/doc/gegl-0.4/func.apply_op.html
/usr/local/share/doc/gegl-0.4/func.apply_op_valist.html
/usr/local/share/doc/gegl-0.4/func.babl_variant.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_height.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_pixel_count.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_width.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_x.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_y.html
/usr/local/share/doc/gegl-0.4/func.calloc.html
/usr/local/share/doc/gegl-0.4/func.cl_disable.html
/usr/local/share/doc/gegl-0.4/func.cl_init.html
/usr/local/share/doc/gegl-0.4/func.cl_is_accelerated.html
/usr/local/share/doc/gegl-0.4/func.config.html
/usr/local/share/doc/gegl-0.4/func.create_chain.html
/usr/local/share/doc/gegl-0.4/func.create_chain_argv.html
/usr/local/share/doc/gegl-0.4/func.exit.html
/usr/local/share/doc/gegl-0.4/func.filter_op.html
/usr/local/share/doc/gegl-0.4/func.filter_op_valist.html
/usr/local/share/doc/gegl-0.4/func.format.html
/usr/local/share/doc/gegl-0.4/func.format_get_name.html
/usr/local/share/doc/gegl-0.4/func.free.html
/usr/local/share/doc/gegl-0.4/func.get_option_group.html
/usr/local/share/doc/gegl-0.4/func.get_version.html
/usr/local/share/doc/gegl-0.4/func.graph_dump_outputs.html
/usr/local/share/doc/gegl-0.4/func.graph_dump_request.html
/usr/local/share/doc/gegl-0.4/func.has_operation.html
/usr/local/share/doc/gegl-0.4/func.init.html
/usr/local/share/doc/gegl-0.4/func.is_main_thread.html
/usr/local/share/doc/gegl-0.4/func.list_operations.html
/usr/local/share/doc/gegl-0.4/func.load_module_directory.html
/usr/local/share/doc/gegl-0.4/func.malloc.html
/usr/local/share/doc/gegl-0.4/func.memeq_zero.html
/usr/local/share/doc/gegl-0.4/func.memset_pattern.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute_area.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute_range.html
/usr/local/share/doc/gegl-0.4/func.param_spec_audio_fragment.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color_from_string.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color_get_default.html
/usr/local/share/doc/gegl-0.4/func.param_spec_curve.html
/usr/local/share/doc/gegl-0.4/func.param_spec_double.html
/usr/local/share/doc/gegl-0.4/func.param_spec_enum.html
/usr/local/share/doc/gegl-0.4/func.param_spec_file_path.html
/usr/local/share/doc/gegl-0.4/func.param_spec_format.html
/usr/local/share/doc/gegl-0.4/func.param_spec_get_property_key.html
/usr/local/share/doc/gegl-0.4/func.param_spec_int.html
/usr/local/share/doc/gegl-0.4/func.param_spec_path.html
/usr/local/share/doc/gegl-0.4/func.param_spec_seed.html
/usr/local/share/doc/gegl-0.4/func.param_spec_set_property_key.html
/usr/local/share/doc/gegl-0.4/func.param_spec_string.html
/usr/local/share/doc/gegl-0.4/func.param_spec_uri.html
/usr/local/share/doc/gegl-0.4/func.render_op.html
/usr/local/share/doc/gegl-0.4/func.render_op_valist.html
/usr/local/share/doc/gegl-0.4/func.reset_stats.html
/usr/local/share/doc/gegl-0.4/func.sampler_compute_scale.html
/usr/local/share/doc/gegl-0.4/func.scratch_alloc.html
/usr/local/share/doc/gegl-0.4/func.scratch_alloc0.html
/usr/local/share/doc/gegl-0.4/func.scratch_free.html
/usr/local/share/doc/gegl-0.4/func.scratch_new.html
/usr/local/share/doc/gegl-0.4/func.scratch_new0.html
/usr/local/share/doc/gegl-0.4/func.serialize.html
/usr/local/share/doc/gegl-0.4/func.stats.html
/usr/local/share/doc/gegl-0.4/func.tile_handler_get_source.html
/usr/local/share/doc/gegl-0.4/func.tile_handler_source_command.html
/usr/local/share/doc/gegl-0.4/func.try_malloc.html
/usr/local/share/doc/gegl-0.4/fzy.js
/usr/local/share/doc/gegl-0.4/gegl-0.4.devhelp2
/usr/local/share/doc/gegl-0.4/go-up-symbolic.png
/usr/local/share/doc/gegl-0.4/iface.Metadata.html
/usr/local/share/doc/gegl-0.4/index.html
/usr/local/share/doc/gegl-0.4/index.json
/usr/local/share/doc/gegl-0.4/main.js
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_channel_layout.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_channels.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_max_samples.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_pos.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_sample_count.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_sample_rate.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_channel_layout.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_channels.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_max_samples.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_pos.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_sample_count.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_sample_rate.html
/usr/local/share/doc/gegl-0.4/method.Buffer.add_handler.html
/usr/local/share/doc/gegl-0.4/method.Buffer.clear.html
/usr/local/share/doc/gegl-0.4/method.Buffer.copy.html
/usr/local/share/doc/gegl-0.4/method.Buffer.create_sub_buffer.html
/usr/local/share/doc/gegl-0.4/method.Buffer.dup.html
/usr/local/share/doc/gegl-0.4/method.Buffer.flush.html
/usr/local/share/doc/gegl-0.4/method.Buffer.flush_ext.html
/usr/local/share/doc/gegl-0.4/method.Buffer.freeze_changed.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_abyss.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_extent.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_format.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_tile.html
/usr/local/share/doc/gegl-0.4/method.Buffer.introspectable_get.html
/usr/local/share/doc/gegl-0.4/method.Buffer.introspectable_set.html
/usr/local/share/doc/gegl-0.4/method.Buffer.iterator_new.html
/usr/local/share/doc/gegl-0.4/method.Buffer.linear_close.html
/usr/local/share/doc/gegl-0.4/method.Buffer.linear_open.html
/usr/local/share/doc/gegl-0.4/method.Buffer.remove_handler.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample_at_level.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample_cleanup.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sampler_new.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sampler_new_at_level.html
/usr/local/share/doc/gegl-0.4/method.Buffer.save.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_abyss.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_color.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_color_from_pixel.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_extent.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_format.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_pattern.html
/usr/local/share/doc/gegl-0.4/method.Buffer.share_storage.html
/usr/local/share/doc/gegl-0.4/method.Buffer.signal_connect.html
/usr/local/share/doc/gegl-0.4/method.Buffer.thaw_changed.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.add.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.next.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.stop.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.determinant.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.is_identity.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.is_scale.html
/usr/local/share/doc/gegl-0.4/method.Color.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Color.get_bytes.html
/usr/local/share/doc/gegl-0.4/method.Color.get_cmyk.html
/usr/local/share/doc/gegl-0.4/method.Color.get_components.html
/usr/local/share/doc/gegl-0.4/method.Color.get_format.html
/usr/local/share/doc/gegl-0.4/method.Color.get_hsla.html
/usr/local/share/doc/gegl-0.4/method.Color.get_hsva.html
/usr/local/share/doc/gegl-0.4/method.Color.get_pixel.html
/usr/local/share/doc/gegl-0.4/method.Color.get_rgba.html
/usr/local/share/doc/gegl-0.4/method.Color.get_rgba_with_space.html
/usr/local/share/doc/gegl-0.4/method.Color.set_bytes.html
/usr/local/share/doc/gegl-0.4/method.Color.set_cmyk.html
/usr/local/share/doc/gegl-0.4/method.Color.set_components.html
/usr/local/share/doc/gegl-0.4/method.Color.set_hsla.html
/usr/local/share/doc/gegl-0.4/method.Color.set_hsva.html
/usr/local/share/doc/gegl-0.4/method.Color.set_pixel.html
/usr/local/share/doc/gegl-0.4/method.Color.set_rgba.html
/usr/local/share/doc/gegl-0.4/method.Color.set_rgba_with_space.html
/usr/local/share/doc/gegl-0.4/method.Curve.add_point.html
/usr/local/share/doc/gegl-0.4/method.Curve.calc_value.html
/usr/local/share/doc/gegl-0.4/method.Curve.calc_values.html
/usr/local/share/doc/gegl-0.4/method.Curve.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Curve.get_point.html
/usr/local/share/doc/gegl-0.4/method.Curve.get_y_bounds.html
/usr/local/share/doc/gegl-0.4/method.Curve.num_points.html
/usr/local/share/doc/gegl-0.4/method.Curve.set_point.html
/usr/local/share/doc/gegl-0.4/method.Lookup.free.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.copy.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.copy_into.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.determinant.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.equal.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.identity.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.invert.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_affine.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_identity.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_scale.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_translate.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.multiply.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.originate.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.parse_string.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.round_error.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.to_string.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.transform_point.html
/usr/local/share/doc/gegl-0.4/method.Metadata.get_resolution.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_get_value.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_init.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_lookup.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_next.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_set_value.html
/usr/local/share/doc/gegl-0.4/method.Metadata.register_map.html
/usr/local/share/doc/gegl-0.4/method.Metadata.set_resolution.html
/usr/local/share/doc/gegl-0.4/method.Metadata.unregister_map.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.declare.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_artist.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_comment.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_copyright.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_description.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_disclaimer.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_file_module_name.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_unit.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_x.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_y.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_software.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_source.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_string.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_timestamp.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_title.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_warning.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.has_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.notify.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.register.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_artist.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_comment.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_copyright.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_description.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_disclaimer.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_unit.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_x.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_y.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_software.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_source.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_string.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_timestamp.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_title.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_warning.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.typeof_value.html
/usr/local/share/doc/gegl-0.4/method.Node.add_child.html
/usr/local/share/doc/gegl-0.4/method.Node.blit.html
/usr/local/share/doc/gegl-0.4/method.Node.blit_buffer.html
/usr/local/share/doc/gegl-0.4/method.Node.connect.html
/usr/local/share/doc/gegl-0.4/method.Node.connect_from.html
/usr/local/share/doc/gegl-0.4/method.Node.connect_to.html
/usr/local/share/doc/gegl-0.4/method.Node.create_child.html
/usr/local/share/doc/gegl-0.4/method.Node.detect.html
/usr/local/share/doc/gegl-0.4/method.Node.disconnect.html
/usr/local/share/doc/gegl-0.4/method.Node.find_property.html
/usr/local/share/doc/gegl-0.4/method.Node.get.html
/usr/local/share/doc/gegl-0.4/method.Node.get_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Node.get_children.html
/usr/local/share/doc/gegl-0.4/method.Node.get_consumers.html
/usr/local/share/doc/gegl-0.4/method.Node.get_gegl_operation.html
/usr/local/share/doc/gegl-0.4/method.Node.get_input_proxy.html
/usr/local/share/doc/gegl-0.4/method.Node.get_operation.html
/usr/local/share/doc/gegl-0.4/method.Node.get_output_proxy.html
/usr/local/share/doc/gegl-0.4/method.Node.get_pad_description.html
/usr/local/share/doc/gegl-0.4/method.Node.get_pad_label.html
/usr/local/share/doc/gegl-0.4/method.Node.get_parent.html
/usr/local/share/doc/gegl-0.4/method.Node.get_passthrough.html
/usr/local/share/doc/gegl-0.4/method.Node.get_producer.html
/usr/local/share/doc/gegl-0.4/method.Node.get_property.html
/usr/local/share/doc/gegl-0.4/method.Node.get_valist.html
/usr/local/share/doc/gegl-0.4/method.Node.has_pad.html
/usr/local/share/doc/gegl-0.4/method.Node.introspectable_get_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Node.introspectable_get_property.html
/usr/local/share/doc/gegl-0.4/method.Node.is_graph.html
/usr/local/share/doc/gegl-0.4/method.Node.link.html
/usr/local/share/doc/gegl-0.4/method.Node.link_many.html
/usr/local/share/doc/gegl-0.4/method.Node.list_input_pads.html
/usr/local/share/doc/gegl-0.4/method.Node.list_output_pads.html
/usr/local/share/doc/gegl-0.4/method.Node.new_child.html
/usr/local/share/doc/gegl-0.4/method.Node.new_processor.html
/usr/local/share/doc/gegl-0.4/method.Node.process.html
/usr/local/share/doc/gegl-0.4/method.Node.progress.html
/usr/local/share/doc/gegl-0.4/method.Node.remove_child.html
/usr/local/share/doc/gegl-0.4/method.Node.set.html
/usr/local/share/doc/gegl-0.4/method.Node.set_enum_as_string.html
/usr/local/share/doc/gegl-0.4/method.Node.set_passthrough.html
/usr/local/share/doc/gegl-0.4/method.Node.set_property.html
/usr/local/share/doc/gegl-0.4/method.Node.set_time.html
/usr/local/share/doc/gegl-0.4/method.Node.set_valist.html
/usr/local/share/doc/gegl-0.4/method.Node.to_xml.html
/usr/local/share/doc/gegl-0.4/method.Node.to_xml_full.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecDouble.set_digits.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecDouble.set_steps.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecEnum.exclude_value.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecInt.set_steps.html
/usr/local/share/doc/gegl-0.4/method.Path.append.html
/usr/local/share/doc/gegl-0.4/method.Path.calc.html
/usr/local/share/doc/gegl-0.4/method.Path.calc_values.html
/usr/local/share/doc/gegl-0.4/method.Path.calc_y_for_x.html
/usr/local/share/doc/gegl-0.4/method.Path.clear.html
/usr/local/share/doc/gegl-0.4/method.Path.closest_point.html
/usr/local/share/doc/gegl-0.4/method.Path.dirty.html
/usr/local/share/doc/gegl-0.4/method.Path.foreach.html
/usr/local/share/doc/gegl-0.4/method.Path.foreach_flat.html
/usr/local/share/doc/gegl-0.4/method.Path.freeze.html
/usr/local/share/doc/gegl-0.4/method.Path.get_bounds.html
/usr/local/share/doc/gegl-0.4/method.Path.get_flat_path.html
/usr/local/share/doc/gegl-0.4/method.Path.get_length.html
/usr/local/share/doc/gegl-0.4/method.Path.get_matrix.html
/usr/local/share/doc/gegl-0.4/method.Path.get_n_nodes.html
/usr/local/share/doc/gegl-0.4/method.Path.get_node.html
/usr/local/share/doc/gegl-0.4/method.Path.get_path.html
/usr/local/share/doc/gegl-0.4/method.Path.insert_node.html
/usr/local/share/doc/gegl-0.4/method.Path.is_empty.html
/usr/local/share/doc/gegl-0.4/method.Path.parse_string.html
/usr/local/share/doc/gegl-0.4/method.Path.remove_node.html
/usr/local/share/doc/gegl-0.4/method.Path.replace_node.html
/usr/local/share/doc/gegl-0.4/method.Path.set_matrix.html
/usr/local/share/doc/gegl-0.4/method.Path.thaw.html
/usr/local/share/doc/gegl-0.4/method.Path.to_string.html
/usr/local/share/doc/gegl-0.4/method.PathList.append.html
/usr/local/share/doc/gegl-0.4/method.PathList.destroy.html
/usr/local/share/doc/gegl-0.4/method.PathPoint.dist.html
/usr/local/share/doc/gegl-0.4/method.PathPoint.lerp.html
/usr/local/share/doc/gegl-0.4/method.Processor.get_buffer.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_level.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_rectangle.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_scale.html
/usr/local/share/doc/gegl-0.4/method.Processor.work.html
/usr/local/share/doc/gegl-0.4/method.Random.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Random.float.html
/usr/local/share/doc/gegl-0.4/method.Random.float_range.html
/usr/local/share/doc/gegl-0.4/method.Random.free.html
/usr/local/share/doc/gegl-0.4/method.Random.int.html
/usr/local/share/doc/gegl-0.4/method.Random.int_range.html
/usr/local/share/doc/gegl-0.4/method.Random.set_seed.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.align.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.align_to_buffer.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.contains.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.copy.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.dump.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.dup.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.equal.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.equal_coords.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.intersect.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.is_empty.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.is_infinite_plane.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.set.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.subtract.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.subtract_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.xor.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get_context_rect.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get_fun.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.command.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_extent.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_flush_on_destroy.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_format.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_height.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_size.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_width.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.peek_storage.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.set_extent.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.set_flush_on_destroy.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.create_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.damage_rect.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.damage_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.dup_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.get_source_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.get_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.lock.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.set_source.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.unlock.html
/usr/local/share/doc/gegl-0.4/property.AudioFragment.string.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-y.html
/usr/local/share/doc/gegl-0.4/property.Buffer.backend.html
/usr/local/share/doc/gegl-0.4/property.Buffer.format.html
/usr/local/share/doc/gegl-0.4/property.Buffer.height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.initialized.html
/usr/local/share/doc/gegl-0.4/property.Buffer.path.html
/usr/local/share/doc/gegl-0.4/property.Buffer.pixels.html
/usr/local/share/doc/gegl-0.4/property.Buffer.px-size.html
/usr/local/share/doc/gegl-0.4/property.Buffer.shift-x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.shift-y.html
/usr/local/share/doc/gegl-0.4/property.Buffer.tile-height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.tile-width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.y.html
/usr/local/share/doc/gegl-0.4/property.Color.string.html
/usr/local/share/doc/gegl-0.4/property.Config.application-license.html
/usr/local/share/doc/gegl-0.4/property.Config.chunk-size.html
/usr/local/share/doc/gegl-0.4/property.Config.mipmap-rendering.html
/usr/local/share/doc/gegl-0.4/property.Config.quality.html
/usr/local/share/doc/gegl-0.4/property.Config.queue-size.html
/usr/local/share/doc/gegl-0.4/property.Config.swap-compression.html
/usr/local/share/doc/gegl-0.4/property.Config.swap.html
/usr/local/share/doc/gegl-0.4/property.Config.threads.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-cache-size.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-height.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-width.html
/usr/local/share/doc/gegl-0.4/property.Config.use-opencl.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.artist.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.comment.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.copyright.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.description.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.disclaimer.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.file-module-name.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-unit.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-x.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-y.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.software.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.source.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.timestamp.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.title.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.warning.html
/usr/local/share/doc/gegl-0.4/property.Node.cache-policy.html
/usr/local/share/doc/gegl-0.4/property.Node.dont-cache.html
/usr/local/share/doc/gegl-0.4/property.Node.gegl-operation.html
/usr/local/share/doc/gegl-0.4/property.Node.name.html
/usr/local/share/doc/gegl-0.4/property.Node.operation.html
/usr/local/share/doc/gegl-0.4/property.Node.passthrough.html
/usr/local/share/doc/gegl-0.4/property.Node.use-opencl.html
/usr/local/share/doc/gegl-0.4/property.Processor.chunksize.html
/usr/local/share/doc/gegl-0.4/property.Processor.node.html
/usr/local/share/doc/gegl-0.4/property.Processor.progress.html
/usr/local/share/doc/gegl-0.4/property.Processor.rectangle.html
/usr/local/share/doc/gegl-0.4/property.Stats.active-threads.html
/usr/local/share/doc/gegl-0.4/property.Stats.assigned-threads.html
/usr/local/share/doc/gegl-0.4/property.Stats.scratch-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-busy.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-file-size.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queue-full.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queue-stalls.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queued-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-read-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-reading.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-total-uncompressed.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-write-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-writing.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-alloc-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-hits.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-misses.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total-max.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total-uncompressed.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.zoom-total.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.flush-on-destroy.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.format.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.px-size.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-height.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-size.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-width.html
/usr/local/share/doc/gegl-0.4/property.TileHandler.source.html
/usr/local/share/doc/gegl-0.4/search.js
/usr/local/share/doc/gegl-0.4/signal.Buffer.changed.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.changed.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.generate-value.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.mapped.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.parse-value.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.unmapped.html
/usr/local/share/doc/gegl-0.4/signal.Node.computed.html
/usr/local/share/doc/gegl-0.4/signal.Node.invalidated.html
/usr/local/share/doc/gegl-0.4/signal.Node.progress.html
/usr/local/share/doc/gegl-0.4/signal.Path.changed.html
/usr/local/share/doc/gegl-0.4/solarized-dark.css
/usr/local/share/doc/gegl-0.4/solarized-light.css
/usr/local/share/doc/gegl-0.4/struct.BufferIterator.html
/usr/local/share/doc/gegl-0.4/struct.BufferIteratorItem.html
/usr/local/share/doc/gegl-0.4/struct.BufferIteratorPriv.html
/usr/local/share/doc/gegl-0.4/struct.BufferMatrix2.html
/usr/local/share/doc/gegl-0.4/struct.Lookup.html
/usr/local/share/doc/gegl-0.4/struct.Matrix3.html
/usr/local/share/doc/gegl-0.4/struct.MetadataIter.html
/usr/local/share/doc/gegl-0.4/struct.MetadataMap.html
/usr/local/share/doc/gegl-0.4/struct.OperationContext.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecDouble.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecEnum.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecFilePath.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecFormat.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecInt.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecSeed.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecString.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecUri.html
/usr/local/share/doc/gegl-0.4/struct.PathItem.html
/usr/local/share/doc/gegl-0.4/struct.PathList.html
/usr/local/share/doc/gegl-0.4/struct.PathPoint.html
/usr/local/share/doc/gegl-0.4/struct.Random.html
/usr/local/share/doc/gegl-0.4/struct.Rectangle.html
/usr/local/share/doc/gegl-0.4/struct.Sampler.html
/usr/local/share/doc/gegl-0.4/struct.Tile.html
/usr/local/share/doc/gegl-0.4/struct.TileCopyParams.html
/usr/local/share/doc/gegl-0.4/style.css
/usr/local/share/doc/gegl-0.4/type_func.Buffer.load.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.open.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_create_file.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_has_file.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_remove_file.html
/usr/local/share/doc/gegl-0.4/type_func.BufferIterator.empty_new.html
/usr/local/share/doc/gegl-0.4/type_func.Lookup.new.html
/usr/local/share/doc/gegl-0.4/type_func.Lookup.new_full.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.find_property.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_key.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_op_version.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_property_key.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_keys.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_properties.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_property_keys.html
/usr/local/share/doc/gegl-0.4/type_func.Path.add_flattener.html
/usr/local/share/doc/gegl-0.4/type_func.Path.add_type.html
/usr/local/share/doc/gegl-0.4/type_func.Rectangle.infinite_plane.html
/usr/local/share/doc/gegl-0.4/type_func.TileBackend.unlink_swap.html
/usr/local/share/doc/gegl-0.4/urlmap.js
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.get_resolution.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_get_value.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_init.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_lookup.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_next.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_set_value.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.register_map.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.set_resolution.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore._declare.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore._get_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.generate_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.has_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.parse_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.pspec.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.register_hook.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.set_value.html
/usr/local/share/gegl-0.4/lua/cairo.lua
/usr/local/share/gegl-0.4/lua/cairo_h.lua
/usr/local/share/gegl-0.4/lua/gegl_box-blur.lua
@@ -170,6 +844,7 @@
/usr/local/share/gegl-0.4/lua/mrl.lua
/usr/local/share/gegl-0.4/lua/preferences.lua
/usr/local/share/gegl-0.4/lua/viewer.lua
/usr/local/share/gir-1.0/Gegl-0.4.gir
/usr/local/share/locale/bg/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/bs/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/ca/LC_MESSAGES/gegl-0.4.mo
@@ -209,3 +884,5 @@
/usr/local/share/locale/tr/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/uk/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/vala/vapi/gegl-0.4.deps
/usr/local/share/vala/vapi/gegl-0.4.vapi

View File

@@ -1,4 +1,4 @@
# Total size: 507857
# Total size: 514908
/usr/local/include/gexiv2/gexiv2-enums.h
/usr/local/include/gexiv2/gexiv2-log.h
/usr/local/include/gexiv2/gexiv2-managed-stream.h
@@ -11,10 +11,10 @@
/usr/local/lib/girepository-1.0/GExiv2-0.10.typelib
/usr/local/lib/libgexiv2.so
/usr/local/lib/libgexiv2.so.2
/usr/local/lib/libgexiv2.so.2.14.2
/usr/local/lib/libgexiv2.so.2.14.6
/usr/local/lib/pkgconfig/gexiv2.pc
/usr/local/lib/python3.12/site-packages/gi/overrides/GExiv2.py
/usr/local/lib/python3.12/site-packages/gi/overrides/__pycache__/GExiv2.cpython-312.pyc
/usr/local/lib/python3.13/site-packages/gi/overrides/GExiv2.py
/usr/local/lib/python3.13/site-packages/gi/overrides/__pycache__/GExiv2.cpython-313.pyc
/usr/local/share/gir-1.0/GExiv2-0.10.gir
/usr/local/share/vala/vapi/gexiv2.deps
/usr/local/share/vala/vapi/gexiv2.vapi

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
# Total size: 832452
# Total size: 601637
/usr/local/bin/imgcmp
/usr/local/bin/imginfo
/usr/local/bin/jasper
@@ -27,11 +27,11 @@
/usr/local/include/jasper/jas_version.h
/usr/local/include/jasper/jasper.h
/usr/local/lib/libjasper.so
/usr/local/lib/libjasper.so.6
/usr/local/lib/libjasper.so.6.0.0
/usr/local/lib/libjasper.so.7
/usr/local/lib/libjasper.so.7.0.0
/usr/local/lib/pkgconfig/jasper.pc
/usr/local/share/doc/JasPer/README.md
/usr/local/share/man/man1/imgcmp.1.gz
/usr/local/share/man/man1/imginfo.1.gz
/usr/local/share/man/man1/jasper.1.gz
/usr/local/share/man/man1/jiv.1.gz
/usr/local/share/man/man1/imgcmp.1.zst
/usr/local/share/man/man1/imginfo.1.zst
/usr/local/share/man/man1/jasper.1.zst
/usr/local/share/man/man1/jiv.1.zst

View File

@@ -1,13 +1,13 @@
# Total size: 5042696
/usr/local/lib/cmake/lapack-3.11.0/lapack-config-version.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-config.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-targets-release.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-targets.cmake
# Total size: 14114122
/usr/local/lib/cmake/lapack-3.12.0/lapack-config-version.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-config.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-targets-release.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-targets.cmake
/usr/local/lib/libblas.so
/usr/local/lib/libblas.so.3
/usr/local/lib/libblas.so.3.11.0
/usr/local/lib/libblas.so.3.12.0
/usr/local/lib/liblapack.so
/usr/local/lib/liblapack.so.3
/usr/local/lib/liblapack.so.3.11.0
/usr/local/lib/liblapack.so.3.12.0
/usr/local/lib/pkgconfig/blas.pc
/usr/local/lib/pkgconfig/lapack.pc

View File

@@ -0,0 +1,71 @@
# Total size: 4460490
/usr/local/bin/g-lensfun-update-data
/usr/local/bin/lensfun-add-adapter
/usr/local/bin/lensfun-update-data
/usr/local/include/lensfun/lensfun.h
/usr/local/lib/liblensfun.so
/usr/local/lib/liblensfun.so.0.3.4
/usr/local/lib/liblensfun.so.1
/usr/local/lib/pkgconfig/lensfun.pc
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/PKG-INFO
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/SOURCES.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/dependency_links.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/top_level.txt
/usr/local/lib/python3.13/site-packages/lensfun/__init__.py
/usr/local/lib/python3.13/site-packages/lensfun/__pycache__/__init__.cpython-313.pyc
/usr/local/share/lensfun/version_1/6x6.xml
/usr/local/share/lensfun/version_1/actioncams.xml
/usr/local/share/lensfun/version_1/compact-canon.xml
/usr/local/share/lensfun/version_1/compact-casio.xml
/usr/local/share/lensfun/version_1/compact-fujifilm.xml
/usr/local/share/lensfun/version_1/compact-kodak.xml
/usr/local/share/lensfun/version_1/compact-konica-minolta.xml
/usr/local/share/lensfun/version_1/compact-leica.xml
/usr/local/share/lensfun/version_1/compact-nikon.xml
/usr/local/share/lensfun/version_1/compact-olympus.xml
/usr/local/share/lensfun/version_1/compact-panasonic.xml
/usr/local/share/lensfun/version_1/compact-pentax.xml
/usr/local/share/lensfun/version_1/compact-ricoh.xml
/usr/local/share/lensfun/version_1/compact-samsung.xml
/usr/local/share/lensfun/version_1/compact-sigma.xml
/usr/local/share/lensfun/version_1/compact-sony.xml
/usr/local/share/lensfun/version_1/contax.xml
/usr/local/share/lensfun/version_1/generic.xml
/usr/local/share/lensfun/version_1/mil-canon.xml
/usr/local/share/lensfun/version_1/mil-fujifilm.xml
/usr/local/share/lensfun/version_1/mil-leica.xml
/usr/local/share/lensfun/version_1/mil-nikon.xml
/usr/local/share/lensfun/version_1/mil-olympus.xml
/usr/local/share/lensfun/version_1/mil-panasonic.xml
/usr/local/share/lensfun/version_1/mil-pentax.xml
/usr/local/share/lensfun/version_1/mil-samsung.xml
/usr/local/share/lensfun/version_1/mil-samyang.xml
/usr/local/share/lensfun/version_1/mil-sigma.xml
/usr/local/share/lensfun/version_1/mil-sony.xml
/usr/local/share/lensfun/version_1/mil-tamron.xml
/usr/local/share/lensfun/version_1/mil-tokina.xml
/usr/local/share/lensfun/version_1/mil-zeiss.xml
/usr/local/share/lensfun/version_1/misc.xml
/usr/local/share/lensfun/version_1/om-system.xml
/usr/local/share/lensfun/version_1/rf-leica.xml
/usr/local/share/lensfun/version_1/slr-canon.xml
/usr/local/share/lensfun/version_1/slr-hasselblad.xml
/usr/local/share/lensfun/version_1/slr-konica-minolta.xml
/usr/local/share/lensfun/version_1/slr-leica.xml
/usr/local/share/lensfun/version_1/slr-nikon.xml
/usr/local/share/lensfun/version_1/slr-olympus.xml
/usr/local/share/lensfun/version_1/slr-panasonic.xml
/usr/local/share/lensfun/version_1/slr-pentax.xml
/usr/local/share/lensfun/version_1/slr-ricoh.xml
/usr/local/share/lensfun/version_1/slr-samsung.xml
/usr/local/share/lensfun/version_1/slr-samyang.xml
/usr/local/share/lensfun/version_1/slr-schneider.xml
/usr/local/share/lensfun/version_1/slr-sigma.xml
/usr/local/share/lensfun/version_1/slr-soligor.xml
/usr/local/share/lensfun/version_1/slr-sony.xml
/usr/local/share/lensfun/version_1/slr-tamron.xml
/usr/local/share/lensfun/version_1/slr-tokina.xml
/usr/local/share/lensfun/version_1/slr-ussr.xml
/usr/local/share/lensfun/version_1/slr-vivitar.xml
/usr/local/share/lensfun/version_1/slr-zeiss.xml
/usr/local/share/lensfun/version_1/timestamp.txt

View File

@@ -1,94 +1,12 @@
# Total size: 570023
# Total size: 46797
/usr/local/include/ogg/config_types.h
/usr/local/include/ogg/ogg.h
/usr/local/include/ogg/os_types.h
/usr/local/lib/libogg.a
/usr/local/lib/libogg.la
/usr/local/lib/cmake/Ogg/OggConfig.cmake
/usr/local/lib/cmake/Ogg/OggConfigVersion.cmake
/usr/local/lib/cmake/Ogg/OggTargets-release.cmake
/usr/local/lib/cmake/Ogg/OggTargets.cmake
/usr/local/lib/libogg.so
/usr/local/lib/libogg.so.0
/usr/local/lib/libogg.so.0.8.5
/usr/local/lib/libogg.so.0.8.6
/usr/local/lib/pkgconfig/ogg.pc
/usr/local/share/aclocal/ogg.m4
/usr/local/share/doc/libogg/fish_xiph_org.png
/usr/local/share/doc/libogg/framing.html
/usr/local/share/doc/libogg/index.html
/usr/local/share/doc/libogg/libogg/bitpacking.html
/usr/local/share/doc/libogg/libogg/datastructures.html
/usr/local/share/doc/libogg/libogg/decoding.html
/usr/local/share/doc/libogg/libogg/encoding.html
/usr/local/share/doc/libogg/libogg/general.html
/usr/local/share/doc/libogg/libogg/index.html
/usr/local/share/doc/libogg/libogg/ogg_iovec_t.html
/usr/local/share/doc/libogg/libogg/ogg_packet.html
/usr/local/share/doc/libogg/libogg/ogg_packet_clear.html
/usr/local/share/doc/libogg/libogg/ogg_page.html
/usr/local/share/doc/libogg/libogg/ogg_page_bos.html
/usr/local/share/doc/libogg/libogg/ogg_page_checksum_set.html
/usr/local/share/doc/libogg/libogg/ogg_page_continued.html
/usr/local/share/doc/libogg/libogg/ogg_page_eos.html
/usr/local/share/doc/libogg/libogg/ogg_page_granulepos.html
/usr/local/share/doc/libogg/libogg/ogg_page_packets.html
/usr/local/share/doc/libogg/libogg/ogg_page_pageno.html
/usr/local/share/doc/libogg/libogg/ogg_page_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_page_version.html
/usr/local/share/doc/libogg/libogg/ogg_stream_check.html
/usr/local/share/doc/libogg/libogg/ogg_stream_clear.html
/usr/local/share/doc/libogg/libogg/ogg_stream_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_stream_eos.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_init.html
/usr/local/share/doc/libogg/libogg/ogg_stream_iovecin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pagein.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_stream_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_buffer.html
/usr/local/share/doc/libogg/libogg/ogg_sync_check.html
/usr/local/share/doc/libogg/libogg/ogg_sync_clear.html
/usr/local/share/doc/libogg/libogg/ogg_sync_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_sync_init.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageseek.html
/usr/local/share/doc/libogg/libogg/ogg_sync_reset.html
/usr/local/share/doc/libogg/libogg/ogg_sync_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_wrote.html
/usr/local/share/doc/libogg/libogg/oggpack_adv.html
/usr/local/share/doc/libogg/libogg/oggpack_adv1.html
/usr/local/share/doc/libogg/libogg/oggpack_bits.html
/usr/local/share/doc/libogg/libogg/oggpack_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_bytes.html
/usr/local/share/doc/libogg/libogg/oggpack_get_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_look.html
/usr/local/share/doc/libogg/libogg/oggpack_look1.html
/usr/local/share/doc/libogg/libogg/oggpack_read.html
/usr/local/share/doc/libogg/libogg/oggpack_read1.html
/usr/local/share/doc/libogg/libogg/oggpack_readinit.html
/usr/local/share/doc/libogg/libogg/oggpack_reset.html
/usr/local/share/doc/libogg/libogg/oggpack_write.html
/usr/local/share/doc/libogg/libogg/oggpack_writealign.html
/usr/local/share/doc/libogg/libogg/oggpack_writecheck.html
/usr/local/share/doc/libogg/libogg/oggpack_writeclear.html
/usr/local/share/doc/libogg/libogg/oggpack_writecopy.html
/usr/local/share/doc/libogg/libogg/oggpack_writeinit.html
/usr/local/share/doc/libogg/libogg/oggpack_writetrunc.html
/usr/local/share/doc/libogg/libogg/overview.html
/usr/local/share/doc/libogg/libogg/reference.html
/usr/local/share/doc/libogg/libogg/style.css
/usr/local/share/doc/libogg/multiplex1.png
/usr/local/share/doc/libogg/ogg-multiplex.html
/usr/local/share/doc/libogg/oggstream.html
/usr/local/share/doc/libogg/packets.png
/usr/local/share/doc/libogg/pages.png
/usr/local/share/doc/libogg/rfc3533.txt
/usr/local/share/doc/libogg/rfc5334.txt
/usr/local/share/doc/libogg/skeleton.html
/usr/local/share/doc/libogg/stream.png
/usr/local/share/doc/libogg/vorbisword2.png
/usr/local/share/doc/libogg/white-ogg.png
/usr/local/share/doc/libogg/white-xifish.png

View File

@@ -1,4 +1,4 @@
# Total size: 223348
# Total size: 147616
/usr/local/include/bezctx.h
/usr/local/include/spiro.h
/usr/local/include/spiroentrypoints.h

View File

@@ -1,4 +1,4 @@
# Total size: 21391197
# Total size: 26338695
/usr/local/bin/decodemail
/usr/local/bin/dotlock
/usr/local/bin/frm
@@ -91,6 +91,7 @@
/usr/local/include/mailutils/message.h
/usr/local/include/mailutils/mh.h
/usr/local/include/mailutils/mime.h
/usr/local/include/mailutils/mimetypes.h
/usr/local/include/mailutils/monitor.h
/usr/local/include/mailutils/msgset.h
/usr/local/include/mailutils/mu_auth.h
@@ -146,6 +147,7 @@
/usr/local/include/mailutils/sys/message.h
/usr/local/include/mailutils/sys/message_stream.h
/usr/local/include/mailutils/sys/mime.h
/usr/local/include/mailutils/sys/mimetypes.h
/usr/local/include/mailutils/sys/monitor.h
/usr/local/include/mailutils/sys/msgset.h
/usr/local/include/mailutils/sys/nullstream.h
@@ -177,68 +179,68 @@
/usr/local/lib/libmailutils.a
/usr/local/lib/libmailutils.la
/usr/local/lib/libmailutils.so
/usr/local/lib/libmailutils.so.8
/usr/local/lib/libmailutils.so.8.0.0
/usr/local/lib/libmailutils.so.9
/usr/local/lib/libmailutils.so.9.0.0
/usr/local/lib/libmu_auth.a
/usr/local/lib/libmu_auth.la
/usr/local/lib/libmu_auth.so
/usr/local/lib/libmu_auth.so.8
/usr/local/lib/libmu_auth.so.8.0.0
/usr/local/lib/libmu_auth.so.9
/usr/local/lib/libmu_auth.so.9.0.0
/usr/local/lib/libmu_dbm.a
/usr/local/lib/libmu_dbm.la
/usr/local/lib/libmu_dbm.so
/usr/local/lib/libmu_dbm.so.8
/usr/local/lib/libmu_dbm.so.8.0.0
/usr/local/lib/libmu_dbm.so.9
/usr/local/lib/libmu_dbm.so.9.0.0
/usr/local/lib/libmu_dotmail.a
/usr/local/lib/libmu_dotmail.la
/usr/local/lib/libmu_dotmail.so
/usr/local/lib/libmu_dotmail.so.8
/usr/local/lib/libmu_dotmail.so.8.0.0
/usr/local/lib/libmu_dotmail.so.9
/usr/local/lib/libmu_dotmail.so.9.0.0
/usr/local/lib/libmu_imap.a
/usr/local/lib/libmu_imap.la
/usr/local/lib/libmu_imap.so
/usr/local/lib/libmu_imap.so.8
/usr/local/lib/libmu_imap.so.8.0.0
/usr/local/lib/libmu_imap.so.9
/usr/local/lib/libmu_imap.so.9.0.0
/usr/local/lib/libmu_maildir.a
/usr/local/lib/libmu_maildir.la
/usr/local/lib/libmu_maildir.so
/usr/local/lib/libmu_maildir.so.8
/usr/local/lib/libmu_maildir.so.8.0.0
/usr/local/lib/libmu_maildir.so.9
/usr/local/lib/libmu_maildir.so.9.0.0
/usr/local/lib/libmu_mailer.a
/usr/local/lib/libmu_mailer.la
/usr/local/lib/libmu_mailer.so
/usr/local/lib/libmu_mailer.so.8
/usr/local/lib/libmu_mailer.so.8.0.0
/usr/local/lib/libmu_mailer.so.9
/usr/local/lib/libmu_mailer.so.9.0.0
/usr/local/lib/libmu_mbox.a
/usr/local/lib/libmu_mbox.la
/usr/local/lib/libmu_mbox.so
/usr/local/lib/libmu_mbox.so.8
/usr/local/lib/libmu_mbox.so.8.0.0
/usr/local/lib/libmu_mbox.so.9
/usr/local/lib/libmu_mbox.so.9.0.0
/usr/local/lib/libmu_mh.a
/usr/local/lib/libmu_mh.la
/usr/local/lib/libmu_mh.so
/usr/local/lib/libmu_mh.so.8
/usr/local/lib/libmu_mh.so.8.0.0
/usr/local/lib/libmu_mh.so.9
/usr/local/lib/libmu_mh.so.9.0.0
/usr/local/lib/libmu_pop.a
/usr/local/lib/libmu_pop.la
/usr/local/lib/libmu_pop.so
/usr/local/lib/libmu_pop.so.8
/usr/local/lib/libmu_pop.so.8.0.0
/usr/local/lib/libmu_pop.so.9
/usr/local/lib/libmu_pop.so.9.0.0
/usr/local/lib/libmu_py.a
/usr/local/lib/libmu_py.la
/usr/local/lib/libmu_py.so
/usr/local/lib/libmu_py.so.8
/usr/local/lib/libmu_py.so.8.0.0
/usr/local/lib/libmu_py.so.9
/usr/local/lib/libmu_py.so.9.0.0
/usr/local/lib/libmu_sieve.a
/usr/local/lib/libmu_sieve.la
/usr/local/lib/libmu_sieve.so
/usr/local/lib/libmu_sieve.so.8
/usr/local/lib/libmu_sieve.so.8.0.0
/usr/local/lib/libmu_sieve.so.9
/usr/local/lib/libmu_sieve.so.9.0.0
/usr/local/lib/libmuaux.a
/usr/local/lib/libmuaux.la
/usr/local/lib/libmuaux.so
/usr/local/lib/libmuaux.so.8
/usr/local/lib/libmuaux.so.8.0.0
/usr/local/lib/libmuaux.so.9
/usr/local/lib/libmuaux.so.9.0.0
/usr/local/lib/mailutils/editheader.a
/usr/local/lib/mailutils/editheader.la
/usr/local/lib/mailutils/editheader.so
@@ -260,78 +262,103 @@
/usr/local/lib/mailutils/timestamp.a
/usr/local/lib/mailutils/timestamp.la
/usr/local/lib/mailutils/timestamp.so
/usr/local/lib/mailutils/uidnew.a
/usr/local/lib/mailutils/uidnew.la
/usr/local/lib/mailutils/uidnew.so
/usr/local/lib/mailutils/vacation.a
/usr/local/lib/mailutils/vacation.la
/usr/local/lib/mailutils/vacation.so
/usr/local/lib/python3.10/site-packages/mailutils/__init__.py
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/__init__.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/address.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/address.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/attribute.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/attribute.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/auth.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/auth.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/body.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/body.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/envelope.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/envelope.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/error.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/error.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/filter.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/filter.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/folder.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/folder.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/header.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/header.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailbox.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailbox.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailcap.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailcap.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailer.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailer.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/message.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/message.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mime.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mime.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/nls.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/nls.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/registrar.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/registrar.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/secret.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/secret.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/sieve.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/sieve.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/stream.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/stream.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/url.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/url.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/util.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/util.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/address.py
/usr/local/lib/python3.10/site-packages/mailutils/attribute.py
/usr/local/lib/python3.10/site-packages/mailutils/auth.py
/usr/local/lib/python3.10/site-packages/mailutils/body.py
/usr/local/lib/python3.10/site-packages/mailutils/c_api.a
/usr/local/lib/python3.10/site-packages/mailutils/c_api.la
/usr/local/lib/python3.10/site-packages/mailutils/c_api.so
/usr/local/lib/python3.10/site-packages/mailutils/envelope.py
/usr/local/lib/python3.10/site-packages/mailutils/error.py
/usr/local/lib/python3.10/site-packages/mailutils/filter.py
/usr/local/lib/python3.10/site-packages/mailutils/folder.py
/usr/local/lib/python3.10/site-packages/mailutils/header.py
/usr/local/lib/python3.10/site-packages/mailutils/mailbox.py
/usr/local/lib/python3.10/site-packages/mailutils/mailcap.py
/usr/local/lib/python3.10/site-packages/mailutils/mailer.py
/usr/local/lib/python3.10/site-packages/mailutils/message.py
/usr/local/lib/python3.10/site-packages/mailutils/mime.py
/usr/local/lib/python3.10/site-packages/mailutils/nls.py
/usr/local/lib/python3.10/site-packages/mailutils/registrar.py
/usr/local/lib/python3.10/site-packages/mailutils/secret.py
/usr/local/lib/python3.10/site-packages/mailutils/sieve.py
/usr/local/lib/python3.10/site-packages/mailutils/stream.py
/usr/local/lib/python3.10/site-packages/mailutils/url.py
/usr/local/lib/python3.10/site-packages/mailutils/util.py
/usr/local/lib/python3.13/site-packages/mailutils/__init__.py
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/address.py
/usr/local/lib/python3.13/site-packages/mailutils/attribute.py
/usr/local/lib/python3.13/site-packages/mailutils/auth.py
/usr/local/lib/python3.13/site-packages/mailutils/body.py
/usr/local/lib/python3.13/site-packages/mailutils/c_api.a
/usr/local/lib/python3.13/site-packages/mailutils/c_api.la
/usr/local/lib/python3.13/site-packages/mailutils/c_api.so
/usr/local/lib/python3.13/site-packages/mailutils/envelope.py
/usr/local/lib/python3.13/site-packages/mailutils/error.py
/usr/local/lib/python3.13/site-packages/mailutils/filter.py
/usr/local/lib/python3.13/site-packages/mailutils/folder.py
/usr/local/lib/python3.13/site-packages/mailutils/header.py
/usr/local/lib/python3.13/site-packages/mailutils/mailbox.py
/usr/local/lib/python3.13/site-packages/mailutils/mailcap.py
/usr/local/lib/python3.13/site-packages/mailutils/mailer.py
/usr/local/lib/python3.13/site-packages/mailutils/message.py
/usr/local/lib/python3.13/site-packages/mailutils/mime.py
/usr/local/lib/python3.13/site-packages/mailutils/nls.py
/usr/local/lib/python3.13/site-packages/mailutils/registrar.py
/usr/local/lib/python3.13/site-packages/mailutils/secret.py
/usr/local/lib/python3.13/site-packages/mailutils/sieve.py
/usr/local/lib/python3.13/site-packages/mailutils/stream.py
/usr/local/lib/python3.13/site-packages/mailutils/url.py
/usr/local/lib/python3.13/site-packages/mailutils/util.py
/usr/local/libexec/mailutils/mailutils-acl
/usr/local/libexec/mailutils/mailutils-cflags
/usr/local/libexec/mailutils/mailutils-dbm
@@ -356,9 +383,9 @@
/usr/local/share/aclocal/mailutils.m4
/usr/local/share/emacs/site-lisp/mailutils-mh.el
/usr/local/share/emacs/site-lisp/mailutils-mh.elc
/usr/local/share/info/mailutils.info-1.gz
/usr/local/share/info/mailutils.info-2.gz
/usr/local/share/info/mailutils.info.gz
/usr/local/share/info/mailutils.info-1.zst
/usr/local/share/info/mailutils.info-2.zst
/usr/local/share/info/mailutils.info.zst
/usr/local/share/locale/ca/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/da/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/de/LC_MESSAGES/mailutils.mo
@@ -366,10 +393,12 @@
/usr/local/share/locale/fi/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/fr/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/id/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ka/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/pl/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/pt_BR/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ro/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ru/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/sr/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/sv/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/uk/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/vi/LC_MESSAGES/mailutils.mo
@@ -388,7 +417,7 @@
/usr/local/share/mailutils/mh/scan.size
/usr/local/share/mailutils/mh/scan.time
/usr/local/share/mailutils/mh/scan.timely
/usr/local/share/man/man1/imap4d.1.gz
/usr/local/share/man/man1/mail.1.gz
/usr/local/share/man/man1/pop3d.1.gz
/usr/local/share/man/man1/popauth.1.gz
/usr/local/share/man/man1/imap4d.1.zst
/usr/local/share/man/man1/mail.1.zst
/usr/local/share/man/man1/pop3d.1.zst
/usr/local/share/man/man1/popauth.1.zst

View File

@@ -1,17 +1,12 @@
# Total size: 10334963
# Total size: 8757600
/usr/local/bin/pipewire
/usr/local/bin/pipewire-aes67
/usr/local/bin/pipewire-avb
/usr/local/bin/pipewire-pulse
/usr/local/bin/pipewire-vulkan
/usr/local/bin/pw-cat
/usr/local/bin/pw-cli
/usr/local/bin/pw-config
/usr/local/bin/pw-container
/usr/local/bin/pw-dot
/usr/local/bin/pw-dsdplay
/usr/local/bin/pw-dump
/usr/local/bin/pw-encplay
/usr/local/bin/pw-jack
/usr/local/bin/pw-link
/usr/local/bin/pw-loopback
@@ -34,9 +29,7 @@
/usr/local/bin/wireplumber
/usr/local/bin/wpctl
/usr/local/bin/wpexec
/usr/local/etc/security/limits.d/25-pw-rlimits.conf
/usr/local/etc/udev/rules.d/90-pipewire-alsa.rules
/usr/local/include/pipewire
/usr/local/include/pipewire-0.3/pipewire/array.h
/usr/local/include/pipewire-0.3/pipewire/buffers.h
/usr/local/include/pipewire-0.3/pipewire/client.h
@@ -50,7 +43,6 @@
/usr/local/include/pipewire-0.3/pipewire/extensions/metadata.h
/usr/local/include/pipewire-0.3/pipewire/extensions/profiler.h
/usr/local/include/pipewire-0.3/pipewire/extensions/protocol-native.h
/usr/local/include/pipewire-0.3/pipewire/extensions/security-context.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager/impl-interfaces.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager/interfaces.h
@@ -94,64 +86,6 @@
/usr/local/include/pipewire-0.3/pipewire/utils.h
/usr/local/include/pipewire-0.3/pipewire/version.h
/usr/local/include/pipewire-0.3/pipewire/work-queue.h
/usr/local/include/pipewire/array.h
/usr/local/include/pipewire/buffers.h
/usr/local/include/pipewire/client.h
/usr/local/include/pipewire/conf.h
/usr/local/include/pipewire/context.h
/usr/local/include/pipewire/control.h
/usr/local/include/pipewire/core.h
/usr/local/include/pipewire/data-loop.h
/usr/local/include/pipewire/device.h
/usr/local/include/pipewire/extensions/client-node.h
/usr/local/include/pipewire/extensions/metadata.h
/usr/local/include/pipewire/extensions/profiler.h
/usr/local/include/pipewire/extensions/protocol-native.h
/usr/local/include/pipewire/extensions/security-context.h
/usr/local/include/pipewire/extensions/session-manager.h
/usr/local/include/pipewire/extensions/session-manager/impl-interfaces.h
/usr/local/include/pipewire/extensions/session-manager/interfaces.h
/usr/local/include/pipewire/extensions/session-manager/introspect-funcs.h
/usr/local/include/pipewire/extensions/session-manager/introspect.h
/usr/local/include/pipewire/extensions/session-manager/keys.h
/usr/local/include/pipewire/factory.h
/usr/local/include/pipewire/filter.h
/usr/local/include/pipewire/global.h
/usr/local/include/pipewire/i18n.h
/usr/local/include/pipewire/impl-client.h
/usr/local/include/pipewire/impl-core.h
/usr/local/include/pipewire/impl-device.h
/usr/local/include/pipewire/impl-factory.h
/usr/local/include/pipewire/impl-link.h
/usr/local/include/pipewire/impl-metadata.h
/usr/local/include/pipewire/impl-module.h
/usr/local/include/pipewire/impl-node.h
/usr/local/include/pipewire/impl-port.h
/usr/local/include/pipewire/impl.h
/usr/local/include/pipewire/keys.h
/usr/local/include/pipewire/link.h
/usr/local/include/pipewire/log.h
/usr/local/include/pipewire/loop.h
/usr/local/include/pipewire/main-loop.h
/usr/local/include/pipewire/map.h
/usr/local/include/pipewire/mem.h
/usr/local/include/pipewire/module.h
/usr/local/include/pipewire/node.h
/usr/local/include/pipewire/permission.h
/usr/local/include/pipewire/pipewire.h
/usr/local/include/pipewire/port.h
/usr/local/include/pipewire/properties.h
/usr/local/include/pipewire/protocol.h
/usr/local/include/pipewire/proxy.h
/usr/local/include/pipewire/resource.h
/usr/local/include/pipewire/stream.h
/usr/local/include/pipewire/thread-loop.h
/usr/local/include/pipewire/thread.h
/usr/local/include/pipewire/type.h
/usr/local/include/pipewire/utils.h
/usr/local/include/pipewire/version.h
/usr/local/include/pipewire/work-queue.h
/usr/local/include/spa
/usr/local/include/spa-0.2/spa/buffer/alloc.h
/usr/local/include/spa-0.2/spa/buffer/buffer.h
/usr/local/include/spa-0.2/spa/buffer/meta.h
@@ -159,9 +93,7 @@
/usr/local/include/spa-0.2/spa/control/control.h
/usr/local/include/spa-0.2/spa/control/type-info.h
/usr/local/include/spa-0.2/spa/debug/buffer.h
/usr/local/include/spa-0.2/spa/debug/context.h
/usr/local/include/spa-0.2/spa/debug/dict.h
/usr/local/include/spa-0.2/spa/debug/file.h
/usr/local/include/spa-0.2/spa/debug/format.h
/usr/local/include/spa-0.2/spa/debug/log.h
/usr/local/include/spa-0.2/spa/debug/mem.h
@@ -181,84 +113,28 @@
/usr/local/include/spa-0.2/spa/node/node.h
/usr/local/include/spa-0.2/spa/node/type-info.h
/usr/local/include/spa-0.2/spa/node/utils.h
/usr/local/include/spa-0.2/spa/param/audio/aac-types.h
/usr/local/include/spa-0.2/spa/param/audio/aac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/aac.h
/usr/local/include/spa-0.2/spa/param/audio/alac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/alac.h
/usr/local/include/spa-0.2/spa/param/audio/amr-types.h
/usr/local/include/spa-0.2/spa/param/audio/amr-utils.h
/usr/local/include/spa-0.2/spa/param/audio/amr.h
/usr/local/include/spa-0.2/spa/param/audio/ape-utils.h
/usr/local/include/spa-0.2/spa/param/audio/ape.h
/usr/local/include/spa-0.2/spa/param/audio/compressed.h
/usr/local/include/spa-0.2/spa/param/audio/dsd-utils.h
/usr/local/include/spa-0.2/spa/param/audio/dsd.h
/usr/local/include/spa-0.2/spa/param/audio/dsp-utils.h
/usr/local/include/spa-0.2/spa/param/audio/dsp.h
/usr/local/include/spa-0.2/spa/param/audio/flac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/flac.h
/usr/local/include/spa-0.2/spa/param/audio/format-utils.h
/usr/local/include/spa-0.2/spa/param/audio/format.h
/usr/local/include/spa-0.2/spa/param/audio/iec958-types.h
/usr/local/include/spa-0.2/spa/param/audio/iec958-utils.h
/usr/local/include/spa-0.2/spa/param/audio/iec958.h
/usr/local/include/spa-0.2/spa/param/audio/layout.h
/usr/local/include/spa-0.2/spa/param/audio/mp3-types.h
/usr/local/include/spa-0.2/spa/param/audio/mp3-utils.h
/usr/local/include/spa-0.2/spa/param/audio/mp3.h
/usr/local/include/spa-0.2/spa/param/audio/opus.h
/usr/local/include/spa-0.2/spa/param/audio/ra-utils.h
/usr/local/include/spa-0.2/spa/param/audio/ra.h
/usr/local/include/spa-0.2/spa/param/audio/raw-types.h
/usr/local/include/spa-0.2/spa/param/audio/raw-utils.h
/usr/local/include/spa-0.2/spa/param/audio/raw.h
/usr/local/include/spa-0.2/spa/param/audio/type-info.h
/usr/local/include/spa-0.2/spa/param/audio/vorbis-utils.h
/usr/local/include/spa-0.2/spa/param/audio/vorbis.h
/usr/local/include/spa-0.2/spa/param/audio/wma-types.h
/usr/local/include/spa-0.2/spa/param/audio/wma-utils.h
/usr/local/include/spa-0.2/spa/param/audio/wma.h
/usr/local/include/spa-0.2/spa/param/bluetooth/audio.h
/usr/local/include/spa-0.2/spa/param/bluetooth/type-info.h
/usr/local/include/spa-0.2/spa/param/buffers-types.h
/usr/local/include/spa-0.2/spa/param/buffers.h
/usr/local/include/spa-0.2/spa/param/format-types.h
/usr/local/include/spa-0.2/spa/param/format-utils.h
/usr/local/include/spa-0.2/spa/param/format.h
/usr/local/include/spa-0.2/spa/param/latency-types.h
/usr/local/include/spa-0.2/spa/param/latency-utils.h
/usr/local/include/spa-0.2/spa/param/latency.h
/usr/local/include/spa-0.2/spa/param/param-types.h
/usr/local/include/spa-0.2/spa/param/param.h
/usr/local/include/spa-0.2/spa/param/port-config-types.h
/usr/local/include/spa-0.2/spa/param/port-config.h
/usr/local/include/spa-0.2/spa/param/profile-types.h
/usr/local/include/spa-0.2/spa/param/profile.h
/usr/local/include/spa-0.2/spa/param/profiler-types.h
/usr/local/include/spa-0.2/spa/param/profiler.h
/usr/local/include/spa-0.2/spa/param/props-types.h
/usr/local/include/spa-0.2/spa/param/props.h
/usr/local/include/spa-0.2/spa/param/route-types.h
/usr/local/include/spa-0.2/spa/param/route.h
/usr/local/include/spa-0.2/spa/param/tag-types.h
/usr/local/include/spa-0.2/spa/param/tag-utils.h
/usr/local/include/spa-0.2/spa/param/tag.h
/usr/local/include/spa-0.2/spa/param/type-info.h
/usr/local/include/spa-0.2/spa/param/video/chroma.h
/usr/local/include/spa-0.2/spa/param/video/color.h
/usr/local/include/spa-0.2/spa/param/video/dsp-utils.h
/usr/local/include/spa-0.2/spa/param/video/dsp.h
/usr/local/include/spa-0.2/spa/param/video/encoded.h
/usr/local/include/spa-0.2/spa/param/video/format-utils.h
/usr/local/include/spa-0.2/spa/param/video/format.h
/usr/local/include/spa-0.2/spa/param/video/h264-utils.h
/usr/local/include/spa-0.2/spa/param/video/h264.h
/usr/local/include/spa-0.2/spa/param/video/mjpg-utils.h
/usr/local/include/spa-0.2/spa/param/video/mjpg.h
/usr/local/include/spa-0.2/spa/param/video/multiview.h
/usr/local/include/spa-0.2/spa/param/video/raw-types.h
/usr/local/include/spa-0.2/spa/param/video/raw-utils.h
/usr/local/include/spa-0.2/spa/param/video/raw.h
/usr/local/include/spa-0.2/spa/param/video/type-info.h
/usr/local/include/spa-0.2/spa/pod/builder.h
@@ -282,249 +158,84 @@
/usr/local/include/spa-0.2/spa/support/system.h
/usr/local/include/spa-0.2/spa/support/thread.h
/usr/local/include/spa-0.2/spa/utils/ansi.h
/usr/local/include/spa-0.2/spa/utils/atomic.h
/usr/local/include/spa-0.2/spa/utils/cleanup.h
/usr/local/include/spa-0.2/spa/utils/defs.h
/usr/local/include/spa-0.2/spa/utils/dict.h
/usr/local/include/spa-0.2/spa/utils/dll.h
/usr/local/include/spa-0.2/spa/utils/enum-types.h
/usr/local/include/spa-0.2/spa/utils/hook.h
/usr/local/include/spa-0.2/spa/utils/json-pod.h
/usr/local/include/spa-0.2/spa/utils/json.h
/usr/local/include/spa-0.2/spa/utils/keys.h
/usr/local/include/spa-0.2/spa/utils/list.h
/usr/local/include/spa-0.2/spa/utils/names.h
/usr/local/include/spa-0.2/spa/utils/ratelimit.h
/usr/local/include/spa-0.2/spa/utils/result.h
/usr/local/include/spa-0.2/spa/utils/ringbuffer.h
/usr/local/include/spa-0.2/spa/utils/string.h
/usr/local/include/spa-0.2/spa/utils/type-info.h
/usr/local/include/spa-0.2/spa/utils/type.h
/usr/local/include/spa/buffer/alloc.h
/usr/local/include/spa/buffer/buffer.h
/usr/local/include/spa/buffer/meta.h
/usr/local/include/spa/buffer/type-info.h
/usr/local/include/spa/control/control.h
/usr/local/include/spa/control/type-info.h
/usr/local/include/spa/debug/buffer.h
/usr/local/include/spa/debug/context.h
/usr/local/include/spa/debug/dict.h
/usr/local/include/spa/debug/file.h
/usr/local/include/spa/debug/format.h
/usr/local/include/spa/debug/log.h
/usr/local/include/spa/debug/mem.h
/usr/local/include/spa/debug/node.h
/usr/local/include/spa/debug/pod.h
/usr/local/include/spa/debug/types.h
/usr/local/include/spa/graph/graph.h
/usr/local/include/spa/interfaces/audio/aec.h
/usr/local/include/spa/monitor/device.h
/usr/local/include/spa/monitor/event.h
/usr/local/include/spa/monitor/type-info.h
/usr/local/include/spa/monitor/utils.h
/usr/local/include/spa/node/command.h
/usr/local/include/spa/node/event.h
/usr/local/include/spa/node/io.h
/usr/local/include/spa/node/keys.h
/usr/local/include/spa/node/node.h
/usr/local/include/spa/node/type-info.h
/usr/local/include/spa/node/utils.h
/usr/local/include/spa/param/audio/aac-types.h
/usr/local/include/spa/param/audio/aac-utils.h
/usr/local/include/spa/param/audio/aac.h
/usr/local/include/spa/param/audio/alac-utils.h
/usr/local/include/spa/param/audio/alac.h
/usr/local/include/spa/param/audio/amr-types.h
/usr/local/include/spa/param/audio/amr-utils.h
/usr/local/include/spa/param/audio/amr.h
/usr/local/include/spa/param/audio/ape-utils.h
/usr/local/include/spa/param/audio/ape.h
/usr/local/include/spa/param/audio/compressed.h
/usr/local/include/spa/param/audio/dsd-utils.h
/usr/local/include/spa/param/audio/dsd.h
/usr/local/include/spa/param/audio/dsp-utils.h
/usr/local/include/spa/param/audio/dsp.h
/usr/local/include/spa/param/audio/flac-utils.h
/usr/local/include/spa/param/audio/flac.h
/usr/local/include/spa/param/audio/format-utils.h
/usr/local/include/spa/param/audio/format.h
/usr/local/include/spa/param/audio/iec958-types.h
/usr/local/include/spa/param/audio/iec958-utils.h
/usr/local/include/spa/param/audio/iec958.h
/usr/local/include/spa/param/audio/layout.h
/usr/local/include/spa/param/audio/mp3-types.h
/usr/local/include/spa/param/audio/mp3-utils.h
/usr/local/include/spa/param/audio/mp3.h
/usr/local/include/spa/param/audio/opus.h
/usr/local/include/spa/param/audio/ra-utils.h
/usr/local/include/spa/param/audio/ra.h
/usr/local/include/spa/param/audio/raw-types.h
/usr/local/include/spa/param/audio/raw-utils.h
/usr/local/include/spa/param/audio/raw.h
/usr/local/include/spa/param/audio/type-info.h
/usr/local/include/spa/param/audio/vorbis-utils.h
/usr/local/include/spa/param/audio/vorbis.h
/usr/local/include/spa/param/audio/wma-types.h
/usr/local/include/spa/param/audio/wma-utils.h
/usr/local/include/spa/param/audio/wma.h
/usr/local/include/spa/param/bluetooth/audio.h
/usr/local/include/spa/param/bluetooth/type-info.h
/usr/local/include/spa/param/buffers-types.h
/usr/local/include/spa/param/buffers.h
/usr/local/include/spa/param/format-types.h
/usr/local/include/spa/param/format-utils.h
/usr/local/include/spa/param/format.h
/usr/local/include/spa/param/latency-types.h
/usr/local/include/spa/param/latency-utils.h
/usr/local/include/spa/param/latency.h
/usr/local/include/spa/param/param-types.h
/usr/local/include/spa/param/param.h
/usr/local/include/spa/param/port-config-types.h
/usr/local/include/spa/param/port-config.h
/usr/local/include/spa/param/profile-types.h
/usr/local/include/spa/param/profile.h
/usr/local/include/spa/param/profiler-types.h
/usr/local/include/spa/param/profiler.h
/usr/local/include/spa/param/props-types.h
/usr/local/include/spa/param/props.h
/usr/local/include/spa/param/route-types.h
/usr/local/include/spa/param/route.h
/usr/local/include/spa/param/tag-types.h
/usr/local/include/spa/param/tag-utils.h
/usr/local/include/spa/param/tag.h
/usr/local/include/spa/param/type-info.h
/usr/local/include/spa/param/video/chroma.h
/usr/local/include/spa/param/video/color.h
/usr/local/include/spa/param/video/dsp-utils.h
/usr/local/include/spa/param/video/dsp.h
/usr/local/include/spa/param/video/encoded.h
/usr/local/include/spa/param/video/format-utils.h
/usr/local/include/spa/param/video/format.h
/usr/local/include/spa/param/video/h264-utils.h
/usr/local/include/spa/param/video/h264.h
/usr/local/include/spa/param/video/mjpg-utils.h
/usr/local/include/spa/param/video/mjpg.h
/usr/local/include/spa/param/video/multiview.h
/usr/local/include/spa/param/video/raw-types.h
/usr/local/include/spa/param/video/raw-utils.h
/usr/local/include/spa/param/video/raw.h
/usr/local/include/spa/param/video/type-info.h
/usr/local/include/spa/pod/builder.h
/usr/local/include/spa/pod/command.h
/usr/local/include/spa/pod/compare.h
/usr/local/include/spa/pod/dynamic.h
/usr/local/include/spa/pod/event.h
/usr/local/include/spa/pod/filter.h
/usr/local/include/spa/pod/iter.h
/usr/local/include/spa/pod/parser.h
/usr/local/include/spa/pod/pod.h
/usr/local/include/spa/pod/vararg.h
/usr/local/include/spa/support/cpu.h
/usr/local/include/spa/support/dbus.h
/usr/local/include/spa/support/i18n.h
/usr/local/include/spa/support/log-impl.h
/usr/local/include/spa/support/log.h
/usr/local/include/spa/support/loop.h
/usr/local/include/spa/support/plugin-loader.h
/usr/local/include/spa/support/plugin.h
/usr/local/include/spa/support/system.h
/usr/local/include/spa/support/thread.h
/usr/local/include/spa/utils/ansi.h
/usr/local/include/spa/utils/atomic.h
/usr/local/include/spa/utils/cleanup.h
/usr/local/include/spa/utils/defs.h
/usr/local/include/spa/utils/dict.h
/usr/local/include/spa/utils/dll.h
/usr/local/include/spa/utils/enum-types.h
/usr/local/include/spa/utils/hook.h
/usr/local/include/spa/utils/json-pod.h
/usr/local/include/spa/utils/json.h
/usr/local/include/spa/utils/keys.h
/usr/local/include/spa/utils/list.h
/usr/local/include/spa/utils/names.h
/usr/local/include/spa/utils/ratelimit.h
/usr/local/include/spa/utils/result.h
/usr/local/include/spa/utils/ringbuffer.h
/usr/local/include/spa/utils/string.h
/usr/local/include/spa/utils/type-info.h
/usr/local/include/spa/utils/type.h
/usr/local/include/wireplumber-0.5/wp/base-dirs.h
/usr/local/include/wireplumber-0.5/wp/client.h
/usr/local/include/wireplumber-0.5/wp/component-loader.h
/usr/local/include/wireplumber-0.5/wp/conf.h
/usr/local/include/wireplumber-0.5/wp/core.h
/usr/local/include/wireplumber-0.5/wp/defs.h
/usr/local/include/wireplumber-0.5/wp/device.h
/usr/local/include/wireplumber-0.5/wp/error.h
/usr/local/include/wireplumber-0.5/wp/event-dispatcher.h
/usr/local/include/wireplumber-0.5/wp/event-hook.h
/usr/local/include/wireplumber-0.5/wp/event.h
/usr/local/include/wireplumber-0.5/wp/factory.h
/usr/local/include/wireplumber-0.5/wp/global-proxy.h
/usr/local/include/wireplumber-0.5/wp/iterator.h
/usr/local/include/wireplumber-0.5/wp/json-utils.h
/usr/local/include/wireplumber-0.5/wp/link.h
/usr/local/include/wireplumber-0.5/wp/log.h
/usr/local/include/wireplumber-0.5/wp/metadata.h
/usr/local/include/wireplumber-0.5/wp/module.h
/usr/local/include/wireplumber-0.5/wp/node.h
/usr/local/include/wireplumber-0.5/wp/object-interest.h
/usr/local/include/wireplumber-0.5/wp/object-manager.h
/usr/local/include/wireplumber-0.5/wp/object.h
/usr/local/include/wireplumber-0.5/wp/plugin.h
/usr/local/include/wireplumber-0.5/wp/port.h
/usr/local/include/wireplumber-0.5/wp/properties.h
/usr/local/include/wireplumber-0.5/wp/proxy-interfaces.h
/usr/local/include/wireplumber-0.5/wp/proxy.h
/usr/local/include/wireplumber-0.5/wp/session-item.h
/usr/local/include/wireplumber-0.5/wp/settings.h
/usr/local/include/wireplumber-0.5/wp/si-factory.h
/usr/local/include/wireplumber-0.5/wp/si-interfaces.h
/usr/local/include/wireplumber-0.5/wp/spa-json.h
/usr/local/include/wireplumber-0.5/wp/spa-pod.h
/usr/local/include/wireplumber-0.5/wp/spa-type.h
/usr/local/include/wireplumber-0.5/wp/state.h
/usr/local/include/wireplumber-0.5/wp/transition.h
/usr/local/include/wireplumber-0.5/wp/wp.h
/usr/local/include/wireplumber-0.5/wp/wpenums.h
/usr/local/include/wireplumber-0.5/wp/wpversion.h
/usr/local/include/wireplumber-0.4/wp/client.h
/usr/local/include/wireplumber-0.4/wp/component-loader.h
/usr/local/include/wireplumber-0.4/wp/core.h
/usr/local/include/wireplumber-0.4/wp/dbus.h
/usr/local/include/wireplumber-0.4/wp/defs.h
/usr/local/include/wireplumber-0.4/wp/device.h
/usr/local/include/wireplumber-0.4/wp/endpoint.h
/usr/local/include/wireplumber-0.4/wp/error.h
/usr/local/include/wireplumber-0.4/wp/factory.h
/usr/local/include/wireplumber-0.4/wp/global-proxy.h
/usr/local/include/wireplumber-0.4/wp/iterator.h
/usr/local/include/wireplumber-0.4/wp/link.h
/usr/local/include/wireplumber-0.4/wp/log.h
/usr/local/include/wireplumber-0.4/wp/metadata.h
/usr/local/include/wireplumber-0.4/wp/module.h
/usr/local/include/wireplumber-0.4/wp/node.h
/usr/local/include/wireplumber-0.4/wp/object-interest.h
/usr/local/include/wireplumber-0.4/wp/object-manager.h
/usr/local/include/wireplumber-0.4/wp/object.h
/usr/local/include/wireplumber-0.4/wp/plugin.h
/usr/local/include/wireplumber-0.4/wp/port.h
/usr/local/include/wireplumber-0.4/wp/properties.h
/usr/local/include/wireplumber-0.4/wp/proxy-interfaces.h
/usr/local/include/wireplumber-0.4/wp/proxy.h
/usr/local/include/wireplumber-0.4/wp/session-item.h
/usr/local/include/wireplumber-0.4/wp/si-factory.h
/usr/local/include/wireplumber-0.4/wp/si-interfaces.h
/usr/local/include/wireplumber-0.4/wp/spa-json.h
/usr/local/include/wireplumber-0.4/wp/spa-pod.h
/usr/local/include/wireplumber-0.4/wp/spa-type.h
/usr/local/include/wireplumber-0.4/wp/state.h
/usr/local/include/wireplumber-0.4/wp/transition.h
/usr/local/include/wireplumber-0.4/wp/wp.h
/usr/local/include/wireplumber-0.4/wp/wpenums.h
/usr/local/include/wireplumber-0.4/wp/wpversion.h
/usr/local/lib/alsa-lib/libasound_module_ctl_pipewire.so
/usr/local/lib/alsa-lib/libasound_module_pcm_pipewire.so
/usr/local/lib/girepository-1.0/Wp-0.5.typelib
/usr/local/lib/gstreamer-1.0/libgstpipewire.so
/usr/local/lib/libpipewire-0.3.so
/usr/local/lib/libpipewire-0.3.so.0
/usr/local/lib/libpipewire-0.3.so.0.1206.0
/usr/local/lib/libwireplumber-0.5.so
/usr/local/lib/libwireplumber-0.5.so.0
/usr/local/lib/libwireplumber-0.5.so.0.506.0
/usr/local/lib/libpipewire-0.3.so.0.360.0
/usr/local/lib/libwireplumber-0.4.so
/usr/local/lib/libwireplumber-0.4.so.0
/usr/local/lib/libwireplumber-0.4.so.0.4.12
/usr/local/lib/pipewire-0.3/jack/libjack.so
/usr/local/lib/pipewire-0.3/jack/libjack.so.0
/usr/local/lib/pipewire-0.3/jack/libjack.so.0.3.1206
/usr/local/lib/pipewire-0.3/jack/libjack.so.0.360.0
/usr/local/lib/pipewire-0.3/jack/libjacknet.so
/usr/local/lib/pipewire-0.3/jack/libjacknet.so.0
/usr/local/lib/pipewire-0.3/jack/libjacknet.so.0.3.1206
/usr/local/lib/pipewire-0.3/jack/libjacknet.so.0.360.0
/usr/local/lib/pipewire-0.3/jack/libjackserver.so
/usr/local/lib/pipewire-0.3/jack/libjackserver.so.0
/usr/local/lib/pipewire-0.3/jack/libjackserver.so.0.3.1206
/usr/local/lib/pipewire-0.3/jack/libjackserver.so.0.360.0
/usr/local/lib/pipewire-0.3/libpipewire-module-access.so
/usr/local/lib/pipewire-0.3/libpipewire-module-adapter.so
/usr/local/lib/pipewire-0.3/libpipewire-module-avb.so
/usr/local/lib/pipewire-0.3/libpipewire-module-client-device.so
/usr/local/lib/pipewire-0.3/libpipewire-module-client-node.so
/usr/local/lib/pipewire-0.3/libpipewire-module-combine-stream.so
/usr/local/lib/pipewire-0.3/libpipewire-module-echo-cancel.so
/usr/local/lib/pipewire-0.3/libpipewire-module-fallback-sink.so
/usr/local/lib/pipewire-0.3/libpipewire-module-filter-chain-lv2.so
/usr/local/lib/pipewire-0.3/libpipewire-module-filter-chain.so
/usr/local/lib/pipewire-0.3/libpipewire-module-jack-tunnel.so
/usr/local/lib/pipewire-0.3/libpipewire-module-jackdbus-detect.so
/usr/local/lib/pipewire-0.3/libpipewire-module-link-factory.so
/usr/local/lib/pipewire-0.3/libpipewire-module-loopback.so
/usr/local/lib/pipewire-0.3/libpipewire-module-metadata.so
/usr/local/lib/pipewire-0.3/libpipewire-module-netjack2-driver.so
/usr/local/lib/pipewire-0.3/libpipewire-module-netjack2-manager.so
/usr/local/lib/pipewire-0.3/libpipewire-module-parametric-equalizer.so
/usr/local/lib/pipewire-0.3/libpipewire-module-pipe-tunnel.so
/usr/local/lib/pipewire-0.3/libpipewire-module-portal.so
/usr/local/lib/pipewire-0.3/libpipewire-module-profiler.so
@@ -536,23 +247,18 @@
/usr/local/lib/pipewire-0.3/libpipewire-module-raop-sink.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rt.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rtkit.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rtp-sap.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rtp-session.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rtp-sink.so
/usr/local/lib/pipewire-0.3/libpipewire-module-rtp-source.so
/usr/local/lib/pipewire-0.3/libpipewire-module-session-manager.so
/usr/local/lib/pipewire-0.3/libpipewire-module-snapcast-discover.so
/usr/local/lib/pipewire-0.3/libpipewire-module-spa-device-factory.so
/usr/local/lib/pipewire-0.3/libpipewire-module-spa-device.so
/usr/local/lib/pipewire-0.3/libpipewire-module-spa-node-factory.so
/usr/local/lib/pipewire-0.3/libpipewire-module-spa-node.so
/usr/local/lib/pipewire-0.3/libpipewire-module-vban-recv.so
/usr/local/lib/pipewire-0.3/libpipewire-module-vban-send.so
/usr/local/lib/pipewire-0.3/libpipewire-module-zeroconf-discover.so
/usr/local/lib/pipewire-0.3/v4l2/libpw-v4l2.so
/usr/local/lib/pkgconfig/libpipewire-0.3.pc
/usr/local/lib/pkgconfig/libspa-0.2.pc
/usr/local/lib/pkgconfig/wireplumber-0.5.pc
/usr/local/lib/pkgconfig/wireplumber-0.4.pc
/usr/local/lib/spa-0.2/aec/libspa-aec-null.so
/usr/local/lib/spa-0.2/aec/libspa-aec-webrtc.so
/usr/local/lib/spa-0.2/alsa/libspa-alsa.so
@@ -567,21 +273,19 @@
/usr/local/lib/spa-0.2/videoconvert/libspa-videoconvert.so
/usr/local/lib/spa-0.2/videotestsrc/libspa-videotestsrc.so
/usr/local/lib/spa-0.2/volume/libspa-volume.so
/usr/local/lib/spa-0.2/vulkan/libspa-vulkan.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-dbus-connection.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-default-nodes-api.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-file-monitor-api.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-log-settings.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-logind.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-lua-scripting.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-mixer-api.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-portal-permissionstore.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-reserve-device.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-settings.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-si-audio-adapter.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-si-node.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-si-standard-link.so
/usr/local/lib/wireplumber-0.5/libwireplumber-module-standard-event-source.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-default-nodes-api.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-default-nodes.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-default-profile.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-file-monitor-api.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-lua-scripting.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-metadata.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-mixer-api.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-portal-permissionstore.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-reserve-device.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-si-audio-adapter.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-si-audio-endpoint.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-si-node.so
/usr/local/lib/wireplumber-0.4/libwireplumber-module-si-standard-link.so
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-aux.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-dock-mic.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-fm.conf
@@ -608,8 +312,6 @@
/usr/local/share/alsa-card-profile/mixer/paths/analog-output-speaker.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-output.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-output.conf.common
/usr/local/share/alsa-card-profile/mixer/paths/audigy-analog-output-mirror.conf
/usr/local/share/alsa-card-profile/mixer/paths/audigy-analog-output.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-0.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-1.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-10.conf
@@ -629,7 +331,6 @@
/usr/local/share/alsa-card-profile/mixer/paths/usb-gaming-headset-output-mono.conf
/usr/local/share/alsa-card-profile/mixer/paths/usb-gaming-headset-output-stereo.conf
/usr/local/share/alsa-card-profile/mixer/paths/virtual-surround-7.1.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/9999-custom.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/analog-only.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/asus-xonar-se.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/audigy.conf
@@ -658,19 +359,6 @@
/usr/local/share/alsa-card-profile/mixer/profile-sets/usb-gaming-headset.conf
/usr/local/share/alsa/alsa.conf.d/50-pipewire.conf
/usr/local/share/alsa/alsa.conf.d/99-pipewire-default.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/access.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/alsa.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/bluetooth.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/device.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/libcamera.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/linking.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/log.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/media-role-nodes.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/profile.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/smart-equalizer.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/stream.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/v4l2.conf
/usr/local/share/gir-1.0/Wp-0.5.gir
/usr/local/share/locale/af/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/af/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/as/LC_MESSAGES/pipewire.mo
@@ -760,7 +448,6 @@
/usr/local/share/locale/si/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sk/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/sk/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sl/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sr/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/sr/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sr@latin/LC_MESSAGES/pipewire.mo
@@ -780,9 +467,7 @@
/usr/local/share/locale/zh_TW/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/wireplumber.mo
/usr/local/share/pipewire/client-rt.conf
/usr/local/share/pipewire/client-rt.conf.avail/20-upmix.conf
/usr/local/share/pipewire/client.conf
/usr/local/share/pipewire/client.conf.avail/20-upmix.conf
/usr/local/share/pipewire/filter-chain.conf
/usr/local/share/pipewire/filter-chain/demonic.conf
/usr/local/share/pipewire/filter-chain/sink-dolby-surround.conf
@@ -796,71 +481,51 @@
/usr/local/share/pipewire/filter-chain/source-rnnoise.conf
/usr/local/share/pipewire/jack.conf
/usr/local/share/pipewire/minimal.conf
/usr/local/share/pipewire/pipewire-aes67.conf
/usr/local/share/pipewire/pipewire-avb.conf
/usr/local/share/pipewire/pipewire-pulse.conf
/usr/local/share/pipewire/pipewire-pulse.conf.avail/20-upmix.conf
/usr/local/share/pipewire/pipewire-vulkan.conf
/usr/local/share/pipewire/pipewire.conf
/usr/local/share/pipewire/pipewire.conf.avail/10-rates.conf
/usr/local/share/pipewire/pipewire.conf.avail/20-upmix.conf
/usr/local/share/wireplumber/scripts/client/access-default.lua
/usr/local/share/wireplumber/scripts/client/access-portal.lua
/usr/local/share/wireplumber/scripts/client/access-snap.lua
/usr/local/share/wireplumber/scripts/default-nodes/apply-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/find-best-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/find-selected-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/rescan.lua
/usr/local/share/wireplumber/scripts/default-nodes/state-default-nodes.lua
/usr/local/share/wireplumber/scripts/device/apply-profile.lua
/usr/local/share/wireplumber/scripts/device/apply-routes.lua
/usr/local/share/wireplumber/scripts/device/autoswitch-bluetooth-profile.lua
/usr/local/share/wireplumber/scripts/device/find-best-profile.lua
/usr/local/share/wireplumber/scripts/device/find-best-routes.lua
/usr/local/share/wireplumber/scripts/device/find-preferred-profile.lua
/usr/local/share/wireplumber/scripts/device/select-profile.lua
/usr/local/share/wireplumber/scripts/device/select-routes.lua
/usr/local/share/wireplumber/scripts/device/state-profile.lua
/usr/local/share/wireplumber/scripts/device/state-routes.lua
/usr/local/share/wireplumber/bluetooth.conf
/usr/local/share/wireplumber/bluetooth.lua.d/00-functions.lua
/usr/local/share/wireplumber/bluetooth.lua.d/30-bluez-monitor.lua
/usr/local/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua
/usr/local/share/wireplumber/bluetooth.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/common/00-functions.lua
/usr/local/share/wireplumber/main.conf
/usr/local/share/wireplumber/main.lua.d/00-functions.lua
/usr/local/share/wireplumber/main.lua.d/20-default-access.lua
/usr/local/share/wireplumber/main.lua.d/30-alsa-monitor.lua
/usr/local/share/wireplumber/main.lua.d/30-libcamera-monitor.lua
/usr/local/share/wireplumber/main.lua.d/30-v4l2-monitor.lua
/usr/local/share/wireplumber/main.lua.d/40-device-defaults.lua
/usr/local/share/wireplumber/main.lua.d/40-stream-defaults.lua
/usr/local/share/wireplumber/main.lua.d/50-alsa-config.lua
/usr/local/share/wireplumber/main.lua.d/50-default-access-config.lua
/usr/local/share/wireplumber/main.lua.d/50-libcamera-config.lua
/usr/local/share/wireplumber/main.lua.d/50-v4l2-config.lua
/usr/local/share/wireplumber/main.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/policy.conf
/usr/local/share/wireplumber/policy.lua.d/00-functions.lua
/usr/local/share/wireplumber/policy.lua.d/10-default-policy.lua
/usr/local/share/wireplumber/policy.lua.d/50-endpoints-config.lua
/usr/local/share/wireplumber/policy.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/scripts/access/access-default.lua
/usr/local/share/wireplumber/scripts/access/access-portal.lua
/usr/local/share/wireplumber/scripts/create-item.lua
/usr/local/share/wireplumber/scripts/fallback-sink.lua
/usr/local/share/wireplumber/scripts/lib/common-utils.lua
/usr/local/share/wireplumber/scripts/lib/device-info-cache.lua
/usr/local/share/wireplumber/scripts/lib/filter-utils.lua
/usr/local/share/wireplumber/scripts/lib/linking-utils.lua
/usr/local/share/wireplumber/scripts/lib/monitor-utils.lua
/usr/local/share/wireplumber/scripts/lib/node-utils.lua
/usr/local/share/wireplumber/scripts/linking/find-best-target.lua
/usr/local/share/wireplumber/scripts/linking/find-default-target.lua
/usr/local/share/wireplumber/scripts/linking/find-defined-target.lua
/usr/local/share/wireplumber/scripts/linking/find-filter-target.lua
/usr/local/share/wireplumber/scripts/linking/find-media-role-target.lua
/usr/local/share/wireplumber/scripts/linking/find-user-target.lua.example
/usr/local/share/wireplumber/scripts/linking/get-filter-from-target.lua
/usr/local/share/wireplumber/scripts/linking/link-target.lua
/usr/local/share/wireplumber/scripts/linking/prepare-link.lua
/usr/local/share/wireplumber/scripts/linking/rescan-media-role-links.lua
/usr/local/share/wireplumber/scripts/linking/rescan.lua
/usr/local/share/wireplumber/scripts/metadata.lua
/usr/local/share/wireplumber/scripts/intended-roles.lua
/usr/local/share/wireplumber/scripts/monitors/alsa-midi.lua
/usr/local/share/wireplumber/scripts/monitors/alsa.lua
/usr/local/share/wireplumber/scripts/monitors/bluez-midi.lua
/usr/local/share/wireplumber/scripts/monitors/bluez.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/create-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/create-node.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/enumerate-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/name-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/name-node.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/create-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/create-node.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/enumerate-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/name-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/name-node.lua
/usr/local/share/wireplumber/scripts/node/create-item.lua
/usr/local/share/wireplumber/scripts/node/filter-forward-format.lua
/usr/local/share/wireplumber/scripts/node/software-dsp.lua
/usr/local/share/wireplumber/scripts/node/state-stream.lua
/usr/local/share/wireplumber/scripts/node/suspend-node.lua
/usr/local/share/wireplumber/scripts/sm-objects.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2.lua
/usr/local/share/wireplumber/scripts/policy-bluetooth.lua
/usr/local/share/wireplumber/scripts/policy-device-profile.lua
/usr/local/share/wireplumber/scripts/policy-device-routes.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-client-links.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-client.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-device.lua
/usr/local/share/wireplumber/scripts/policy-node.lua
/usr/local/share/wireplumber/scripts/restore-stream.lua
/usr/local/share/wireplumber/scripts/static-endpoints.lua
/usr/local/share/wireplumber/scripts/suspend-node.lua
/usr/local/share/wireplumber/wireplumber.conf
/usr/local/share/wireplumber/wireplumber.conf.d/alsa-vm.conf
/usr/local/share/zsh/site-functions/_wpctl

View File

@@ -1,4 +1,4 @@
# Total size: 121509
# Total size: 121515
/usr/local/lib/python3.13/site-packages/toml-0.10.2.dist-info/INSTALLER
/usr/local/lib/python3.13/site-packages/toml-0.10.2.dist-info/LICENSE
/usr/local/lib/python3.13/site-packages/toml-0.10.2.dist-info/METADATA

View File

@@ -1,136 +1,252 @@
# Total size: 6486101
/usr/local/bin/mongoose
/usr/local/include/Mongoose.hpp
/usr/local/include/RBio.h
/usr/local/include/SuiteSparseQR.hpp
/usr/local/include/SuiteSparseQR_C.h
/usr/local/include/SuiteSparseQR_definitions.h
/usr/local/include/SuiteSparse_config.h
/usr/local/include/amd.h
/usr/local/include/btf.h
/usr/local/include/camd.h
/usr/local/include/ccolamd.h
/usr/local/include/cholmod.h
/usr/local/include/cholmod_blas.h
/usr/local/include/cholmod_camd.h
/usr/local/include/cholmod_check.h
/usr/local/include/cholmod_cholesky.h
/usr/local/include/cholmod_complexity.h
/usr/local/include/cholmod_config.h
/usr/local/include/cholmod_core.h
/usr/local/include/cholmod_function.h
/usr/local/include/cholmod_gpu.h
/usr/local/include/cholmod_gpu_kernels.h
/usr/local/include/cholmod_io64.h
/usr/local/include/cholmod_matrixops.h
/usr/local/include/cholmod_modify.h
/usr/local/include/cholmod_partition.h
/usr/local/include/cholmod_supernodal.h
/usr/local/include/cholmod_template.h
/usr/local/include/colamd.h
/usr/local/include/cs.h
/usr/local/include/klu.h
/usr/local/include/ldl.h
/usr/local/include/metis.h
/usr/local/include/spqr.hpp
/usr/local/include/umfpack.h
/usr/local/include/umfpack_col_to_triplet.h
/usr/local/include/umfpack_defaults.h
/usr/local/include/umfpack_free_numeric.h
/usr/local/include/umfpack_free_symbolic.h
/usr/local/include/umfpack_get_determinant.h
/usr/local/include/umfpack_get_lunz.h
/usr/local/include/umfpack_get_numeric.h
/usr/local/include/umfpack_get_symbolic.h
/usr/local/include/umfpack_global.h
/usr/local/include/umfpack_load_numeric.h
/usr/local/include/umfpack_load_symbolic.h
/usr/local/include/umfpack_numeric.h
/usr/local/include/umfpack_qsymbolic.h
/usr/local/include/umfpack_report_control.h
/usr/local/include/umfpack_report_info.h
/usr/local/include/umfpack_report_matrix.h
/usr/local/include/umfpack_report_numeric.h
/usr/local/include/umfpack_report_perm.h
/usr/local/include/umfpack_report_status.h
/usr/local/include/umfpack_report_symbolic.h
/usr/local/include/umfpack_report_triplet.h
/usr/local/include/umfpack_report_vector.h
/usr/local/include/umfpack_save_numeric.h
/usr/local/include/umfpack_save_symbolic.h
/usr/local/include/umfpack_scale.h
/usr/local/include/umfpack_solve.h
/usr/local/include/umfpack_symbolic.h
/usr/local/include/umfpack_tictoc.h
/usr/local/include/umfpack_timer.h
/usr/local/include/umfpack_transpose.h
/usr/local/include/umfpack_triplet_to_col.h
/usr/local/include/umfpack_wsolve.h
# Total size: 74557452
/usr/local/bin/suitesparse_mongoose
/usr/local/include/suitesparse/GraphBLAS.h
/usr/local/include/suitesparse/LAGraph.h
/usr/local/include/suitesparse/LAGraphX.h
/usr/local/include/suitesparse/Mongoose.hpp
/usr/local/include/suitesparse/ParU.h
/usr/local/include/suitesparse/RBio.h
/usr/local/include/suitesparse/SPEX.h
/usr/local/include/suitesparse/SuiteSparseQR.hpp
/usr/local/include/suitesparse/SuiteSparseQR_C.h
/usr/local/include/suitesparse/SuiteSparseQR_definitions.h
/usr/local/include/suitesparse/SuiteSparse_config.h
/usr/local/include/suitesparse/amd.h
/usr/local/include/suitesparse/btf.h
/usr/local/include/suitesparse/camd.h
/usr/local/include/suitesparse/ccolamd.h
/usr/local/include/suitesparse/cholmod.h
/usr/local/include/suitesparse/colamd.h
/usr/local/include/suitesparse/cs.h
/usr/local/include/suitesparse/klu.h
/usr/local/include/suitesparse/klu_cholmod.h
/usr/local/include/suitesparse/ldl.h
/usr/local/include/suitesparse/spex_python_connect.h
/usr/local/include/suitesparse/umfpack.h
/usr/local/lib/cmake/AMD/AMDConfig.cmake
/usr/local/lib/cmake/AMD/AMDConfigVersion.cmake
/usr/local/lib/cmake/AMD/AMDTargets-release.cmake
/usr/local/lib/cmake/AMD/AMDTargets.cmake
/usr/local/lib/cmake/AMD/AMDTargets_static-release.cmake
/usr/local/lib/cmake/AMD/AMDTargets_static.cmake
/usr/local/lib/cmake/BTF/BTFConfig.cmake
/usr/local/lib/cmake/BTF/BTFConfigVersion.cmake
/usr/local/lib/cmake/BTF/BTFTargets-release.cmake
/usr/local/lib/cmake/BTF/BTFTargets.cmake
/usr/local/lib/cmake/BTF/BTFTargets_static-release.cmake
/usr/local/lib/cmake/BTF/BTFTargets_static.cmake
/usr/local/lib/cmake/CAMD/CAMDConfig.cmake
/usr/local/lib/cmake/CAMD/CAMDConfigVersion.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets-release.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets_static-release.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets_static.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDConfig.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDConfigVersion.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets-release.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets_static-release.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets_static.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODConfig.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODConfigVersion.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets-release.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets_static-release.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets_static.cmake
/usr/local/lib/cmake/COLAMD/COLAMDConfig.cmake
/usr/local/lib/cmake/COLAMD/COLAMDConfigVersion.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets-release.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets_static-release.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets_static.cmake
/usr/local/lib/cmake/CXSparse/CXSparseConfig.cmake
/usr/local/lib/cmake/CXSparse/CXSparseConfigVersion.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets-release.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets_static-release.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets_static.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASConfig.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASConfigVersion.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASTargets-release.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASTargets.cmake
/usr/local/lib/cmake/KLU/KLUConfig.cmake
/usr/local/lib/cmake/KLU/KLUConfigVersion.cmake
/usr/local/lib/cmake/KLU/KLUTargets-release.cmake
/usr/local/lib/cmake/KLU/KLUTargets.cmake
/usr/local/lib/cmake/KLU/KLUTargets_static-release.cmake
/usr/local/lib/cmake/KLU/KLUTargets_static.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfig.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfigVersion.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets-release.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static-release.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static.cmake
/usr/local/lib/cmake/LAGraph/FindGraphBLAS.cmake
/usr/local/lib/cmake/LAGraph/LAGraphConfig.cmake
/usr/local/lib/cmake/LAGraph/LAGraphConfigVersion.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets-release.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets_static-release.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets_static.cmake
/usr/local/lib/cmake/LDL/LDLConfig.cmake
/usr/local/lib/cmake/LDL/LDLConfigVersion.cmake
/usr/local/lib/cmake/LDL/LDLTargets-release.cmake
/usr/local/lib/cmake/LDL/LDLTargets.cmake
/usr/local/lib/cmake/LDL/LDLTargets_static-release.cmake
/usr/local/lib/cmake/LDL/LDLTargets_static.cmake
/usr/local/lib/cmake/ParU/ParUConfig.cmake
/usr/local/lib/cmake/ParU/ParUConfigVersion.cmake
/usr/local/lib/cmake/ParU/ParUTargets-release.cmake
/usr/local/lib/cmake/ParU/ParUTargets.cmake
/usr/local/lib/cmake/ParU/ParUTargets_static-release.cmake
/usr/local/lib/cmake/ParU/ParUTargets_static.cmake
/usr/local/lib/cmake/RBio/RBioConfig.cmake
/usr/local/lib/cmake/RBio/RBioConfigVersion.cmake
/usr/local/lib/cmake/RBio/RBioTargets-release.cmake
/usr/local/lib/cmake/RBio/RBioTargets.cmake
/usr/local/lib/cmake/RBio/RBioTargets_static-release.cmake
/usr/local/lib/cmake/RBio/RBioTargets_static.cmake
/usr/local/lib/cmake/SPEX/FindGMP.cmake
/usr/local/lib/cmake/SPEX/FindMPFR.cmake
/usr/local/lib/cmake/SPEX/SPEXConfig.cmake
/usr/local/lib/cmake/SPEX/SPEXConfigVersion.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets-release.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets_static-release.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets_static.cmake
/usr/local/lib/cmake/SPQR/SPQRConfig.cmake
/usr/local/lib/cmake/SPQR/SPQRConfigVersion.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets-release.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets_static-release.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets_static.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS32.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS64.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseLAPACK.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparsePolicy.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseReport.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparse__blas_threading.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparse__thread.cmake
/usr/local/lib/cmake/SuiteSparse/check_mkl.c
/usr/local/lib/cmake/SuiteSparse/check_openblas_Apr2024.c
/usr/local/lib/cmake/SuiteSparse/check_openblas_Mar2015.c
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-release.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static-release.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configConfig.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configConfigVersion.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets-release.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static-release.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKConfig.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKConfigVersion.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets-release.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets_static-release.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets_static.cmake
/usr/local/lib/libamd.a
/usr/local/lib/libamd.so
/usr/local/lib/libamd.so.2
/usr/local/lib/libamd.so.2.4.6
/usr/local/lib/libamd.so.3
/usr/local/lib/libamd.so.3.3.4
/usr/local/lib/libbtf.a
/usr/local/lib/libbtf.so
/usr/local/lib/libbtf.so.1
/usr/local/lib/libbtf.so.1.2.6
/usr/local/lib/libbtf.so.2
/usr/local/lib/libbtf.so.2.3.3
/usr/local/lib/libcamd.a
/usr/local/lib/libcamd.so
/usr/local/lib/libcamd.so.2
/usr/local/lib/libcamd.so.2.4.6
/usr/local/lib/libcamd.so.3
/usr/local/lib/libcamd.so.3.3.5
/usr/local/lib/libccolamd.a
/usr/local/lib/libccolamd.so
/usr/local/lib/libccolamd.so.2
/usr/local/lib/libccolamd.so.2.9.6
/usr/local/lib/libccolamd.so.3
/usr/local/lib/libccolamd.so.3.3.5
/usr/local/lib/libcholmod.a
/usr/local/lib/libcholmod.so
/usr/local/lib/libcholmod.so.3
/usr/local/lib/libcholmod.so.3.0.14
/usr/local/lib/libcholmod.so.5
/usr/local/lib/libcholmod.so.5.3.4
/usr/local/lib/libcolamd.a
/usr/local/lib/libcolamd.so
/usr/local/lib/libcolamd.so.2
/usr/local/lib/libcolamd.so.2.9.6
/usr/local/lib/libcolamd.so.3
/usr/local/lib/libcolamd.so.3.3.5
/usr/local/lib/libcxsparse.a
/usr/local/lib/libcxsparse.so
/usr/local/lib/libcxsparse.so.3
/usr/local/lib/libcxsparse.so.3.2.0
/usr/local/lib/libcxsparse.so.4
/usr/local/lib/libcxsparse.so.4.4.2
/usr/local/lib/libgraphblas.so
/usr/local/lib/libgraphblas.so.10
/usr/local/lib/libgraphblas.so.10.2.0
/usr/local/lib/libklu.a
/usr/local/lib/libklu.so
/usr/local/lib/libklu.so.1
/usr/local/lib/libklu.so.1.3.8
/usr/local/lib/libklu.so.2
/usr/local/lib/libklu.so.2.3.6
/usr/local/lib/libklu_cholmod.a
/usr/local/lib/libklu_cholmod.so
/usr/local/lib/libklu_cholmod.so.2
/usr/local/lib/libklu_cholmod.so.2.3.6
/usr/local/lib/liblagraph.a
/usr/local/lib/liblagraph.so
/usr/local/lib/liblagraph.so.1
/usr/local/lib/liblagraph.so.1.2.1
/usr/local/lib/liblagraphx.a
/usr/local/lib/liblagraphx.so
/usr/local/lib/liblagraphx.so.1
/usr/local/lib/liblagraphx.so.1.2.1
/usr/local/lib/libldl.a
/usr/local/lib/libldl.so
/usr/local/lib/libldl.so.2
/usr/local/lib/libldl.so.2.2.6
/usr/local/lib/libmetis.so
/usr/local/lib/libmongoose.a
/usr/local/lib/libmongoose.so
/usr/local/lib/libmongoose.so.2
/usr/local/lib/libmongoose.so.2.0.4
/usr/local/lib/libldl.so.3
/usr/local/lib/libldl.so.3.3.3
/usr/local/lib/libparu.a
/usr/local/lib/libparu.so
/usr/local/lib/libparu.so.1
/usr/local/lib/libparu.so.1.1.0
/usr/local/lib/librbio.a
/usr/local/lib/librbio.so
/usr/local/lib/librbio.so.2
/usr/local/lib/librbio.so.2.2.6
/usr/local/lib/librbio.so.4
/usr/local/lib/librbio.so.4.3.5
/usr/local/lib/libspex.a
/usr/local/lib/libspex.so
/usr/local/lib/libspex.so.3
/usr/local/lib/libspex.so.3.2.4
/usr/local/lib/libspexpython.so
/usr/local/lib/libspexpython.so.3
/usr/local/lib/libspexpython.so.3.2.4
/usr/local/lib/libspqr.a
/usr/local/lib/libspqr.so
/usr/local/lib/libspqr.so.2
/usr/local/lib/libspqr.so.2.0.9
/usr/local/lib/libspqr.so.4
/usr/local/lib/libspqr.so.4.3.6
/usr/local/lib/libsuitesparse_mongoose.a
/usr/local/lib/libsuitesparse_mongoose.so
/usr/local/lib/libsuitesparse_mongoose.so.3
/usr/local/lib/libsuitesparse_mongoose.so.3.3.6
/usr/local/lib/libsuitesparseconfig.a
/usr/local/lib/libsuitesparseconfig.so
/usr/local/lib/libsuitesparseconfig.so.5
/usr/local/lib/libsuitesparseconfig.so.5.7.2
/usr/local/lib/libsuitesparseconfig.so.7
/usr/local/lib/libsuitesparseconfig.so.7.12.1
/usr/local/lib/libumfpack.a
/usr/local/lib/libumfpack.so
/usr/local/lib/libumfpack.so.5
/usr/local/lib/libumfpack.so.5.7.9
/usr/local/share/doc/suitesparse-5.7.2/AMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/AMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/BTF_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/CCOLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/COLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CXSPARSE_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/LDL_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_manual.pdf
/usr/local/share/doc/suitesparse-5.7.2/RBIO_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SPQR_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SUITESPARSECONFIG_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SuiteSparse_README.md
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_QuickStart.pdf
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_README.txt
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/ldl_userguide.pdf
/usr/local/share/doc/suitesparse-5.7.2/spqr_user_guide.pdf
/usr/local/lib/libumfpack.so.6
/usr/local/lib/libumfpack.so.6.3.7
/usr/local/lib/pkgconfig/AMD.pc
/usr/local/lib/pkgconfig/BTF.pc
/usr/local/lib/pkgconfig/CAMD.pc
/usr/local/lib/pkgconfig/CCOLAMD.pc
/usr/local/lib/pkgconfig/CHOLMOD.pc
/usr/local/lib/pkgconfig/COLAMD.pc
/usr/local/lib/pkgconfig/CXSparse.pc
/usr/local/lib/pkgconfig/GraphBLAS.pc
/usr/local/lib/pkgconfig/KLU.pc
/usr/local/lib/pkgconfig/KLU_CHOLMOD.pc
/usr/local/lib/pkgconfig/LAGraph.pc
/usr/local/lib/pkgconfig/LDL.pc
/usr/local/lib/pkgconfig/ParU.pc
/usr/local/lib/pkgconfig/RBio.pc
/usr/local/lib/pkgconfig/SPEX.pc
/usr/local/lib/pkgconfig/SPQR.pc
/usr/local/lib/pkgconfig/SuiteSparse_Mongoose.pc
/usr/local/lib/pkgconfig/SuiteSparse_config.pc
/usr/local/lib/pkgconfig/UMFPACK.pc

View File

@@ -1,4 +1,4 @@
# Total size: 2066324
# Total size: 1926486
/usr/local/bin/w3m
/usr/local/bin/w3mman
/usr/local/libexec/w3m/cgi-bin/dirlist.cgi
@@ -18,11 +18,11 @@
/usr/local/share/locale/sv_SE/LC_MESSAGES/w3m.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/w3m.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/w3m.mo
/usr/local/share/man/de/man1/w3m.1.gz
/usr/local/share/man/de/man1/w3mman.1.gz
/usr/local/share/man/ja/man1/w3m.1.gz
/usr/local/share/man/man1/w3m.1.gz
/usr/local/share/man/man1/w3mman.1.gz
/usr/local/share/man/de/man1/w3m.1.zst
/usr/local/share/man/de/man1/w3mman.1.zst
/usr/local/share/man/ja/man1/w3m.1.zst
/usr/local/share/man/man1/w3m.1.zst
/usr/local/share/man/man1/w3mman.1.zst
/usr/local/share/w3m/w3mhelp-funcdesc.de.pl
/usr/local/share/w3m/w3mhelp-funcdesc.en.pl
/usr/local/share/w3m/w3mhelp-funcdesc.ja.pl

View File

@@ -1,4 +1,4 @@
# Total size: 766639
# Total size: 768551
/usr/local/include/gc.h
/usr/local/include/gc/cord.h
/usr/local/include/gc/cord_pos.h
@@ -25,7 +25,7 @@
/usr/local/lib/libcord.so.1.5.1
/usr/local/lib/libgc.so
/usr/local/lib/libgc.so.1
/usr/local/lib/libgc.so.1.5.4
/usr/local/lib/libgc.so.1.5.5
/usr/local/lib/pkgconfig/bdw-gc.pc
/usr/local/share/doc/gc/AUTHORS
/usr/local/share/doc/gc/README.DGUX386

View File

@@ -1,18 +0,0 @@
/usr/local/include/gexiv2/gexiv2-enums.h
/usr/local/include/gexiv2/gexiv2-log.h
/usr/local/include/gexiv2/gexiv2-managed-stream.h
/usr/local/include/gexiv2/gexiv2-metadata.h
/usr/local/include/gexiv2/gexiv2-preview-image.h
/usr/local/include/gexiv2/gexiv2-preview-properties.h
/usr/local/include/gexiv2/gexiv2-startup.h
/usr/local/include/gexiv2/gexiv2-version.h
/usr/local/include/gexiv2/gexiv2.h
/usr/local/lib/girepository-1.0/GExiv2-0.10.typelib
/usr/local/lib/libgexiv2.so
/usr/local/lib/libgexiv2.so.2
/usr/local/lib/libgexiv2.so.2.14.0
/usr/local/lib/pkgconfig/gexiv2.pc
/usr/local/lib/python3.10/site-packages/gi/overrides/GExiv2.py
/usr/local/share/gir-1.0/GExiv2-0.10.gir
/usr/local/share/vala/vapi/gexiv2.deps
/usr/local/share/vala/vapi/gexiv2.vapi

View File

@@ -1,13 +1,13 @@
# Total size: 8102368
/usr/local/lib/cmake/lapack-3.11.0/lapack-config-version.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-config.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-targets-release.cmake
/usr/local/lib/cmake/lapack-3.11.0/lapack-targets.cmake
# Total size: 19318326
/usr/local/lib/cmake/lapack-3.12.0/lapack-config-version.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-config.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-targets-release.cmake
/usr/local/lib/cmake/lapack-3.12.0/lapack-targets.cmake
/usr/local/lib/libblas.so
/usr/local/lib/libblas.so.3
/usr/local/lib/libblas.so.3.11.0
/usr/local/lib/libblas.so.3.12.0
/usr/local/lib/liblapack.so
/usr/local/lib/liblapack.so.3
/usr/local/lib/liblapack.so.3.11.0
/usr/local/lib/liblapack.so.3.12.0
/usr/local/lib/pkgconfig/blas.pc
/usr/local/lib/pkgconfig/lapack.pc

View File

@@ -0,0 +1,71 @@
# Total size: 4512246
/usr/local/bin/g-lensfun-update-data
/usr/local/bin/lensfun-add-adapter
/usr/local/bin/lensfun-update-data
/usr/local/include/lensfun/lensfun.h
/usr/local/lib/liblensfun.so
/usr/local/lib/liblensfun.so.0.3.4
/usr/local/lib/liblensfun.so.1
/usr/local/lib/pkgconfig/lensfun.pc
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/PKG-INFO
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/SOURCES.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/dependency_links.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/top_level.txt
/usr/local/lib/python3.13/site-packages/lensfun/__init__.py
/usr/local/lib/python3.13/site-packages/lensfun/__pycache__/__init__.cpython-313.pyc
/usr/local/share/lensfun/version_1/6x6.xml
/usr/local/share/lensfun/version_1/actioncams.xml
/usr/local/share/lensfun/version_1/compact-canon.xml
/usr/local/share/lensfun/version_1/compact-casio.xml
/usr/local/share/lensfun/version_1/compact-fujifilm.xml
/usr/local/share/lensfun/version_1/compact-kodak.xml
/usr/local/share/lensfun/version_1/compact-konica-minolta.xml
/usr/local/share/lensfun/version_1/compact-leica.xml
/usr/local/share/lensfun/version_1/compact-nikon.xml
/usr/local/share/lensfun/version_1/compact-olympus.xml
/usr/local/share/lensfun/version_1/compact-panasonic.xml
/usr/local/share/lensfun/version_1/compact-pentax.xml
/usr/local/share/lensfun/version_1/compact-ricoh.xml
/usr/local/share/lensfun/version_1/compact-samsung.xml
/usr/local/share/lensfun/version_1/compact-sigma.xml
/usr/local/share/lensfun/version_1/compact-sony.xml
/usr/local/share/lensfun/version_1/contax.xml
/usr/local/share/lensfun/version_1/generic.xml
/usr/local/share/lensfun/version_1/mil-canon.xml
/usr/local/share/lensfun/version_1/mil-fujifilm.xml
/usr/local/share/lensfun/version_1/mil-leica.xml
/usr/local/share/lensfun/version_1/mil-nikon.xml
/usr/local/share/lensfun/version_1/mil-olympus.xml
/usr/local/share/lensfun/version_1/mil-panasonic.xml
/usr/local/share/lensfun/version_1/mil-pentax.xml
/usr/local/share/lensfun/version_1/mil-samsung.xml
/usr/local/share/lensfun/version_1/mil-samyang.xml
/usr/local/share/lensfun/version_1/mil-sigma.xml
/usr/local/share/lensfun/version_1/mil-sony.xml
/usr/local/share/lensfun/version_1/mil-tamron.xml
/usr/local/share/lensfun/version_1/mil-tokina.xml
/usr/local/share/lensfun/version_1/mil-zeiss.xml
/usr/local/share/lensfun/version_1/misc.xml
/usr/local/share/lensfun/version_1/om-system.xml
/usr/local/share/lensfun/version_1/rf-leica.xml
/usr/local/share/lensfun/version_1/slr-canon.xml
/usr/local/share/lensfun/version_1/slr-hasselblad.xml
/usr/local/share/lensfun/version_1/slr-konica-minolta.xml
/usr/local/share/lensfun/version_1/slr-leica.xml
/usr/local/share/lensfun/version_1/slr-nikon.xml
/usr/local/share/lensfun/version_1/slr-olympus.xml
/usr/local/share/lensfun/version_1/slr-panasonic.xml
/usr/local/share/lensfun/version_1/slr-pentax.xml
/usr/local/share/lensfun/version_1/slr-ricoh.xml
/usr/local/share/lensfun/version_1/slr-samsung.xml
/usr/local/share/lensfun/version_1/slr-samyang.xml
/usr/local/share/lensfun/version_1/slr-schneider.xml
/usr/local/share/lensfun/version_1/slr-sigma.xml
/usr/local/share/lensfun/version_1/slr-soligor.xml
/usr/local/share/lensfun/version_1/slr-sony.xml
/usr/local/share/lensfun/version_1/slr-tamron.xml
/usr/local/share/lensfun/version_1/slr-tokina.xml
/usr/local/share/lensfun/version_1/slr-ussr.xml
/usr/local/share/lensfun/version_1/slr-vivitar.xml
/usr/local/share/lensfun/version_1/slr-zeiss.xml
/usr/local/share/lensfun/version_1/timestamp.txt

View File

@@ -1,94 +1,12 @@
# Total size: 584233
# Total size: 54681
/usr/local/include/ogg/config_types.h
/usr/local/include/ogg/ogg.h
/usr/local/include/ogg/os_types.h
/usr/local/lib/libogg.a
/usr/local/lib/libogg.la
/usr/local/lib/cmake/Ogg/OggConfig.cmake
/usr/local/lib/cmake/Ogg/OggConfigVersion.cmake
/usr/local/lib/cmake/Ogg/OggTargets-release.cmake
/usr/local/lib/cmake/Ogg/OggTargets.cmake
/usr/local/lib/libogg.so
/usr/local/lib/libogg.so.0
/usr/local/lib/libogg.so.0.8.5
/usr/local/lib/libogg.so.0.8.6
/usr/local/lib/pkgconfig/ogg.pc
/usr/local/share/aclocal/ogg.m4
/usr/local/share/doc/libogg/fish_xiph_org.png
/usr/local/share/doc/libogg/framing.html
/usr/local/share/doc/libogg/index.html
/usr/local/share/doc/libogg/libogg/bitpacking.html
/usr/local/share/doc/libogg/libogg/datastructures.html
/usr/local/share/doc/libogg/libogg/decoding.html
/usr/local/share/doc/libogg/libogg/encoding.html
/usr/local/share/doc/libogg/libogg/general.html
/usr/local/share/doc/libogg/libogg/index.html
/usr/local/share/doc/libogg/libogg/ogg_iovec_t.html
/usr/local/share/doc/libogg/libogg/ogg_packet.html
/usr/local/share/doc/libogg/libogg/ogg_packet_clear.html
/usr/local/share/doc/libogg/libogg/ogg_page.html
/usr/local/share/doc/libogg/libogg/ogg_page_bos.html
/usr/local/share/doc/libogg/libogg/ogg_page_checksum_set.html
/usr/local/share/doc/libogg/libogg/ogg_page_continued.html
/usr/local/share/doc/libogg/libogg/ogg_page_eos.html
/usr/local/share/doc/libogg/libogg/ogg_page_granulepos.html
/usr/local/share/doc/libogg/libogg/ogg_page_packets.html
/usr/local/share/doc/libogg/libogg/ogg_page_pageno.html
/usr/local/share/doc/libogg/libogg/ogg_page_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_page_version.html
/usr/local/share/doc/libogg/libogg/ogg_stream_check.html
/usr/local/share/doc/libogg/libogg/ogg_stream_clear.html
/usr/local/share/doc/libogg/libogg/ogg_stream_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_stream_eos.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_init.html
/usr/local/share/doc/libogg/libogg/ogg_stream_iovecin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pagein.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_stream_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_buffer.html
/usr/local/share/doc/libogg/libogg/ogg_sync_check.html
/usr/local/share/doc/libogg/libogg/ogg_sync_clear.html
/usr/local/share/doc/libogg/libogg/ogg_sync_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_sync_init.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageseek.html
/usr/local/share/doc/libogg/libogg/ogg_sync_reset.html
/usr/local/share/doc/libogg/libogg/ogg_sync_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_wrote.html
/usr/local/share/doc/libogg/libogg/oggpack_adv.html
/usr/local/share/doc/libogg/libogg/oggpack_adv1.html
/usr/local/share/doc/libogg/libogg/oggpack_bits.html
/usr/local/share/doc/libogg/libogg/oggpack_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_bytes.html
/usr/local/share/doc/libogg/libogg/oggpack_get_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_look.html
/usr/local/share/doc/libogg/libogg/oggpack_look1.html
/usr/local/share/doc/libogg/libogg/oggpack_read.html
/usr/local/share/doc/libogg/libogg/oggpack_read1.html
/usr/local/share/doc/libogg/libogg/oggpack_readinit.html
/usr/local/share/doc/libogg/libogg/oggpack_reset.html
/usr/local/share/doc/libogg/libogg/oggpack_write.html
/usr/local/share/doc/libogg/libogg/oggpack_writealign.html
/usr/local/share/doc/libogg/libogg/oggpack_writecheck.html
/usr/local/share/doc/libogg/libogg/oggpack_writeclear.html
/usr/local/share/doc/libogg/libogg/oggpack_writecopy.html
/usr/local/share/doc/libogg/libogg/oggpack_writeinit.html
/usr/local/share/doc/libogg/libogg/oggpack_writetrunc.html
/usr/local/share/doc/libogg/libogg/overview.html
/usr/local/share/doc/libogg/libogg/reference.html
/usr/local/share/doc/libogg/libogg/style.css
/usr/local/share/doc/libogg/multiplex1.png
/usr/local/share/doc/libogg/ogg-multiplex.html
/usr/local/share/doc/libogg/oggstream.html
/usr/local/share/doc/libogg/packets.png
/usr/local/share/doc/libogg/pages.png
/usr/local/share/doc/libogg/rfc3533.txt
/usr/local/share/doc/libogg/rfc5334.txt
/usr/local/share/doc/libogg/skeleton.html
/usr/local/share/doc/libogg/stream.png
/usr/local/share/doc/libogg/vorbisword2.png
/usr/local/share/doc/libogg/white-ogg.png
/usr/local/share/doc/libogg/white-xifish.png

View File

@@ -1,136 +1,252 @@
# Total size: 6945861
/usr/local/bin/mongoose
/usr/local/include/Mongoose.hpp
/usr/local/include/RBio.h
/usr/local/include/SuiteSparseQR.hpp
/usr/local/include/SuiteSparseQR_C.h
/usr/local/include/SuiteSparseQR_definitions.h
/usr/local/include/SuiteSparse_config.h
/usr/local/include/amd.h
/usr/local/include/btf.h
/usr/local/include/camd.h
/usr/local/include/ccolamd.h
/usr/local/include/cholmod.h
/usr/local/include/cholmod_blas.h
/usr/local/include/cholmod_camd.h
/usr/local/include/cholmod_check.h
/usr/local/include/cholmod_cholesky.h
/usr/local/include/cholmod_complexity.h
/usr/local/include/cholmod_config.h
/usr/local/include/cholmod_core.h
/usr/local/include/cholmod_function.h
/usr/local/include/cholmod_gpu.h
/usr/local/include/cholmod_gpu_kernels.h
/usr/local/include/cholmod_io64.h
/usr/local/include/cholmod_matrixops.h
/usr/local/include/cholmod_modify.h
/usr/local/include/cholmod_partition.h
/usr/local/include/cholmod_supernodal.h
/usr/local/include/cholmod_template.h
/usr/local/include/colamd.h
/usr/local/include/cs.h
/usr/local/include/klu.h
/usr/local/include/ldl.h
/usr/local/include/metis.h
/usr/local/include/spqr.hpp
/usr/local/include/umfpack.h
/usr/local/include/umfpack_col_to_triplet.h
/usr/local/include/umfpack_defaults.h
/usr/local/include/umfpack_free_numeric.h
/usr/local/include/umfpack_free_symbolic.h
/usr/local/include/umfpack_get_determinant.h
/usr/local/include/umfpack_get_lunz.h
/usr/local/include/umfpack_get_numeric.h
/usr/local/include/umfpack_get_symbolic.h
/usr/local/include/umfpack_global.h
/usr/local/include/umfpack_load_numeric.h
/usr/local/include/umfpack_load_symbolic.h
/usr/local/include/umfpack_numeric.h
/usr/local/include/umfpack_qsymbolic.h
/usr/local/include/umfpack_report_control.h
/usr/local/include/umfpack_report_info.h
/usr/local/include/umfpack_report_matrix.h
/usr/local/include/umfpack_report_numeric.h
/usr/local/include/umfpack_report_perm.h
/usr/local/include/umfpack_report_status.h
/usr/local/include/umfpack_report_symbolic.h
/usr/local/include/umfpack_report_triplet.h
/usr/local/include/umfpack_report_vector.h
/usr/local/include/umfpack_save_numeric.h
/usr/local/include/umfpack_save_symbolic.h
/usr/local/include/umfpack_scale.h
/usr/local/include/umfpack_solve.h
/usr/local/include/umfpack_symbolic.h
/usr/local/include/umfpack_tictoc.h
/usr/local/include/umfpack_timer.h
/usr/local/include/umfpack_transpose.h
/usr/local/include/umfpack_triplet_to_col.h
/usr/local/include/umfpack_wsolve.h
# Total size: 102368024
/usr/local/bin/suitesparse_mongoose
/usr/local/include/suitesparse/GraphBLAS.h
/usr/local/include/suitesparse/LAGraph.h
/usr/local/include/suitesparse/LAGraphX.h
/usr/local/include/suitesparse/Mongoose.hpp
/usr/local/include/suitesparse/ParU.h
/usr/local/include/suitesparse/RBio.h
/usr/local/include/suitesparse/SPEX.h
/usr/local/include/suitesparse/SuiteSparseQR.hpp
/usr/local/include/suitesparse/SuiteSparseQR_C.h
/usr/local/include/suitesparse/SuiteSparseQR_definitions.h
/usr/local/include/suitesparse/SuiteSparse_config.h
/usr/local/include/suitesparse/amd.h
/usr/local/include/suitesparse/btf.h
/usr/local/include/suitesparse/camd.h
/usr/local/include/suitesparse/ccolamd.h
/usr/local/include/suitesparse/cholmod.h
/usr/local/include/suitesparse/colamd.h
/usr/local/include/suitesparse/cs.h
/usr/local/include/suitesparse/klu.h
/usr/local/include/suitesparse/klu_cholmod.h
/usr/local/include/suitesparse/ldl.h
/usr/local/include/suitesparse/spex_python_connect.h
/usr/local/include/suitesparse/umfpack.h
/usr/local/lib/cmake/AMD/AMDConfig.cmake
/usr/local/lib/cmake/AMD/AMDConfigVersion.cmake
/usr/local/lib/cmake/AMD/AMDTargets-release.cmake
/usr/local/lib/cmake/AMD/AMDTargets.cmake
/usr/local/lib/cmake/AMD/AMDTargets_static-release.cmake
/usr/local/lib/cmake/AMD/AMDTargets_static.cmake
/usr/local/lib/cmake/BTF/BTFConfig.cmake
/usr/local/lib/cmake/BTF/BTFConfigVersion.cmake
/usr/local/lib/cmake/BTF/BTFTargets-release.cmake
/usr/local/lib/cmake/BTF/BTFTargets.cmake
/usr/local/lib/cmake/BTF/BTFTargets_static-release.cmake
/usr/local/lib/cmake/BTF/BTFTargets_static.cmake
/usr/local/lib/cmake/CAMD/CAMDConfig.cmake
/usr/local/lib/cmake/CAMD/CAMDConfigVersion.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets-release.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets_static-release.cmake
/usr/local/lib/cmake/CAMD/CAMDTargets_static.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDConfig.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDConfigVersion.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets-release.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets_static-release.cmake
/usr/local/lib/cmake/CCOLAMD/CCOLAMDTargets_static.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODConfig.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODConfigVersion.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets-release.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets_static-release.cmake
/usr/local/lib/cmake/CHOLMOD/CHOLMODTargets_static.cmake
/usr/local/lib/cmake/COLAMD/COLAMDConfig.cmake
/usr/local/lib/cmake/COLAMD/COLAMDConfigVersion.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets-release.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets_static-release.cmake
/usr/local/lib/cmake/COLAMD/COLAMDTargets_static.cmake
/usr/local/lib/cmake/CXSparse/CXSparseConfig.cmake
/usr/local/lib/cmake/CXSparse/CXSparseConfigVersion.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets-release.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets_static-release.cmake
/usr/local/lib/cmake/CXSparse/CXSparseTargets_static.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASConfig.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASConfigVersion.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASTargets-release.cmake
/usr/local/lib/cmake/GraphBLAS/GraphBLASTargets.cmake
/usr/local/lib/cmake/KLU/KLUConfig.cmake
/usr/local/lib/cmake/KLU/KLUConfigVersion.cmake
/usr/local/lib/cmake/KLU/KLUTargets-release.cmake
/usr/local/lib/cmake/KLU/KLUTargets.cmake
/usr/local/lib/cmake/KLU/KLUTargets_static-release.cmake
/usr/local/lib/cmake/KLU/KLUTargets_static.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfig.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODConfigVersion.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets-release.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static-release.cmake
/usr/local/lib/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static.cmake
/usr/local/lib/cmake/LAGraph/FindGraphBLAS.cmake
/usr/local/lib/cmake/LAGraph/LAGraphConfig.cmake
/usr/local/lib/cmake/LAGraph/LAGraphConfigVersion.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets-release.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets_static-release.cmake
/usr/local/lib/cmake/LAGraph/LAGraphTargets_static.cmake
/usr/local/lib/cmake/LDL/LDLConfig.cmake
/usr/local/lib/cmake/LDL/LDLConfigVersion.cmake
/usr/local/lib/cmake/LDL/LDLTargets-release.cmake
/usr/local/lib/cmake/LDL/LDLTargets.cmake
/usr/local/lib/cmake/LDL/LDLTargets_static-release.cmake
/usr/local/lib/cmake/LDL/LDLTargets_static.cmake
/usr/local/lib/cmake/ParU/ParUConfig.cmake
/usr/local/lib/cmake/ParU/ParUConfigVersion.cmake
/usr/local/lib/cmake/ParU/ParUTargets-release.cmake
/usr/local/lib/cmake/ParU/ParUTargets.cmake
/usr/local/lib/cmake/ParU/ParUTargets_static-release.cmake
/usr/local/lib/cmake/ParU/ParUTargets_static.cmake
/usr/local/lib/cmake/RBio/RBioConfig.cmake
/usr/local/lib/cmake/RBio/RBioConfigVersion.cmake
/usr/local/lib/cmake/RBio/RBioTargets-release.cmake
/usr/local/lib/cmake/RBio/RBioTargets.cmake
/usr/local/lib/cmake/RBio/RBioTargets_static-release.cmake
/usr/local/lib/cmake/RBio/RBioTargets_static.cmake
/usr/local/lib/cmake/SPEX/FindGMP.cmake
/usr/local/lib/cmake/SPEX/FindMPFR.cmake
/usr/local/lib/cmake/SPEX/SPEXConfig.cmake
/usr/local/lib/cmake/SPEX/SPEXConfigVersion.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets-release.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets_static-release.cmake
/usr/local/lib/cmake/SPEX/SPEXTargets_static.cmake
/usr/local/lib/cmake/SPQR/SPQRConfig.cmake
/usr/local/lib/cmake/SPQR/SPQRConfigVersion.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets-release.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets_static-release.cmake
/usr/local/lib/cmake/SPQR/SPQRTargets_static.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS32.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseBLAS64.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseLAPACK.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparsePolicy.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparseReport.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparse__blas_threading.cmake
/usr/local/lib/cmake/SuiteSparse/SuiteSparse__thread.cmake
/usr/local/lib/cmake/SuiteSparse/check_mkl.c
/usr/local/lib/cmake/SuiteSparse/check_openblas_Apr2024.c
/usr/local/lib/cmake/SuiteSparse/check_openblas_Mar2015.c
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-release.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static-release.cmake
/usr/local/lib/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configConfig.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configConfigVersion.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets-release.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static-release.cmake
/usr/local/lib/cmake/SuiteSparse_config/SuiteSparse_configTargets_static.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKConfig.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKConfigVersion.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets-release.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets_static-release.cmake
/usr/local/lib/cmake/UMFPACK/UMFPACKTargets_static.cmake
/usr/local/lib/libamd.a
/usr/local/lib/libamd.so
/usr/local/lib/libamd.so.2
/usr/local/lib/libamd.so.2.4.6
/usr/local/lib/libamd.so.3
/usr/local/lib/libamd.so.3.3.4
/usr/local/lib/libbtf.a
/usr/local/lib/libbtf.so
/usr/local/lib/libbtf.so.1
/usr/local/lib/libbtf.so.1.2.6
/usr/local/lib/libbtf.so.2
/usr/local/lib/libbtf.so.2.3.3
/usr/local/lib/libcamd.a
/usr/local/lib/libcamd.so
/usr/local/lib/libcamd.so.2
/usr/local/lib/libcamd.so.2.4.6
/usr/local/lib/libcamd.so.3
/usr/local/lib/libcamd.so.3.3.5
/usr/local/lib/libccolamd.a
/usr/local/lib/libccolamd.so
/usr/local/lib/libccolamd.so.2
/usr/local/lib/libccolamd.so.2.9.6
/usr/local/lib/libccolamd.so.3
/usr/local/lib/libccolamd.so.3.3.5
/usr/local/lib/libcholmod.a
/usr/local/lib/libcholmod.so
/usr/local/lib/libcholmod.so.3
/usr/local/lib/libcholmod.so.3.0.14
/usr/local/lib/libcholmod.so.5
/usr/local/lib/libcholmod.so.5.3.4
/usr/local/lib/libcolamd.a
/usr/local/lib/libcolamd.so
/usr/local/lib/libcolamd.so.2
/usr/local/lib/libcolamd.so.2.9.6
/usr/local/lib/libcolamd.so.3
/usr/local/lib/libcolamd.so.3.3.5
/usr/local/lib/libcxsparse.a
/usr/local/lib/libcxsparse.so
/usr/local/lib/libcxsparse.so.3
/usr/local/lib/libcxsparse.so.3.2.0
/usr/local/lib/libcxsparse.so.4
/usr/local/lib/libcxsparse.so.4.4.2
/usr/local/lib/libgraphblas.so
/usr/local/lib/libgraphblas.so.10
/usr/local/lib/libgraphblas.so.10.2.0
/usr/local/lib/libklu.a
/usr/local/lib/libklu.so
/usr/local/lib/libklu.so.1
/usr/local/lib/libklu.so.1.3.8
/usr/local/lib/libklu.so.2
/usr/local/lib/libklu.so.2.3.6
/usr/local/lib/libklu_cholmod.a
/usr/local/lib/libklu_cholmod.so
/usr/local/lib/libklu_cholmod.so.2
/usr/local/lib/libklu_cholmod.so.2.3.6
/usr/local/lib/liblagraph.a
/usr/local/lib/liblagraph.so
/usr/local/lib/liblagraph.so.1
/usr/local/lib/liblagraph.so.1.2.1
/usr/local/lib/liblagraphx.a
/usr/local/lib/liblagraphx.so
/usr/local/lib/liblagraphx.so.1
/usr/local/lib/liblagraphx.so.1.2.1
/usr/local/lib/libldl.a
/usr/local/lib/libldl.so
/usr/local/lib/libldl.so.2
/usr/local/lib/libldl.so.2.2.6
/usr/local/lib/libmetis.so
/usr/local/lib/libmongoose.a
/usr/local/lib/libmongoose.so
/usr/local/lib/libmongoose.so.2
/usr/local/lib/libmongoose.so.2.0.4
/usr/local/lib/libldl.so.3
/usr/local/lib/libldl.so.3.3.3
/usr/local/lib/libparu.a
/usr/local/lib/libparu.so
/usr/local/lib/libparu.so.1
/usr/local/lib/libparu.so.1.1.0
/usr/local/lib/librbio.a
/usr/local/lib/librbio.so
/usr/local/lib/librbio.so.2
/usr/local/lib/librbio.so.2.2.6
/usr/local/lib/librbio.so.4
/usr/local/lib/librbio.so.4.3.5
/usr/local/lib/libspex.a
/usr/local/lib/libspex.so
/usr/local/lib/libspex.so.3
/usr/local/lib/libspex.so.3.2.4
/usr/local/lib/libspexpython.so
/usr/local/lib/libspexpython.so.3
/usr/local/lib/libspexpython.so.3.2.4
/usr/local/lib/libspqr.a
/usr/local/lib/libspqr.so
/usr/local/lib/libspqr.so.2
/usr/local/lib/libspqr.so.2.0.9
/usr/local/lib/libspqr.so.4
/usr/local/lib/libspqr.so.4.3.6
/usr/local/lib/libsuitesparse_mongoose.a
/usr/local/lib/libsuitesparse_mongoose.so
/usr/local/lib/libsuitesparse_mongoose.so.3
/usr/local/lib/libsuitesparse_mongoose.so.3.3.6
/usr/local/lib/libsuitesparseconfig.a
/usr/local/lib/libsuitesparseconfig.so
/usr/local/lib/libsuitesparseconfig.so.5
/usr/local/lib/libsuitesparseconfig.so.5.7.2
/usr/local/lib/libsuitesparseconfig.so.7
/usr/local/lib/libsuitesparseconfig.so.7.12.1
/usr/local/lib/libumfpack.a
/usr/local/lib/libumfpack.so
/usr/local/lib/libumfpack.so.5
/usr/local/lib/libumfpack.so.5.7.9
/usr/local/share/doc/suitesparse-5.7.2/AMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/AMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/BTF_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/CCOLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/COLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CXSPARSE_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/LDL_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_manual.pdf
/usr/local/share/doc/suitesparse-5.7.2/RBIO_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SPQR_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SUITESPARSECONFIG_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SuiteSparse_README.md
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_QuickStart.pdf
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_README.txt
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/ldl_userguide.pdf
/usr/local/share/doc/suitesparse-5.7.2/spqr_user_guide.pdf
/usr/local/lib/libumfpack.so.6
/usr/local/lib/libumfpack.so.6.3.7
/usr/local/lib/pkgconfig/AMD.pc
/usr/local/lib/pkgconfig/BTF.pc
/usr/local/lib/pkgconfig/CAMD.pc
/usr/local/lib/pkgconfig/CCOLAMD.pc
/usr/local/lib/pkgconfig/CHOLMOD.pc
/usr/local/lib/pkgconfig/COLAMD.pc
/usr/local/lib/pkgconfig/CXSparse.pc
/usr/local/lib/pkgconfig/GraphBLAS.pc
/usr/local/lib/pkgconfig/KLU.pc
/usr/local/lib/pkgconfig/KLU_CHOLMOD.pc
/usr/local/lib/pkgconfig/LAGraph.pc
/usr/local/lib/pkgconfig/LDL.pc
/usr/local/lib/pkgconfig/ParU.pc
/usr/local/lib/pkgconfig/RBio.pc
/usr/local/lib/pkgconfig/SPEX.pc
/usr/local/lib/pkgconfig/SPQR.pc
/usr/local/lib/pkgconfig/SuiteSparse_Mongoose.pc
/usr/local/lib/pkgconfig/SuiteSparse_config.pc
/usr/local/lib/pkgconfig/UMFPACK.pc

View File

@@ -1,4 +1,4 @@
# Total size: 1956022
# Total size: 3651709
/usr/local/bin/babl
/usr/local/include/babl-0.1/babl/babl-introspect.h
/usr/local/include/babl-0.1/babl/babl-macros.h
@@ -64,4 +64,120 @@
/usr/local/lib64/libbabl-0.1.so.0
/usr/local/lib64/libbabl-0.1.so.0.215.1
/usr/local/lib64/pkgconfig/babl-0.1.pc
/usr/local/share/doc/babl-0.1/RedHatDisplay-Black.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-Black.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-BlackItalic.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-BlackItalic.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-Bold.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-Bold.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-BoldItalic.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-BoldItalic.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-Italic.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-Italic.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-Medium.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-Medium.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-MediumItalic.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-MediumItalic.woff2
/usr/local/share/doc/babl-0.1/RedHatDisplay-Regular.woff
/usr/local/share/doc/babl-0.1/RedHatDisplay-Regular.woff2
/usr/local/share/doc/babl-0.1/RedHatText-Bold.woff
/usr/local/share/doc/babl-0.1/RedHatText-Bold.woff2
/usr/local/share/doc/babl-0.1/RedHatText-BoldItalic.woff
/usr/local/share/doc/babl-0.1/RedHatText-BoldItalic.woff2
/usr/local/share/doc/babl-0.1/RedHatText-Italic.woff
/usr/local/share/doc/babl-0.1/RedHatText-Italic.woff2
/usr/local/share/doc/babl-0.1/RedHatText-Medium.woff
/usr/local/share/doc/babl-0.1/RedHatText-Medium.woff2
/usr/local/share/doc/babl-0.1/RedHatText-MediumItalic.woff
/usr/local/share/doc/babl-0.1/RedHatText-MediumItalic.woff2
/usr/local/share/doc/babl-0.1/RedHatText-Regular.woff
/usr/local/share/doc/babl-0.1/RedHatText-Regular.woff2
/usr/local/share/doc/babl-0.1/SourceCodePro-It.ttf.woff
/usr/local/share/doc/babl-0.1/SourceCodePro-Regular.ttf.woff
/usr/local/share/doc/babl-0.1/SourceCodePro-Semibold.ttf.woff
/usr/local/share/doc/babl-0.1/babl-0.1.devhelp2
/usr/local/share/doc/babl-0.1/callback.FishProcess.html
/usr/local/share/doc/babl-0.1/callback.FuncLinear.html
/usr/local/share/doc/babl-0.1/callback.FuncPlanar.html
/usr/local/share/doc/babl-0.1/const.ALPHA_FLOOR.html
/usr/local/share/doc/babl-0.1/const.ALPHA_FLOOR_F.html
/usr/local/share/doc/babl-0.1/const.MAJOR_VERSION.html
/usr/local/share/doc/babl-0.1/const.MICRO_VERSION.html
/usr/local/share/doc/babl-0.1/const.MINOR_VERSION.html
/usr/local/share/doc/babl-0.1/enum.IccIntent.html
/usr/local/share/doc/babl-0.1/enum.SpaceFlags.html
/usr/local/share/doc/babl-0.1/flags.ModelFlag.html
/usr/local/share/doc/babl-0.1/fonts.css
/usr/local/share/doc/babl-0.1/func.component.html
/usr/local/share/doc/babl-0.1/func.component_new.html
/usr/local/share/doc/babl-0.1/func.conversion_get_destination_space.html
/usr/local/share/doc/babl-0.1/func.conversion_get_source_space.html
/usr/local/share/doc/babl-0.1/func.conversion_new.html
/usr/local/share/doc/babl-0.1/func.exit.html
/usr/local/share/doc/babl-0.1/func.fast_fish.html
/usr/local/share/doc/babl-0.1/func.fish.html
/usr/local/share/doc/babl-0.1/func.fish_get_process.html
/usr/local/share/doc/babl-0.1/func.format.html
/usr/local/share/doc/babl-0.1/func.format_exists.html
/usr/local/share/doc/babl-0.1/func.format_get_bytes_per_pixel.html
/usr/local/share/doc/babl-0.1/func.format_get_encoding.html
/usr/local/share/doc/babl-0.1/func.format_get_model.html
/usr/local/share/doc/babl-0.1/func.format_get_n_components.html
/usr/local/share/doc/babl-0.1/func.format_get_space.html
/usr/local/share/doc/babl-0.1/func.format_get_type.html
/usr/local/share/doc/babl-0.1/func.format_has_alpha.html
/usr/local/share/doc/babl-0.1/func.format_is_format_n.html
/usr/local/share/doc/babl-0.1/func.format_is_palette.html
/usr/local/share/doc/babl-0.1/func.format_n.html
/usr/local/share/doc/babl-0.1/func.format_new.html
/usr/local/share/doc/babl-0.1/func.format_with_space.html
/usr/local/share/doc/babl-0.1/func.gc.html
/usr/local/share/doc/babl-0.1/func.get_model_flags.html
/usr/local/share/doc/babl-0.1/func.get_name.html
/usr/local/share/doc/babl-0.1/func.get_user_data.html
/usr/local/share/doc/babl-0.1/func.get_version.html
/usr/local/share/doc/babl-0.1/func.icc_get_key.html
/usr/local/share/doc/babl-0.1/func.icc_make_space.html
/usr/local/share/doc/babl-0.1/func.init.html
/usr/local/share/doc/babl-0.1/func.introspect.html
/usr/local/share/doc/babl-0.1/func.model.html
/usr/local/share/doc/babl-0.1/func.model_is.html
/usr/local/share/doc/babl-0.1/func.model_new.html
/usr/local/share/doc/babl-0.1/func.model_with_space.html
/usr/local/share/doc/babl-0.1/func.new_palette.html
/usr/local/share/doc/babl-0.1/func.new_palette_with_space.html
/usr/local/share/doc/babl-0.1/func.palette_reset.html
/usr/local/share/doc/babl-0.1/func.palette_set_palette.html
/usr/local/share/doc/babl-0.1/func.process.html
/usr/local/share/doc/babl-0.1/func.process_rows.html
/usr/local/share/doc/babl-0.1/func.sampling.html
/usr/local/share/doc/babl-0.1/func.set_user_data.html
/usr/local/share/doc/babl-0.1/func.space.html
/usr/local/share/doc/babl-0.1/func.space_from_chromaticities.html
/usr/local/share/doc/babl-0.1/func.space_from_icc.html
/usr/local/share/doc/babl-0.1/func.space_from_rgbxyz_matrix.html
/usr/local/share/doc/babl-0.1/func.space_get.html
/usr/local/share/doc/babl-0.1/func.space_get_gamma.html
/usr/local/share/doc/babl-0.1/func.space_get_icc.html
/usr/local/share/doc/babl-0.1/func.space_get_rgb_luminance.html
/usr/local/share/doc/babl-0.1/func.space_is_cmyk.html
/usr/local/share/doc/babl-0.1/func.space_is_gray.html
/usr/local/share/doc/babl-0.1/func.space_is_rgb.html
/usr/local/share/doc/babl-0.1/func.space_with_trc.html
/usr/local/share/doc/babl-0.1/func.trc.html
/usr/local/share/doc/babl-0.1/func.trc_gamma.html
/usr/local/share/doc/babl-0.1/func.type.html
/usr/local/share/doc/babl-0.1/func.type_new.html
/usr/local/share/doc/babl-0.1/fzy.js
/usr/local/share/doc/babl-0.1/go-up-symbolic.png
/usr/local/share/doc/babl-0.1/index.html
/usr/local/share/doc/babl-0.1/index.json
/usr/local/share/doc/babl-0.1/main.js
/usr/local/share/doc/babl-0.1/search.js
/usr/local/share/doc/babl-0.1/solarized-dark.css
/usr/local/share/doc/babl-0.1/solarized-light.css
/usr/local/share/doc/babl-0.1/style.css
/usr/local/share/doc/babl-0.1/union.Object.html
/usr/local/share/gir-1.0/Babl-0.1.gir
/usr/local/share/vala/vapi/babl-0.1.deps
/usr/local/share/vala/vapi/babl-0.1.vapi

View File

@@ -1,4 +1,4 @@
# Total size: 759053
# Total size: 760633
/usr/local/include/gc.h
/usr/local/include/gc/cord.h
/usr/local/include/gc/cord_pos.h
@@ -25,7 +25,7 @@
/usr/local/lib64/libcord.so.1.5.1
/usr/local/lib64/libgc.so
/usr/local/lib64/libgc.so.1
/usr/local/lib64/libgc.so.1.5.4
/usr/local/lib64/libgc.so.1.5.5
/usr/local/lib64/pkgconfig/bdw-gc.pc
/usr/local/share/doc/gc/AUTHORS
/usr/local/share/doc/gc/README.DGUX386

View File

@@ -1,4 +1,4 @@
# Total size: 15833496
# Total size: 22581803
/usr/local/bin/gegl
/usr/local/bin/gegl-imgcmp
/usr/local/include/gegl-0.4/gegl-apply.h
@@ -119,6 +119,7 @@
/usr/local/lib64/gegl-0.4/jpg-load.so
/usr/local/lib64/gegl-0.4/jpg-save.so
/usr/local/lib64/gegl-0.4/lcms-from-profile.so
/usr/local/lib64/gegl-0.4/matting-levin.so
/usr/local/lib64/gegl-0.4/npd.so
/usr/local/lib64/gegl-0.4/npy-save.so
/usr/local/lib64/gegl-0.4/path.so
@@ -129,6 +130,7 @@
/usr/local/lib64/gegl-0.4/png-save.so
/usr/local/lib64/gegl-0.4/ppm-load.so
/usr/local/lib64/gegl-0.4/ppm-save.so
/usr/local/lib64/gegl-0.4/raw-load.so
/usr/local/lib64/gegl-0.4/rgbe-load.so
/usr/local/lib64/gegl-0.4/rgbe-save.so
/usr/local/lib64/gegl-0.4/sdl2-display.so
@@ -144,6 +146,7 @@
/usr/local/lib64/gegl-0.4/vector-stroke.so
/usr/local/lib64/gegl-0.4/webp-load.so
/usr/local/lib64/gegl-0.4/webp-save.so
/usr/local/lib64/girepository-1.0/Gegl-0.4.typelib
/usr/local/lib64/libgegl-0.4.so
/usr/local/lib64/libgegl-0.4.so.0
/usr/local/lib64/libgegl-0.4.so.0.463.1
@@ -151,6 +154,677 @@
/usr/local/lib64/libgegl-sc-0.4.so
/usr/local/lib64/pkgconfig/gegl-0.4.pc
/usr/local/lib64/pkgconfig/gegl-sc-0.4.pc
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Black.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Black.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BlackItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BlackItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Bold.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Bold.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BoldItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-BoldItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Italic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Italic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Medium.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Medium.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-MediumItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-MediumItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Regular.woff
/usr/local/share/doc/gegl-0.4/RedHatDisplay-Regular.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Bold.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Bold.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-BoldItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-BoldItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Italic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Italic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Medium.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Medium.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-MediumItalic.woff
/usr/local/share/doc/gegl-0.4/RedHatText-MediumItalic.woff2
/usr/local/share/doc/gegl-0.4/RedHatText-Regular.woff
/usr/local/share/doc/gegl-0.4/RedHatText-Regular.woff2
/usr/local/share/doc/gegl-0.4/SourceCodePro-It.ttf.woff
/usr/local/share/doc/gegl-0.4/SourceCodePro-Regular.ttf.woff
/usr/local/share/doc/gegl-0.4/SourceCodePro-Semibold.ttf.woff
/usr/local/share/doc/gegl-0.4/callback.FlattenerFunc.html
/usr/local/share/doc/gegl-0.4/callback.LookupFunction.html
/usr/local/share/doc/gegl-0.4/callback.NodeFunction.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeAreaFunc.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeFunc.html
/usr/local/share/doc/gegl-0.4/callback.ParallelDistributeRangeFunc.html
/usr/local/share/doc/gegl-0.4/callback.SamplerGetFun.html
/usr/local/share/doc/gegl-0.4/callback.TileCallback.html
/usr/local/share/doc/gegl-0.4/callback.TileSourceCommand.html
/usr/local/share/doc/gegl-0.4/class.AudioFragment.html
/usr/local/share/doc/gegl-0.4/class.Buffer.html
/usr/local/share/doc/gegl-0.4/class.Color.html
/usr/local/share/doc/gegl-0.4/class.Config.html
/usr/local/share/doc/gegl-0.4/class.Curve.html
/usr/local/share/doc/gegl-0.4/class.MetadataHash.html
/usr/local/share/doc/gegl-0.4/class.MetadataStore.html
/usr/local/share/doc/gegl-0.4/class.Node.html
/usr/local/share/doc/gegl-0.4/class.Operation.html
/usr/local/share/doc/gegl-0.4/class.ParamAudioFragment.html
/usr/local/share/doc/gegl-0.4/class.ParamColor.html
/usr/local/share/doc/gegl-0.4/class.ParamCurve.html
/usr/local/share/doc/gegl-0.4/class.ParamDouble.html
/usr/local/share/doc/gegl-0.4/class.ParamEnum.html
/usr/local/share/doc/gegl-0.4/class.ParamFilePath.html
/usr/local/share/doc/gegl-0.4/class.ParamFormat.html
/usr/local/share/doc/gegl-0.4/class.ParamInt.html
/usr/local/share/doc/gegl-0.4/class.ParamPath.html
/usr/local/share/doc/gegl-0.4/class.ParamSeed.html
/usr/local/share/doc/gegl-0.4/class.ParamString.html
/usr/local/share/doc/gegl-0.4/class.ParamUri.html
/usr/local/share/doc/gegl-0.4/class.Path.html
/usr/local/share/doc/gegl-0.4/class.Processor.html
/usr/local/share/doc/gegl-0.4/class.Stats.html
/usr/local/share/doc/gegl-0.4/class.TileBackend.html
/usr/local/share/doc/gegl-0.4/class.TileHandler.html
/usr/local/share/doc/gegl-0.4/class.TileSource.html
/usr/local/share/doc/gegl-0.4/classes_hierarchy.html
/usr/local/share/doc/gegl-0.4/const.AUTO_ROWSTRIDE.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_BACK_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_LEFT_OF_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_FRONT_RIGHT_OF_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2_1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_2_2.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_3POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_4POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_4POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT0_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_5POINT1_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT0_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_6POINT1_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT0.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT0_FRONT.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1_WIDE.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_7POINT1_WIDE_BACK.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_HEXADECAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_HEXAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_NATIVE.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_OCTAGONAL.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_QUAD.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_STEREO.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_STEREO_DOWNMIX.html
/usr/local/share/doc/gegl-0.4/const.CH_LAYOUT_SURROUND.html
/usr/local/share/doc/gegl-0.4/const.CH_LOW_FREQUENCY.html
/usr/local/share/doc/gegl-0.4/const.CH_LOW_FREQUENCY_2.html
/usr/local/share/doc/gegl-0.4/const.CH_SIDE_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_SIDE_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_STEREO_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_STEREO_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_SURROUND_DIRECT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_SURROUND_DIRECT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_BACK_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_CENTER.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_TOP_FRONT_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.CH_WIDE_LEFT.html
/usr/local/share/doc/gegl-0.4/const.CH_WIDE_RIGHT.html
/usr/local/share/doc/gegl-0.4/const.FLOAT_EPSILON.html
/usr/local/share/doc/gegl-0.4/const.LOOKUP_MAX_ENTRIES.html
/usr/local/share/doc/gegl-0.4/const.MAJOR_VERSION.html
/usr/local/share/doc/gegl-0.4/const.MAX_AUDIO_CHANNELS.html
/usr/local/share/doc/gegl-0.4/const.MICRO_VERSION.html
/usr/local/share/doc/gegl-0.4/const.MINOR_VERSION.html
/usr/local/share/doc/gegl-0.4/const.PARAM_NO_VALIDATE.html
/usr/local/share/doc/gegl-0.4/ctor.AudioFragment.new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.introspectable_new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.linear_new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.linear_new_from_data.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.new.html
/usr/local/share/doc/gegl-0.4/ctor.Buffer.new_for_backend.html
/usr/local/share/doc/gegl-0.4/ctor.Color.new.html
/usr/local/share/doc/gegl-0.4/ctor.Curve.new.html
/usr/local/share/doc/gegl-0.4/ctor.Curve.new_default.html
/usr/local/share/doc/gegl-0.4/ctor.Matrix3.new.html
/usr/local/share/doc/gegl-0.4/ctor.MetadataHash.new.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_file.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_serialized.html
/usr/local/share/doc/gegl-0.4/ctor.Node.new_from_xml.html
/usr/local/share/doc/gegl-0.4/ctor.Path.new.html
/usr/local/share/doc/gegl-0.4/ctor.Path.new_from_string.html
/usr/local/share/doc/gegl-0.4/ctor.Random.new.html
/usr/local/share/doc/gegl-0.4/ctor.Random.new_with_seed.html
/usr/local/share/doc/gegl-0.4/ctor.Rectangle.new.html
/usr/local/share/doc/gegl-0.4/enum.AbyssPolicy.html
/usr/local/share/doc/gegl-0.4/enum.BablVariant.html
/usr/local/share/doc/gegl-0.4/enum.CachePolicy.html
/usr/local/share/doc/gegl-0.4/enum.DistanceMetric.html
/usr/local/share/doc/gegl-0.4/enum.DitherMethod.html
/usr/local/share/doc/gegl-0.4/enum.MapFlags.html
/usr/local/share/doc/gegl-0.4/enum.Orientation.html
/usr/local/share/doc/gegl-0.4/enum.RectangleAlignment.html
/usr/local/share/doc/gegl-0.4/enum.ResolutionUnit.html
/usr/local/share/doc/gegl-0.4/enum.SamplerType.html
/usr/local/share/doc/gegl-0.4/enum.SplitStrategy.html
/usr/local/share/doc/gegl-0.4/enum.TileCommand.html
/usr/local/share/doc/gegl-0.4/flags.AccessMode.html
/usr/local/share/doc/gegl-0.4/flags.BlitFlags.html
/usr/local/share/doc/gegl-0.4/flags.PadType.html
/usr/local/share/doc/gegl-0.4/flags.SerializeFlag.html
/usr/local/share/doc/gegl-0.4/fonts.css
/usr/local/share/doc/gegl-0.4/func.FLOAT_EQUAL.html
/usr/local/share/doc/gegl-0.4/func.VALUE_HOLDS_MATRIX3.html
/usr/local/share/doc/gegl-0.4/func.apply_op.html
/usr/local/share/doc/gegl-0.4/func.apply_op_valist.html
/usr/local/share/doc/gegl-0.4/func.babl_variant.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_height.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_pixel_count.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_width.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_x.html
/usr/local/share/doc/gegl-0.4/func.buffer_get_y.html
/usr/local/share/doc/gegl-0.4/func.calloc.html
/usr/local/share/doc/gegl-0.4/func.cl_disable.html
/usr/local/share/doc/gegl-0.4/func.cl_init.html
/usr/local/share/doc/gegl-0.4/func.cl_is_accelerated.html
/usr/local/share/doc/gegl-0.4/func.config.html
/usr/local/share/doc/gegl-0.4/func.create_chain.html
/usr/local/share/doc/gegl-0.4/func.create_chain_argv.html
/usr/local/share/doc/gegl-0.4/func.exit.html
/usr/local/share/doc/gegl-0.4/func.filter_op.html
/usr/local/share/doc/gegl-0.4/func.filter_op_valist.html
/usr/local/share/doc/gegl-0.4/func.format.html
/usr/local/share/doc/gegl-0.4/func.format_get_name.html
/usr/local/share/doc/gegl-0.4/func.free.html
/usr/local/share/doc/gegl-0.4/func.get_option_group.html
/usr/local/share/doc/gegl-0.4/func.get_version.html
/usr/local/share/doc/gegl-0.4/func.graph_dump_outputs.html
/usr/local/share/doc/gegl-0.4/func.graph_dump_request.html
/usr/local/share/doc/gegl-0.4/func.has_operation.html
/usr/local/share/doc/gegl-0.4/func.init.html
/usr/local/share/doc/gegl-0.4/func.is_main_thread.html
/usr/local/share/doc/gegl-0.4/func.list_operations.html
/usr/local/share/doc/gegl-0.4/func.load_module_directory.html
/usr/local/share/doc/gegl-0.4/func.malloc.html
/usr/local/share/doc/gegl-0.4/func.memeq_zero.html
/usr/local/share/doc/gegl-0.4/func.memset_pattern.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute_area.html
/usr/local/share/doc/gegl-0.4/func.parallel_distribute_range.html
/usr/local/share/doc/gegl-0.4/func.param_spec_audio_fragment.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color_from_string.html
/usr/local/share/doc/gegl-0.4/func.param_spec_color_get_default.html
/usr/local/share/doc/gegl-0.4/func.param_spec_curve.html
/usr/local/share/doc/gegl-0.4/func.param_spec_double.html
/usr/local/share/doc/gegl-0.4/func.param_spec_enum.html
/usr/local/share/doc/gegl-0.4/func.param_spec_file_path.html
/usr/local/share/doc/gegl-0.4/func.param_spec_format.html
/usr/local/share/doc/gegl-0.4/func.param_spec_get_property_key.html
/usr/local/share/doc/gegl-0.4/func.param_spec_int.html
/usr/local/share/doc/gegl-0.4/func.param_spec_path.html
/usr/local/share/doc/gegl-0.4/func.param_spec_seed.html
/usr/local/share/doc/gegl-0.4/func.param_spec_set_property_key.html
/usr/local/share/doc/gegl-0.4/func.param_spec_string.html
/usr/local/share/doc/gegl-0.4/func.param_spec_uri.html
/usr/local/share/doc/gegl-0.4/func.render_op.html
/usr/local/share/doc/gegl-0.4/func.render_op_valist.html
/usr/local/share/doc/gegl-0.4/func.reset_stats.html
/usr/local/share/doc/gegl-0.4/func.sampler_compute_scale.html
/usr/local/share/doc/gegl-0.4/func.scratch_alloc.html
/usr/local/share/doc/gegl-0.4/func.scratch_alloc0.html
/usr/local/share/doc/gegl-0.4/func.scratch_free.html
/usr/local/share/doc/gegl-0.4/func.scratch_new.html
/usr/local/share/doc/gegl-0.4/func.scratch_new0.html
/usr/local/share/doc/gegl-0.4/func.serialize.html
/usr/local/share/doc/gegl-0.4/func.stats.html
/usr/local/share/doc/gegl-0.4/func.tile_handler_get_source.html
/usr/local/share/doc/gegl-0.4/func.tile_handler_source_command.html
/usr/local/share/doc/gegl-0.4/func.try_malloc.html
/usr/local/share/doc/gegl-0.4/fzy.js
/usr/local/share/doc/gegl-0.4/gegl-0.4.devhelp2
/usr/local/share/doc/gegl-0.4/go-up-symbolic.png
/usr/local/share/doc/gegl-0.4/iface.Metadata.html
/usr/local/share/doc/gegl-0.4/index.html
/usr/local/share/doc/gegl-0.4/index.json
/usr/local/share/doc/gegl-0.4/main.js
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_channel_layout.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_channels.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_max_samples.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_pos.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_sample_count.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.get_sample_rate.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_channel_layout.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_channels.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_max_samples.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_pos.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_sample_count.html
/usr/local/share/doc/gegl-0.4/method.AudioFragment.set_sample_rate.html
/usr/local/share/doc/gegl-0.4/method.Buffer.add_handler.html
/usr/local/share/doc/gegl-0.4/method.Buffer.clear.html
/usr/local/share/doc/gegl-0.4/method.Buffer.copy.html
/usr/local/share/doc/gegl-0.4/method.Buffer.create_sub_buffer.html
/usr/local/share/doc/gegl-0.4/method.Buffer.dup.html
/usr/local/share/doc/gegl-0.4/method.Buffer.flush.html
/usr/local/share/doc/gegl-0.4/method.Buffer.flush_ext.html
/usr/local/share/doc/gegl-0.4/method.Buffer.freeze_changed.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_abyss.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_extent.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_format.html
/usr/local/share/doc/gegl-0.4/method.Buffer.get_tile.html
/usr/local/share/doc/gegl-0.4/method.Buffer.introspectable_get.html
/usr/local/share/doc/gegl-0.4/method.Buffer.introspectable_set.html
/usr/local/share/doc/gegl-0.4/method.Buffer.iterator_new.html
/usr/local/share/doc/gegl-0.4/method.Buffer.linear_close.html
/usr/local/share/doc/gegl-0.4/method.Buffer.linear_open.html
/usr/local/share/doc/gegl-0.4/method.Buffer.remove_handler.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample_at_level.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sample_cleanup.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sampler_new.html
/usr/local/share/doc/gegl-0.4/method.Buffer.sampler_new_at_level.html
/usr/local/share/doc/gegl-0.4/method.Buffer.save.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_abyss.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_color.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_color_from_pixel.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_extent.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_format.html
/usr/local/share/doc/gegl-0.4/method.Buffer.set_pattern.html
/usr/local/share/doc/gegl-0.4/method.Buffer.share_storage.html
/usr/local/share/doc/gegl-0.4/method.Buffer.signal_connect.html
/usr/local/share/doc/gegl-0.4/method.Buffer.thaw_changed.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.add.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.next.html
/usr/local/share/doc/gegl-0.4/method.BufferIterator.stop.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.determinant.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.is_identity.html
/usr/local/share/doc/gegl-0.4/method.BufferMatrix2.is_scale.html
/usr/local/share/doc/gegl-0.4/method.Color.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Color.get_bytes.html
/usr/local/share/doc/gegl-0.4/method.Color.get_cmyk.html
/usr/local/share/doc/gegl-0.4/method.Color.get_components.html
/usr/local/share/doc/gegl-0.4/method.Color.get_format.html
/usr/local/share/doc/gegl-0.4/method.Color.get_hsla.html
/usr/local/share/doc/gegl-0.4/method.Color.get_hsva.html
/usr/local/share/doc/gegl-0.4/method.Color.get_pixel.html
/usr/local/share/doc/gegl-0.4/method.Color.get_rgba.html
/usr/local/share/doc/gegl-0.4/method.Color.get_rgba_with_space.html
/usr/local/share/doc/gegl-0.4/method.Color.set_bytes.html
/usr/local/share/doc/gegl-0.4/method.Color.set_cmyk.html
/usr/local/share/doc/gegl-0.4/method.Color.set_components.html
/usr/local/share/doc/gegl-0.4/method.Color.set_hsla.html
/usr/local/share/doc/gegl-0.4/method.Color.set_hsva.html
/usr/local/share/doc/gegl-0.4/method.Color.set_pixel.html
/usr/local/share/doc/gegl-0.4/method.Color.set_rgba.html
/usr/local/share/doc/gegl-0.4/method.Color.set_rgba_with_space.html
/usr/local/share/doc/gegl-0.4/method.Curve.add_point.html
/usr/local/share/doc/gegl-0.4/method.Curve.calc_value.html
/usr/local/share/doc/gegl-0.4/method.Curve.calc_values.html
/usr/local/share/doc/gegl-0.4/method.Curve.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Curve.get_point.html
/usr/local/share/doc/gegl-0.4/method.Curve.get_y_bounds.html
/usr/local/share/doc/gegl-0.4/method.Curve.num_points.html
/usr/local/share/doc/gegl-0.4/method.Curve.set_point.html
/usr/local/share/doc/gegl-0.4/method.Lookup.free.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.copy.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.copy_into.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.determinant.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.equal.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.identity.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.invert.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_affine.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_identity.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_scale.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.is_translate.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.multiply.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.originate.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.parse_string.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.round_error.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.to_string.html
/usr/local/share/doc/gegl-0.4/method.Matrix3.transform_point.html
/usr/local/share/doc/gegl-0.4/method.Metadata.get_resolution.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_get_value.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_init.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_lookup.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_next.html
/usr/local/share/doc/gegl-0.4/method.Metadata.iter_set_value.html
/usr/local/share/doc/gegl-0.4/method.Metadata.register_map.html
/usr/local/share/doc/gegl-0.4/method.Metadata.set_resolution.html
/usr/local/share/doc/gegl-0.4/method.Metadata.unregister_map.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.declare.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_artist.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_comment.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_copyright.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_description.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_disclaimer.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_file_module_name.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_unit.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_x.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_resolution_y.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_software.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_source.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_string.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_timestamp.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_title.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.get_warning.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.has_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.notify.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.register.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_artist.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_comment.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_copyright.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_description.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_disclaimer.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_unit.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_x.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_resolution_y.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_software.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_source.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_string.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_timestamp.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_title.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_value.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.set_warning.html
/usr/local/share/doc/gegl-0.4/method.MetadataStore.typeof_value.html
/usr/local/share/doc/gegl-0.4/method.Node.add_child.html
/usr/local/share/doc/gegl-0.4/method.Node.blit.html
/usr/local/share/doc/gegl-0.4/method.Node.blit_buffer.html
/usr/local/share/doc/gegl-0.4/method.Node.connect.html
/usr/local/share/doc/gegl-0.4/method.Node.connect_from.html
/usr/local/share/doc/gegl-0.4/method.Node.connect_to.html
/usr/local/share/doc/gegl-0.4/method.Node.create_child.html
/usr/local/share/doc/gegl-0.4/method.Node.detect.html
/usr/local/share/doc/gegl-0.4/method.Node.disconnect.html
/usr/local/share/doc/gegl-0.4/method.Node.find_property.html
/usr/local/share/doc/gegl-0.4/method.Node.get.html
/usr/local/share/doc/gegl-0.4/method.Node.get_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Node.get_children.html
/usr/local/share/doc/gegl-0.4/method.Node.get_consumers.html
/usr/local/share/doc/gegl-0.4/method.Node.get_gegl_operation.html
/usr/local/share/doc/gegl-0.4/method.Node.get_input_proxy.html
/usr/local/share/doc/gegl-0.4/method.Node.get_operation.html
/usr/local/share/doc/gegl-0.4/method.Node.get_output_proxy.html
/usr/local/share/doc/gegl-0.4/method.Node.get_pad_description.html
/usr/local/share/doc/gegl-0.4/method.Node.get_pad_label.html
/usr/local/share/doc/gegl-0.4/method.Node.get_parent.html
/usr/local/share/doc/gegl-0.4/method.Node.get_passthrough.html
/usr/local/share/doc/gegl-0.4/method.Node.get_producer.html
/usr/local/share/doc/gegl-0.4/method.Node.get_property.html
/usr/local/share/doc/gegl-0.4/method.Node.get_valist.html
/usr/local/share/doc/gegl-0.4/method.Node.has_pad.html
/usr/local/share/doc/gegl-0.4/method.Node.introspectable_get_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Node.introspectable_get_property.html
/usr/local/share/doc/gegl-0.4/method.Node.is_graph.html
/usr/local/share/doc/gegl-0.4/method.Node.link.html
/usr/local/share/doc/gegl-0.4/method.Node.link_many.html
/usr/local/share/doc/gegl-0.4/method.Node.list_input_pads.html
/usr/local/share/doc/gegl-0.4/method.Node.list_output_pads.html
/usr/local/share/doc/gegl-0.4/method.Node.new_child.html
/usr/local/share/doc/gegl-0.4/method.Node.new_processor.html
/usr/local/share/doc/gegl-0.4/method.Node.process.html
/usr/local/share/doc/gegl-0.4/method.Node.progress.html
/usr/local/share/doc/gegl-0.4/method.Node.remove_child.html
/usr/local/share/doc/gegl-0.4/method.Node.set.html
/usr/local/share/doc/gegl-0.4/method.Node.set_enum_as_string.html
/usr/local/share/doc/gegl-0.4/method.Node.set_passthrough.html
/usr/local/share/doc/gegl-0.4/method.Node.set_property.html
/usr/local/share/doc/gegl-0.4/method.Node.set_time.html
/usr/local/share/doc/gegl-0.4/method.Node.set_valist.html
/usr/local/share/doc/gegl-0.4/method.Node.to_xml.html
/usr/local/share/doc/gegl-0.4/method.Node.to_xml_full.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecDouble.set_digits.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecDouble.set_steps.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecEnum.exclude_value.html
/usr/local/share/doc/gegl-0.4/method.ParamSpecInt.set_steps.html
/usr/local/share/doc/gegl-0.4/method.Path.append.html
/usr/local/share/doc/gegl-0.4/method.Path.calc.html
/usr/local/share/doc/gegl-0.4/method.Path.calc_values.html
/usr/local/share/doc/gegl-0.4/method.Path.calc_y_for_x.html
/usr/local/share/doc/gegl-0.4/method.Path.clear.html
/usr/local/share/doc/gegl-0.4/method.Path.closest_point.html
/usr/local/share/doc/gegl-0.4/method.Path.dirty.html
/usr/local/share/doc/gegl-0.4/method.Path.foreach.html
/usr/local/share/doc/gegl-0.4/method.Path.foreach_flat.html
/usr/local/share/doc/gegl-0.4/method.Path.freeze.html
/usr/local/share/doc/gegl-0.4/method.Path.get_bounds.html
/usr/local/share/doc/gegl-0.4/method.Path.get_flat_path.html
/usr/local/share/doc/gegl-0.4/method.Path.get_length.html
/usr/local/share/doc/gegl-0.4/method.Path.get_matrix.html
/usr/local/share/doc/gegl-0.4/method.Path.get_n_nodes.html
/usr/local/share/doc/gegl-0.4/method.Path.get_node.html
/usr/local/share/doc/gegl-0.4/method.Path.get_path.html
/usr/local/share/doc/gegl-0.4/method.Path.insert_node.html
/usr/local/share/doc/gegl-0.4/method.Path.is_empty.html
/usr/local/share/doc/gegl-0.4/method.Path.parse_string.html
/usr/local/share/doc/gegl-0.4/method.Path.remove_node.html
/usr/local/share/doc/gegl-0.4/method.Path.replace_node.html
/usr/local/share/doc/gegl-0.4/method.Path.set_matrix.html
/usr/local/share/doc/gegl-0.4/method.Path.thaw.html
/usr/local/share/doc/gegl-0.4/method.Path.to_string.html
/usr/local/share/doc/gegl-0.4/method.PathList.append.html
/usr/local/share/doc/gegl-0.4/method.PathList.destroy.html
/usr/local/share/doc/gegl-0.4/method.PathPoint.dist.html
/usr/local/share/doc/gegl-0.4/method.PathPoint.lerp.html
/usr/local/share/doc/gegl-0.4/method.Processor.get_buffer.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_level.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_rectangle.html
/usr/local/share/doc/gegl-0.4/method.Processor.set_scale.html
/usr/local/share/doc/gegl-0.4/method.Processor.work.html
/usr/local/share/doc/gegl-0.4/method.Random.duplicate.html
/usr/local/share/doc/gegl-0.4/method.Random.float.html
/usr/local/share/doc/gegl-0.4/method.Random.float_range.html
/usr/local/share/doc/gegl-0.4/method.Random.free.html
/usr/local/share/doc/gegl-0.4/method.Random.int.html
/usr/local/share/doc/gegl-0.4/method.Random.int_range.html
/usr/local/share/doc/gegl-0.4/method.Random.set_seed.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.align.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.align_to_buffer.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.contains.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.copy.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.dump.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.dup.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.equal.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.equal_coords.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.intersect.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.is_empty.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.is_infinite_plane.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.set.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.subtract.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.subtract_bounding_box.html
/usr/local/share/doc/gegl-0.4/method.Rectangle.xor.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get_context_rect.html
/usr/local/share/doc/gegl-0.4/method.Sampler.get_fun.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.command.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_extent.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_flush_on_destroy.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_format.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_height.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_size.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.get_tile_width.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.peek_storage.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.set_extent.html
/usr/local/share/doc/gegl-0.4/method.TileBackend.set_flush_on_destroy.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.create_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.damage_rect.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.damage_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.dup_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.get_source_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.get_tile.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.lock.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.set_source.html
/usr/local/share/doc/gegl-0.4/method.TileHandler.unlock.html
/usr/local/share/doc/gegl-0.4/property.AudioFragment.string.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.abyss-y.html
/usr/local/share/doc/gegl-0.4/property.Buffer.backend.html
/usr/local/share/doc/gegl-0.4/property.Buffer.format.html
/usr/local/share/doc/gegl-0.4/property.Buffer.height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.initialized.html
/usr/local/share/doc/gegl-0.4/property.Buffer.path.html
/usr/local/share/doc/gegl-0.4/property.Buffer.pixels.html
/usr/local/share/doc/gegl-0.4/property.Buffer.px-size.html
/usr/local/share/doc/gegl-0.4/property.Buffer.shift-x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.shift-y.html
/usr/local/share/doc/gegl-0.4/property.Buffer.tile-height.html
/usr/local/share/doc/gegl-0.4/property.Buffer.tile-width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.width.html
/usr/local/share/doc/gegl-0.4/property.Buffer.x.html
/usr/local/share/doc/gegl-0.4/property.Buffer.y.html
/usr/local/share/doc/gegl-0.4/property.Color.string.html
/usr/local/share/doc/gegl-0.4/property.Config.application-license.html
/usr/local/share/doc/gegl-0.4/property.Config.chunk-size.html
/usr/local/share/doc/gegl-0.4/property.Config.mipmap-rendering.html
/usr/local/share/doc/gegl-0.4/property.Config.quality.html
/usr/local/share/doc/gegl-0.4/property.Config.queue-size.html
/usr/local/share/doc/gegl-0.4/property.Config.swap-compression.html
/usr/local/share/doc/gegl-0.4/property.Config.swap.html
/usr/local/share/doc/gegl-0.4/property.Config.threads.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-cache-size.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-height.html
/usr/local/share/doc/gegl-0.4/property.Config.tile-width.html
/usr/local/share/doc/gegl-0.4/property.Config.use-opencl.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.artist.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.comment.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.copyright.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.description.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.disclaimer.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.file-module-name.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-unit.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-x.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.resolution-y.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.software.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.source.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.timestamp.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.title.html
/usr/local/share/doc/gegl-0.4/property.MetadataStore.warning.html
/usr/local/share/doc/gegl-0.4/property.Node.cache-policy.html
/usr/local/share/doc/gegl-0.4/property.Node.dont-cache.html
/usr/local/share/doc/gegl-0.4/property.Node.gegl-operation.html
/usr/local/share/doc/gegl-0.4/property.Node.name.html
/usr/local/share/doc/gegl-0.4/property.Node.operation.html
/usr/local/share/doc/gegl-0.4/property.Node.passthrough.html
/usr/local/share/doc/gegl-0.4/property.Node.use-opencl.html
/usr/local/share/doc/gegl-0.4/property.Processor.chunksize.html
/usr/local/share/doc/gegl-0.4/property.Processor.node.html
/usr/local/share/doc/gegl-0.4/property.Processor.progress.html
/usr/local/share/doc/gegl-0.4/property.Processor.rectangle.html
/usr/local/share/doc/gegl-0.4/property.Stats.active-threads.html
/usr/local/share/doc/gegl-0.4/property.Stats.assigned-threads.html
/usr/local/share/doc/gegl-0.4/property.Stats.scratch-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-busy.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-file-size.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queue-full.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queue-stalls.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-queued-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-read-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-reading.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-total-uncompressed.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-write-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.swap-writing.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-alloc-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-hits.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-misses.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total-max.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total-uncompressed.html
/usr/local/share/doc/gegl-0.4/property.Stats.tile-cache-total.html
/usr/local/share/doc/gegl-0.4/property.Stats.zoom-total.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.flush-on-destroy.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.format.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.px-size.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-height.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-size.html
/usr/local/share/doc/gegl-0.4/property.TileBackend.tile-width.html
/usr/local/share/doc/gegl-0.4/property.TileHandler.source.html
/usr/local/share/doc/gegl-0.4/search.js
/usr/local/share/doc/gegl-0.4/signal.Buffer.changed.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.changed.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.generate-value.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.mapped.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.parse-value.html
/usr/local/share/doc/gegl-0.4/signal.MetadataStore.unmapped.html
/usr/local/share/doc/gegl-0.4/signal.Node.computed.html
/usr/local/share/doc/gegl-0.4/signal.Node.invalidated.html
/usr/local/share/doc/gegl-0.4/signal.Node.progress.html
/usr/local/share/doc/gegl-0.4/signal.Path.changed.html
/usr/local/share/doc/gegl-0.4/solarized-dark.css
/usr/local/share/doc/gegl-0.4/solarized-light.css
/usr/local/share/doc/gegl-0.4/struct.BufferIterator.html
/usr/local/share/doc/gegl-0.4/struct.BufferIteratorItem.html
/usr/local/share/doc/gegl-0.4/struct.BufferIteratorPriv.html
/usr/local/share/doc/gegl-0.4/struct.BufferMatrix2.html
/usr/local/share/doc/gegl-0.4/struct.Lookup.html
/usr/local/share/doc/gegl-0.4/struct.Matrix3.html
/usr/local/share/doc/gegl-0.4/struct.MetadataIter.html
/usr/local/share/doc/gegl-0.4/struct.MetadataMap.html
/usr/local/share/doc/gegl-0.4/struct.OperationContext.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecDouble.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecEnum.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecFilePath.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecFormat.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecInt.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecSeed.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecString.html
/usr/local/share/doc/gegl-0.4/struct.ParamSpecUri.html
/usr/local/share/doc/gegl-0.4/struct.PathItem.html
/usr/local/share/doc/gegl-0.4/struct.PathList.html
/usr/local/share/doc/gegl-0.4/struct.PathPoint.html
/usr/local/share/doc/gegl-0.4/struct.Random.html
/usr/local/share/doc/gegl-0.4/struct.Rectangle.html
/usr/local/share/doc/gegl-0.4/struct.Sampler.html
/usr/local/share/doc/gegl-0.4/struct.Tile.html
/usr/local/share/doc/gegl-0.4/struct.TileCopyParams.html
/usr/local/share/doc/gegl-0.4/style.css
/usr/local/share/doc/gegl-0.4/type_func.Buffer.load.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.open.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_create_file.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_has_file.html
/usr/local/share/doc/gegl-0.4/type_func.Buffer.swap_remove_file.html
/usr/local/share/doc/gegl-0.4/type_func.BufferIterator.empty_new.html
/usr/local/share/doc/gegl-0.4/type_func.Lookup.new.html
/usr/local/share/doc/gegl-0.4/type_func.Lookup.new_full.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.find_property.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_key.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_op_version.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.get_property_key.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_keys.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_properties.html
/usr/local/share/doc/gegl-0.4/type_func.Operation.list_property_keys.html
/usr/local/share/doc/gegl-0.4/type_func.Path.add_flattener.html
/usr/local/share/doc/gegl-0.4/type_func.Path.add_type.html
/usr/local/share/doc/gegl-0.4/type_func.Rectangle.infinite_plane.html
/usr/local/share/doc/gegl-0.4/type_func.TileBackend.unlink_swap.html
/usr/local/share/doc/gegl-0.4/urlmap.js
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.get_resolution.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_get_value.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_init.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_lookup.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_next.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.iter_set_value.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.register_map.html
/usr/local/share/doc/gegl-0.4/vfunc.Metadata.set_resolution.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore._declare.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore._get_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.generate_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.has_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.parse_value.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.pspec.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.register_hook.html
/usr/local/share/doc/gegl-0.4/vfunc.MetadataStore.set_value.html
/usr/local/share/gegl-0.4/lua/cairo.lua
/usr/local/share/gegl-0.4/lua/cairo_h.lua
/usr/local/share/gegl-0.4/lua/gegl_box-blur.lua
@@ -175,6 +849,7 @@
/usr/local/share/gegl-0.4/lua/mrl.lua
/usr/local/share/gegl-0.4/lua/preferences.lua
/usr/local/share/gegl-0.4/lua/viewer.lua
/usr/local/share/gir-1.0/Gegl-0.4.gir
/usr/local/share/locale/bg/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/bs/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/ca/LC_MESSAGES/gegl-0.4.mo
@@ -214,3 +889,5 @@
/usr/local/share/locale/tr/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/uk/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/gegl-0.4.mo
/usr/local/share/vala/vapi/gegl-0.4.deps
/usr/local/share/vala/vapi/gegl-0.4.vapi

View File

@@ -1,4 +1,4 @@
# Total size: 579143
# Total size: 585558
/usr/local/include/gexiv2/gexiv2-enums.h
/usr/local/include/gexiv2/gexiv2-log.h
/usr/local/include/gexiv2/gexiv2-managed-stream.h
@@ -8,12 +8,12 @@
/usr/local/include/gexiv2/gexiv2-startup.h
/usr/local/include/gexiv2/gexiv2-version.h
/usr/local/include/gexiv2/gexiv2.h
/usr/local/lib/python3.12/site-packages/gi/overrides/GExiv2.py
/usr/local/lib/python3.12/site-packages/gi/overrides/__pycache__/GExiv2.cpython-312.pyc
/usr/local/lib/python3.13/site-packages/gi/overrides/GExiv2.py
/usr/local/lib/python3.13/site-packages/gi/overrides/__pycache__/GExiv2.cpython-313.pyc
/usr/local/lib64/girepository-1.0/GExiv2-0.10.typelib
/usr/local/lib64/libgexiv2.so
/usr/local/lib64/libgexiv2.so.2
/usr/local/lib64/libgexiv2.so.2.14.2
/usr/local/lib64/libgexiv2.so.2.14.6
/usr/local/lib64/pkgconfig/gexiv2.pc
/usr/local/share/gir-1.0/GExiv2-0.10.gir
/usr/local/share/vala/vapi/gexiv2.deps

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
# Total size: 956265
# Total size: 727759
/usr/local/bin/imgcmp
/usr/local/bin/imginfo
/usr/local/bin/jasper
@@ -27,11 +27,11 @@
/usr/local/include/jasper/jas_version.h
/usr/local/include/jasper/jasper.h
/usr/local/lib64/libjasper.so
/usr/local/lib64/libjasper.so.6
/usr/local/lib64/libjasper.so.6.0.0
/usr/local/lib64/libjasper.so.7
/usr/local/lib64/libjasper.so.7.0.0
/usr/local/lib64/pkgconfig/jasper.pc
/usr/local/share/doc/JasPer/README.md
/usr/local/share/man/man1/imgcmp.1.gz
/usr/local/share/man/man1/imginfo.1.gz
/usr/local/share/man/man1/jasper.1.gz
/usr/local/share/man/man1/jiv.1.gz
/usr/local/share/man/man1/imgcmp.1.zst
/usr/local/share/man/man1/imginfo.1.zst
/usr/local/share/man/man1/jasper.1.zst
/usr/local/share/man/man1/jiv.1.zst

View File

@@ -1,13 +1,13 @@
# Total size: 8192524
/usr/local/lib64/cmake/lapack-3.11.0/lapack-config-version.cmake
/usr/local/lib64/cmake/lapack-3.11.0/lapack-config.cmake
/usr/local/lib64/cmake/lapack-3.11.0/lapack-targets-release.cmake
/usr/local/lib64/cmake/lapack-3.11.0/lapack-targets.cmake
# Total size: 17161082
/usr/local/lib64/cmake/lapack-3.12.0/lapack-config-version.cmake
/usr/local/lib64/cmake/lapack-3.12.0/lapack-config.cmake
/usr/local/lib64/cmake/lapack-3.12.0/lapack-targets-release.cmake
/usr/local/lib64/cmake/lapack-3.12.0/lapack-targets.cmake
/usr/local/lib64/libblas.so
/usr/local/lib64/libblas.so.3
/usr/local/lib64/libblas.so.3.11.0
/usr/local/lib64/libblas.so.3.12.0
/usr/local/lib64/liblapack.so
/usr/local/lib64/liblapack.so.3
/usr/local/lib64/liblapack.so.3.11.0
/usr/local/lib64/liblapack.so.3.12.0
/usr/local/lib64/pkgconfig/blas.pc
/usr/local/lib64/pkgconfig/lapack.pc

View File

@@ -0,0 +1,71 @@
# Total size: 4505012
/usr/local/bin/g-lensfun-update-data
/usr/local/bin/lensfun-add-adapter
/usr/local/bin/lensfun-update-data
/usr/local/include/lensfun/lensfun.h
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/PKG-INFO
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/SOURCES.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/dependency_links.txt
/usr/local/lib/python3.13/site-packages/lensfun-0.3.4-py3.13.egg-info/top_level.txt
/usr/local/lib/python3.13/site-packages/lensfun/__init__.py
/usr/local/lib/python3.13/site-packages/lensfun/__pycache__/__init__.cpython-313.pyc
/usr/local/lib64/liblensfun.so
/usr/local/lib64/liblensfun.so.0.3.4
/usr/local/lib64/liblensfun.so.1
/usr/local/lib64/pkgconfig/lensfun.pc
/usr/local/share/lensfun/version_1/6x6.xml
/usr/local/share/lensfun/version_1/actioncams.xml
/usr/local/share/lensfun/version_1/compact-canon.xml
/usr/local/share/lensfun/version_1/compact-casio.xml
/usr/local/share/lensfun/version_1/compact-fujifilm.xml
/usr/local/share/lensfun/version_1/compact-kodak.xml
/usr/local/share/lensfun/version_1/compact-konica-minolta.xml
/usr/local/share/lensfun/version_1/compact-leica.xml
/usr/local/share/lensfun/version_1/compact-nikon.xml
/usr/local/share/lensfun/version_1/compact-olympus.xml
/usr/local/share/lensfun/version_1/compact-panasonic.xml
/usr/local/share/lensfun/version_1/compact-pentax.xml
/usr/local/share/lensfun/version_1/compact-ricoh.xml
/usr/local/share/lensfun/version_1/compact-samsung.xml
/usr/local/share/lensfun/version_1/compact-sigma.xml
/usr/local/share/lensfun/version_1/compact-sony.xml
/usr/local/share/lensfun/version_1/contax.xml
/usr/local/share/lensfun/version_1/generic.xml
/usr/local/share/lensfun/version_1/mil-canon.xml
/usr/local/share/lensfun/version_1/mil-fujifilm.xml
/usr/local/share/lensfun/version_1/mil-leica.xml
/usr/local/share/lensfun/version_1/mil-nikon.xml
/usr/local/share/lensfun/version_1/mil-olympus.xml
/usr/local/share/lensfun/version_1/mil-panasonic.xml
/usr/local/share/lensfun/version_1/mil-pentax.xml
/usr/local/share/lensfun/version_1/mil-samsung.xml
/usr/local/share/lensfun/version_1/mil-samyang.xml
/usr/local/share/lensfun/version_1/mil-sigma.xml
/usr/local/share/lensfun/version_1/mil-sony.xml
/usr/local/share/lensfun/version_1/mil-tamron.xml
/usr/local/share/lensfun/version_1/mil-tokina.xml
/usr/local/share/lensfun/version_1/mil-zeiss.xml
/usr/local/share/lensfun/version_1/misc.xml
/usr/local/share/lensfun/version_1/om-system.xml
/usr/local/share/lensfun/version_1/rf-leica.xml
/usr/local/share/lensfun/version_1/slr-canon.xml
/usr/local/share/lensfun/version_1/slr-hasselblad.xml
/usr/local/share/lensfun/version_1/slr-konica-minolta.xml
/usr/local/share/lensfun/version_1/slr-leica.xml
/usr/local/share/lensfun/version_1/slr-nikon.xml
/usr/local/share/lensfun/version_1/slr-olympus.xml
/usr/local/share/lensfun/version_1/slr-panasonic.xml
/usr/local/share/lensfun/version_1/slr-pentax.xml
/usr/local/share/lensfun/version_1/slr-ricoh.xml
/usr/local/share/lensfun/version_1/slr-samsung.xml
/usr/local/share/lensfun/version_1/slr-samyang.xml
/usr/local/share/lensfun/version_1/slr-schneider.xml
/usr/local/share/lensfun/version_1/slr-sigma.xml
/usr/local/share/lensfun/version_1/slr-soligor.xml
/usr/local/share/lensfun/version_1/slr-sony.xml
/usr/local/share/lensfun/version_1/slr-tamron.xml
/usr/local/share/lensfun/version_1/slr-tokina.xml
/usr/local/share/lensfun/version_1/slr-ussr.xml
/usr/local/share/lensfun/version_1/slr-vivitar.xml
/usr/local/share/lensfun/version_1/slr-zeiss.xml
/usr/local/share/lensfun/version_1/timestamp.txt

View File

@@ -1,94 +1,12 @@
# Total size: 588147
# Total size: 57475
/usr/local/include/ogg/config_types.h
/usr/local/include/ogg/ogg.h
/usr/local/include/ogg/os_types.h
/usr/local/lib64/libogg.a
/usr/local/lib64/libogg.la
/usr/local/lib64/cmake/Ogg/OggConfig.cmake
/usr/local/lib64/cmake/Ogg/OggConfigVersion.cmake
/usr/local/lib64/cmake/Ogg/OggTargets-release.cmake
/usr/local/lib64/cmake/Ogg/OggTargets.cmake
/usr/local/lib64/libogg.so
/usr/local/lib64/libogg.so.0
/usr/local/lib64/libogg.so.0.8.5
/usr/local/lib64/libogg.so.0.8.6
/usr/local/lib64/pkgconfig/ogg.pc
/usr/local/share/aclocal/ogg.m4
/usr/local/share/doc/libogg/fish_xiph_org.png
/usr/local/share/doc/libogg/framing.html
/usr/local/share/doc/libogg/index.html
/usr/local/share/doc/libogg/libogg/bitpacking.html
/usr/local/share/doc/libogg/libogg/datastructures.html
/usr/local/share/doc/libogg/libogg/decoding.html
/usr/local/share/doc/libogg/libogg/encoding.html
/usr/local/share/doc/libogg/libogg/general.html
/usr/local/share/doc/libogg/libogg/index.html
/usr/local/share/doc/libogg/libogg/ogg_iovec_t.html
/usr/local/share/doc/libogg/libogg/ogg_packet.html
/usr/local/share/doc/libogg/libogg/ogg_packet_clear.html
/usr/local/share/doc/libogg/libogg/ogg_page.html
/usr/local/share/doc/libogg/libogg/ogg_page_bos.html
/usr/local/share/doc/libogg/libogg/ogg_page_checksum_set.html
/usr/local/share/doc/libogg/libogg/ogg_page_continued.html
/usr/local/share/doc/libogg/libogg/ogg_page_eos.html
/usr/local/share/doc/libogg/libogg/ogg_page_granulepos.html
/usr/local/share/doc/libogg/libogg/ogg_page_packets.html
/usr/local/share/doc/libogg/libogg/ogg_page_pageno.html
/usr/local/share/doc/libogg/libogg/ogg_page_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_page_version.html
/usr/local/share/doc/libogg/libogg/ogg_stream_check.html
/usr/local/share/doc/libogg/libogg/ogg_stream_clear.html
/usr/local/share/doc/libogg/libogg/ogg_stream_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_stream_eos.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush.html
/usr/local/share/doc/libogg/libogg/ogg_stream_flush_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_init.html
/usr/local/share/doc/libogg/libogg/ogg_stream_iovecin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetin.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_packetpeek.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pagein.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_stream_pageout_fill.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset.html
/usr/local/share/doc/libogg/libogg/ogg_stream_reset_serialno.html
/usr/local/share/doc/libogg/libogg/ogg_stream_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_buffer.html
/usr/local/share/doc/libogg/libogg/ogg_sync_check.html
/usr/local/share/doc/libogg/libogg/ogg_sync_clear.html
/usr/local/share/doc/libogg/libogg/ogg_sync_destroy.html
/usr/local/share/doc/libogg/libogg/ogg_sync_init.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageout.html
/usr/local/share/doc/libogg/libogg/ogg_sync_pageseek.html
/usr/local/share/doc/libogg/libogg/ogg_sync_reset.html
/usr/local/share/doc/libogg/libogg/ogg_sync_state.html
/usr/local/share/doc/libogg/libogg/ogg_sync_wrote.html
/usr/local/share/doc/libogg/libogg/oggpack_adv.html
/usr/local/share/doc/libogg/libogg/oggpack_adv1.html
/usr/local/share/doc/libogg/libogg/oggpack_bits.html
/usr/local/share/doc/libogg/libogg/oggpack_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_bytes.html
/usr/local/share/doc/libogg/libogg/oggpack_get_buffer.html
/usr/local/share/doc/libogg/libogg/oggpack_look.html
/usr/local/share/doc/libogg/libogg/oggpack_look1.html
/usr/local/share/doc/libogg/libogg/oggpack_read.html
/usr/local/share/doc/libogg/libogg/oggpack_read1.html
/usr/local/share/doc/libogg/libogg/oggpack_readinit.html
/usr/local/share/doc/libogg/libogg/oggpack_reset.html
/usr/local/share/doc/libogg/libogg/oggpack_write.html
/usr/local/share/doc/libogg/libogg/oggpack_writealign.html
/usr/local/share/doc/libogg/libogg/oggpack_writecheck.html
/usr/local/share/doc/libogg/libogg/oggpack_writeclear.html
/usr/local/share/doc/libogg/libogg/oggpack_writecopy.html
/usr/local/share/doc/libogg/libogg/oggpack_writeinit.html
/usr/local/share/doc/libogg/libogg/oggpack_writetrunc.html
/usr/local/share/doc/libogg/libogg/overview.html
/usr/local/share/doc/libogg/libogg/reference.html
/usr/local/share/doc/libogg/libogg/style.css
/usr/local/share/doc/libogg/multiplex1.png
/usr/local/share/doc/libogg/ogg-multiplex.html
/usr/local/share/doc/libogg/oggstream.html
/usr/local/share/doc/libogg/packets.png
/usr/local/share/doc/libogg/pages.png
/usr/local/share/doc/libogg/rfc3533.txt
/usr/local/share/doc/libogg/rfc5334.txt
/usr/local/share/doc/libogg/skeleton.html
/usr/local/share/doc/libogg/stream.png
/usr/local/share/doc/libogg/vorbisword2.png
/usr/local/share/doc/libogg/white-ogg.png
/usr/local/share/doc/libogg/white-xifish.png

View File

@@ -1,4 +1,4 @@
# Total size: 258752
# Total size: 170552
/usr/local/include/bezctx.h
/usr/local/include/spiro.h
/usr/local/include/spiroentrypoints.h

View File

@@ -1,4 +1,4 @@
# Total size: 23832483
# Total size: 27403219
/usr/local/bin/decodemail
/usr/local/bin/dotlock
/usr/local/bin/frm
@@ -91,6 +91,7 @@
/usr/local/include/mailutils/message.h
/usr/local/include/mailutils/mh.h
/usr/local/include/mailutils/mime.h
/usr/local/include/mailutils/mimetypes.h
/usr/local/include/mailutils/monitor.h
/usr/local/include/mailutils/msgset.h
/usr/local/include/mailutils/mu_auth.h
@@ -146,6 +147,7 @@
/usr/local/include/mailutils/sys/message.h
/usr/local/include/mailutils/sys/message_stream.h
/usr/local/include/mailutils/sys/mime.h
/usr/local/include/mailutils/sys/mimetypes.h
/usr/local/include/mailutils/sys/monitor.h
/usr/local/include/mailutils/sys/msgset.h
/usr/local/include/mailutils/sys/nullstream.h
@@ -174,137 +176,159 @@
/usr/local/include/mailutils/version.h
/usr/local/include/mailutils/wordsplit.h
/usr/local/include/mailutils/yyloc.h
/usr/local/lib/python3.10/site-packages/mailutils/__init__.py
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/__init__.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/address.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/address.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/attribute.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/attribute.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/auth.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/auth.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/body.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/body.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/envelope.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/envelope.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/error.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/error.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/filter.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/filter.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/folder.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/folder.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/header.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/header.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailbox.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailbox.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailcap.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailcap.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailer.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mailer.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/message.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/message.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mime.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/mime.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/nls.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/nls.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/registrar.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/registrar.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/secret.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/secret.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/sieve.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/sieve.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/stream.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/stream.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/url.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/url.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/util.cpython-310.opt-1.pyc
/usr/local/lib/python3.10/site-packages/mailutils/__pycache__/util.cpython-310.pyc
/usr/local/lib/python3.10/site-packages/mailutils/address.py
/usr/local/lib/python3.10/site-packages/mailutils/attribute.py
/usr/local/lib/python3.10/site-packages/mailutils/auth.py
/usr/local/lib/python3.10/site-packages/mailutils/body.py
/usr/local/lib/python3.10/site-packages/mailutils/envelope.py
/usr/local/lib/python3.10/site-packages/mailutils/error.py
/usr/local/lib/python3.10/site-packages/mailutils/filter.py
/usr/local/lib/python3.10/site-packages/mailutils/folder.py
/usr/local/lib/python3.10/site-packages/mailutils/header.py
/usr/local/lib/python3.10/site-packages/mailutils/mailbox.py
/usr/local/lib/python3.10/site-packages/mailutils/mailcap.py
/usr/local/lib/python3.10/site-packages/mailutils/mailer.py
/usr/local/lib/python3.10/site-packages/mailutils/message.py
/usr/local/lib/python3.10/site-packages/mailutils/mime.py
/usr/local/lib/python3.10/site-packages/mailutils/nls.py
/usr/local/lib/python3.10/site-packages/mailutils/registrar.py
/usr/local/lib/python3.10/site-packages/mailutils/secret.py
/usr/local/lib/python3.10/site-packages/mailutils/sieve.py
/usr/local/lib/python3.10/site-packages/mailutils/stream.py
/usr/local/lib/python3.10/site-packages/mailutils/url.py
/usr/local/lib/python3.10/site-packages/mailutils/util.py
/usr/local/lib/python3.13/site-packages/mailutils/__init__.py
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/__init__.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/address.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/attribute.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/auth.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/body.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/envelope.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/error.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/filter.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/folder.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/header.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailbox.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailcap.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mailer.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/message.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/mime.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/nls.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/registrar.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/secret.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/sieve.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/stream.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/url.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.opt-1.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.opt-2.pyc
/usr/local/lib/python3.13/site-packages/mailutils/__pycache__/util.cpython-313.pyc
/usr/local/lib/python3.13/site-packages/mailutils/address.py
/usr/local/lib/python3.13/site-packages/mailutils/attribute.py
/usr/local/lib/python3.13/site-packages/mailutils/auth.py
/usr/local/lib/python3.13/site-packages/mailutils/body.py
/usr/local/lib/python3.13/site-packages/mailutils/envelope.py
/usr/local/lib/python3.13/site-packages/mailutils/error.py
/usr/local/lib/python3.13/site-packages/mailutils/filter.py
/usr/local/lib/python3.13/site-packages/mailutils/folder.py
/usr/local/lib/python3.13/site-packages/mailutils/header.py
/usr/local/lib/python3.13/site-packages/mailutils/mailbox.py
/usr/local/lib/python3.13/site-packages/mailutils/mailcap.py
/usr/local/lib/python3.13/site-packages/mailutils/mailer.py
/usr/local/lib/python3.13/site-packages/mailutils/message.py
/usr/local/lib/python3.13/site-packages/mailutils/mime.py
/usr/local/lib/python3.13/site-packages/mailutils/nls.py
/usr/local/lib/python3.13/site-packages/mailutils/registrar.py
/usr/local/lib/python3.13/site-packages/mailutils/secret.py
/usr/local/lib/python3.13/site-packages/mailutils/sieve.py
/usr/local/lib/python3.13/site-packages/mailutils/stream.py
/usr/local/lib/python3.13/site-packages/mailutils/url.py
/usr/local/lib/python3.13/site-packages/mailutils/util.py
/usr/local/lib64/libmailutils.a
/usr/local/lib64/libmailutils.la
/usr/local/lib64/libmailutils.so
/usr/local/lib64/libmailutils.so.8
/usr/local/lib64/libmailutils.so.8.0.0
/usr/local/lib64/libmailutils.so.9
/usr/local/lib64/libmailutils.so.9.0.0
/usr/local/lib64/libmu_auth.a
/usr/local/lib64/libmu_auth.la
/usr/local/lib64/libmu_auth.so
/usr/local/lib64/libmu_auth.so.8
/usr/local/lib64/libmu_auth.so.8.0.0
/usr/local/lib64/libmu_auth.so.9
/usr/local/lib64/libmu_auth.so.9.0.0
/usr/local/lib64/libmu_dbm.a
/usr/local/lib64/libmu_dbm.la
/usr/local/lib64/libmu_dbm.so
/usr/local/lib64/libmu_dbm.so.8
/usr/local/lib64/libmu_dbm.so.8.0.0
/usr/local/lib64/libmu_dbm.so.9
/usr/local/lib64/libmu_dbm.so.9.0.0
/usr/local/lib64/libmu_dotmail.a
/usr/local/lib64/libmu_dotmail.la
/usr/local/lib64/libmu_dotmail.so
/usr/local/lib64/libmu_dotmail.so.8
/usr/local/lib64/libmu_dotmail.so.8.0.0
/usr/local/lib64/libmu_dotmail.so.9
/usr/local/lib64/libmu_dotmail.so.9.0.0
/usr/local/lib64/libmu_imap.a
/usr/local/lib64/libmu_imap.la
/usr/local/lib64/libmu_imap.so
/usr/local/lib64/libmu_imap.so.8
/usr/local/lib64/libmu_imap.so.8.0.0
/usr/local/lib64/libmu_imap.so.9
/usr/local/lib64/libmu_imap.so.9.0.0
/usr/local/lib64/libmu_maildir.a
/usr/local/lib64/libmu_maildir.la
/usr/local/lib64/libmu_maildir.so
/usr/local/lib64/libmu_maildir.so.8
/usr/local/lib64/libmu_maildir.so.8.0.0
/usr/local/lib64/libmu_maildir.so.9
/usr/local/lib64/libmu_maildir.so.9.0.0
/usr/local/lib64/libmu_mailer.a
/usr/local/lib64/libmu_mailer.la
/usr/local/lib64/libmu_mailer.so
/usr/local/lib64/libmu_mailer.so.8
/usr/local/lib64/libmu_mailer.so.8.0.0
/usr/local/lib64/libmu_mailer.so.9
/usr/local/lib64/libmu_mailer.so.9.0.0
/usr/local/lib64/libmu_mbox.a
/usr/local/lib64/libmu_mbox.la
/usr/local/lib64/libmu_mbox.so
/usr/local/lib64/libmu_mbox.so.8
/usr/local/lib64/libmu_mbox.so.8.0.0
/usr/local/lib64/libmu_mbox.so.9
/usr/local/lib64/libmu_mbox.so.9.0.0
/usr/local/lib64/libmu_mh.a
/usr/local/lib64/libmu_mh.la
/usr/local/lib64/libmu_mh.so
/usr/local/lib64/libmu_mh.so.8
/usr/local/lib64/libmu_mh.so.8.0.0
/usr/local/lib64/libmu_mh.so.9
/usr/local/lib64/libmu_mh.so.9.0.0
/usr/local/lib64/libmu_pop.a
/usr/local/lib64/libmu_pop.la
/usr/local/lib64/libmu_pop.so
/usr/local/lib64/libmu_pop.so.8
/usr/local/lib64/libmu_pop.so.8.0.0
/usr/local/lib64/libmu_pop.so.9
/usr/local/lib64/libmu_pop.so.9.0.0
/usr/local/lib64/libmu_py.a
/usr/local/lib64/libmu_py.la
/usr/local/lib64/libmu_py.so
/usr/local/lib64/libmu_py.so.8
/usr/local/lib64/libmu_py.so.8.0.0
/usr/local/lib64/libmu_py.so.9
/usr/local/lib64/libmu_py.so.9.0.0
/usr/local/lib64/libmu_sieve.a
/usr/local/lib64/libmu_sieve.la
/usr/local/lib64/libmu_sieve.so
/usr/local/lib64/libmu_sieve.so.8
/usr/local/lib64/libmu_sieve.so.8.0.0
/usr/local/lib64/libmu_sieve.so.9
/usr/local/lib64/libmu_sieve.so.9.0.0
/usr/local/lib64/libmuaux.a
/usr/local/lib64/libmuaux.la
/usr/local/lib64/libmuaux.so
/usr/local/lib64/libmuaux.so.8
/usr/local/lib64/libmuaux.so.8.0.0
/usr/local/lib64/libmuaux.so.9
/usr/local/lib64/libmuaux.so.9.0.0
/usr/local/lib64/mailutils/editheader.a
/usr/local/lib64/mailutils/editheader.la
/usr/local/lib64/mailutils/editheader.so
@@ -326,12 +350,15 @@
/usr/local/lib64/mailutils/timestamp.a
/usr/local/lib64/mailutils/timestamp.la
/usr/local/lib64/mailutils/timestamp.so
/usr/local/lib64/mailutils/uidnew.a
/usr/local/lib64/mailutils/uidnew.la
/usr/local/lib64/mailutils/uidnew.so
/usr/local/lib64/mailutils/vacation.a
/usr/local/lib64/mailutils/vacation.la
/usr/local/lib64/mailutils/vacation.so
/usr/local/lib64/python3.10/site-packages/mailutils/c_api.a
/usr/local/lib64/python3.10/site-packages/mailutils/c_api.la
/usr/local/lib64/python3.10/site-packages/mailutils/c_api.so
/usr/local/lib64/python3.13/site-packages/mailutils/c_api.a
/usr/local/lib64/python3.13/site-packages/mailutils/c_api.la
/usr/local/lib64/python3.13/site-packages/mailutils/c_api.so
/usr/local/libexec/mailutils/mailutils-acl
/usr/local/libexec/mailutils/mailutils-cflags
/usr/local/libexec/mailutils/mailutils-dbm
@@ -356,9 +383,9 @@
/usr/local/share/aclocal/mailutils.m4
/usr/local/share/emacs/site-lisp/mailutils-mh.el
/usr/local/share/emacs/site-lisp/mailutils-mh.elc
/usr/local/share/info/mailutils.info-1.gz
/usr/local/share/info/mailutils.info-2.gz
/usr/local/share/info/mailutils.info.gz
/usr/local/share/info/mailutils.info-1.zst
/usr/local/share/info/mailutils.info-2.zst
/usr/local/share/info/mailutils.info.zst
/usr/local/share/locale/ca/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/da/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/de/LC_MESSAGES/mailutils.mo
@@ -366,10 +393,12 @@
/usr/local/share/locale/fi/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/fr/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/id/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ka/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/pl/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/pt_BR/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ro/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/ru/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/sr/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/sv/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/uk/LC_MESSAGES/mailutils.mo
/usr/local/share/locale/vi/LC_MESSAGES/mailutils.mo
@@ -388,7 +417,7 @@
/usr/local/share/mailutils/mh/scan.size
/usr/local/share/mailutils/mh/scan.time
/usr/local/share/mailutils/mh/scan.timely
/usr/local/share/man/man1/imap4d.1.gz
/usr/local/share/man/man1/mail.1.gz
/usr/local/share/man/man1/pop3d.1.gz
/usr/local/share/man/man1/popauth.1.gz
/usr/local/share/man/man1/imap4d.1.zst
/usr/local/share/man/man1/mail.1.zst
/usr/local/share/man/man1/pop3d.1.zst
/usr/local/share/man/man1/popauth.1.zst

View File

@@ -1,17 +1,12 @@
# Total size: 13426821
# Total size: 10879426
/usr/local/bin/pipewire
/usr/local/bin/pipewire-aes67
/usr/local/bin/pipewire-avb
/usr/local/bin/pipewire-pulse
/usr/local/bin/pipewire-vulkan
/usr/local/bin/pw-cat
/usr/local/bin/pw-cli
/usr/local/bin/pw-config
/usr/local/bin/pw-container
/usr/local/bin/pw-dot
/usr/local/bin/pw-dsdplay
/usr/local/bin/pw-dump
/usr/local/bin/pw-encplay
/usr/local/bin/pw-jack
/usr/local/bin/pw-link
/usr/local/bin/pw-loopback
@@ -34,9 +29,7 @@
/usr/local/bin/wireplumber
/usr/local/bin/wpctl
/usr/local/bin/wpexec
/usr/local/etc/security/limits.d/25-pw-rlimits.conf
/usr/local/etc/udev/rules.d/90-pipewire-alsa.rules
/usr/local/include/pipewire
/usr/local/include/pipewire-0.3/pipewire/array.h
/usr/local/include/pipewire-0.3/pipewire/buffers.h
/usr/local/include/pipewire-0.3/pipewire/client.h
@@ -50,7 +43,6 @@
/usr/local/include/pipewire-0.3/pipewire/extensions/metadata.h
/usr/local/include/pipewire-0.3/pipewire/extensions/profiler.h
/usr/local/include/pipewire-0.3/pipewire/extensions/protocol-native.h
/usr/local/include/pipewire-0.3/pipewire/extensions/security-context.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager/impl-interfaces.h
/usr/local/include/pipewire-0.3/pipewire/extensions/session-manager/interfaces.h
@@ -94,64 +86,6 @@
/usr/local/include/pipewire-0.3/pipewire/utils.h
/usr/local/include/pipewire-0.3/pipewire/version.h
/usr/local/include/pipewire-0.3/pipewire/work-queue.h
/usr/local/include/pipewire/array.h
/usr/local/include/pipewire/buffers.h
/usr/local/include/pipewire/client.h
/usr/local/include/pipewire/conf.h
/usr/local/include/pipewire/context.h
/usr/local/include/pipewire/control.h
/usr/local/include/pipewire/core.h
/usr/local/include/pipewire/data-loop.h
/usr/local/include/pipewire/device.h
/usr/local/include/pipewire/extensions/client-node.h
/usr/local/include/pipewire/extensions/metadata.h
/usr/local/include/pipewire/extensions/profiler.h
/usr/local/include/pipewire/extensions/protocol-native.h
/usr/local/include/pipewire/extensions/security-context.h
/usr/local/include/pipewire/extensions/session-manager.h
/usr/local/include/pipewire/extensions/session-manager/impl-interfaces.h
/usr/local/include/pipewire/extensions/session-manager/interfaces.h
/usr/local/include/pipewire/extensions/session-manager/introspect-funcs.h
/usr/local/include/pipewire/extensions/session-manager/introspect.h
/usr/local/include/pipewire/extensions/session-manager/keys.h
/usr/local/include/pipewire/factory.h
/usr/local/include/pipewire/filter.h
/usr/local/include/pipewire/global.h
/usr/local/include/pipewire/i18n.h
/usr/local/include/pipewire/impl-client.h
/usr/local/include/pipewire/impl-core.h
/usr/local/include/pipewire/impl-device.h
/usr/local/include/pipewire/impl-factory.h
/usr/local/include/pipewire/impl-link.h
/usr/local/include/pipewire/impl-metadata.h
/usr/local/include/pipewire/impl-module.h
/usr/local/include/pipewire/impl-node.h
/usr/local/include/pipewire/impl-port.h
/usr/local/include/pipewire/impl.h
/usr/local/include/pipewire/keys.h
/usr/local/include/pipewire/link.h
/usr/local/include/pipewire/log.h
/usr/local/include/pipewire/loop.h
/usr/local/include/pipewire/main-loop.h
/usr/local/include/pipewire/map.h
/usr/local/include/pipewire/mem.h
/usr/local/include/pipewire/module.h
/usr/local/include/pipewire/node.h
/usr/local/include/pipewire/permission.h
/usr/local/include/pipewire/pipewire.h
/usr/local/include/pipewire/port.h
/usr/local/include/pipewire/properties.h
/usr/local/include/pipewire/protocol.h
/usr/local/include/pipewire/proxy.h
/usr/local/include/pipewire/resource.h
/usr/local/include/pipewire/stream.h
/usr/local/include/pipewire/thread-loop.h
/usr/local/include/pipewire/thread.h
/usr/local/include/pipewire/type.h
/usr/local/include/pipewire/utils.h
/usr/local/include/pipewire/version.h
/usr/local/include/pipewire/work-queue.h
/usr/local/include/spa
/usr/local/include/spa-0.2/spa/buffer/alloc.h
/usr/local/include/spa-0.2/spa/buffer/buffer.h
/usr/local/include/spa-0.2/spa/buffer/meta.h
@@ -159,9 +93,7 @@
/usr/local/include/spa-0.2/spa/control/control.h
/usr/local/include/spa-0.2/spa/control/type-info.h
/usr/local/include/spa-0.2/spa/debug/buffer.h
/usr/local/include/spa-0.2/spa/debug/context.h
/usr/local/include/spa-0.2/spa/debug/dict.h
/usr/local/include/spa-0.2/spa/debug/file.h
/usr/local/include/spa-0.2/spa/debug/format.h
/usr/local/include/spa-0.2/spa/debug/log.h
/usr/local/include/spa-0.2/spa/debug/mem.h
@@ -181,84 +113,28 @@
/usr/local/include/spa-0.2/spa/node/node.h
/usr/local/include/spa-0.2/spa/node/type-info.h
/usr/local/include/spa-0.2/spa/node/utils.h
/usr/local/include/spa-0.2/spa/param/audio/aac-types.h
/usr/local/include/spa-0.2/spa/param/audio/aac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/aac.h
/usr/local/include/spa-0.2/spa/param/audio/alac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/alac.h
/usr/local/include/spa-0.2/spa/param/audio/amr-types.h
/usr/local/include/spa-0.2/spa/param/audio/amr-utils.h
/usr/local/include/spa-0.2/spa/param/audio/amr.h
/usr/local/include/spa-0.2/spa/param/audio/ape-utils.h
/usr/local/include/spa-0.2/spa/param/audio/ape.h
/usr/local/include/spa-0.2/spa/param/audio/compressed.h
/usr/local/include/spa-0.2/spa/param/audio/dsd-utils.h
/usr/local/include/spa-0.2/spa/param/audio/dsd.h
/usr/local/include/spa-0.2/spa/param/audio/dsp-utils.h
/usr/local/include/spa-0.2/spa/param/audio/dsp.h
/usr/local/include/spa-0.2/spa/param/audio/flac-utils.h
/usr/local/include/spa-0.2/spa/param/audio/flac.h
/usr/local/include/spa-0.2/spa/param/audio/format-utils.h
/usr/local/include/spa-0.2/spa/param/audio/format.h
/usr/local/include/spa-0.2/spa/param/audio/iec958-types.h
/usr/local/include/spa-0.2/spa/param/audio/iec958-utils.h
/usr/local/include/spa-0.2/spa/param/audio/iec958.h
/usr/local/include/spa-0.2/spa/param/audio/layout.h
/usr/local/include/spa-0.2/spa/param/audio/mp3-types.h
/usr/local/include/spa-0.2/spa/param/audio/mp3-utils.h
/usr/local/include/spa-0.2/spa/param/audio/mp3.h
/usr/local/include/spa-0.2/spa/param/audio/opus.h
/usr/local/include/spa-0.2/spa/param/audio/ra-utils.h
/usr/local/include/spa-0.2/spa/param/audio/ra.h
/usr/local/include/spa-0.2/spa/param/audio/raw-types.h
/usr/local/include/spa-0.2/spa/param/audio/raw-utils.h
/usr/local/include/spa-0.2/spa/param/audio/raw.h
/usr/local/include/spa-0.2/spa/param/audio/type-info.h
/usr/local/include/spa-0.2/spa/param/audio/vorbis-utils.h
/usr/local/include/spa-0.2/spa/param/audio/vorbis.h
/usr/local/include/spa-0.2/spa/param/audio/wma-types.h
/usr/local/include/spa-0.2/spa/param/audio/wma-utils.h
/usr/local/include/spa-0.2/spa/param/audio/wma.h
/usr/local/include/spa-0.2/spa/param/bluetooth/audio.h
/usr/local/include/spa-0.2/spa/param/bluetooth/type-info.h
/usr/local/include/spa-0.2/spa/param/buffers-types.h
/usr/local/include/spa-0.2/spa/param/buffers.h
/usr/local/include/spa-0.2/spa/param/format-types.h
/usr/local/include/spa-0.2/spa/param/format-utils.h
/usr/local/include/spa-0.2/spa/param/format.h
/usr/local/include/spa-0.2/spa/param/latency-types.h
/usr/local/include/spa-0.2/spa/param/latency-utils.h
/usr/local/include/spa-0.2/spa/param/latency.h
/usr/local/include/spa-0.2/spa/param/param-types.h
/usr/local/include/spa-0.2/spa/param/param.h
/usr/local/include/spa-0.2/spa/param/port-config-types.h
/usr/local/include/spa-0.2/spa/param/port-config.h
/usr/local/include/spa-0.2/spa/param/profile-types.h
/usr/local/include/spa-0.2/spa/param/profile.h
/usr/local/include/spa-0.2/spa/param/profiler-types.h
/usr/local/include/spa-0.2/spa/param/profiler.h
/usr/local/include/spa-0.2/spa/param/props-types.h
/usr/local/include/spa-0.2/spa/param/props.h
/usr/local/include/spa-0.2/spa/param/route-types.h
/usr/local/include/spa-0.2/spa/param/route.h
/usr/local/include/spa-0.2/spa/param/tag-types.h
/usr/local/include/spa-0.2/spa/param/tag-utils.h
/usr/local/include/spa-0.2/spa/param/tag.h
/usr/local/include/spa-0.2/spa/param/type-info.h
/usr/local/include/spa-0.2/spa/param/video/chroma.h
/usr/local/include/spa-0.2/spa/param/video/color.h
/usr/local/include/spa-0.2/spa/param/video/dsp-utils.h
/usr/local/include/spa-0.2/spa/param/video/dsp.h
/usr/local/include/spa-0.2/spa/param/video/encoded.h
/usr/local/include/spa-0.2/spa/param/video/format-utils.h
/usr/local/include/spa-0.2/spa/param/video/format.h
/usr/local/include/spa-0.2/spa/param/video/h264-utils.h
/usr/local/include/spa-0.2/spa/param/video/h264.h
/usr/local/include/spa-0.2/spa/param/video/mjpg-utils.h
/usr/local/include/spa-0.2/spa/param/video/mjpg.h
/usr/local/include/spa-0.2/spa/param/video/multiview.h
/usr/local/include/spa-0.2/spa/param/video/raw-types.h
/usr/local/include/spa-0.2/spa/param/video/raw-utils.h
/usr/local/include/spa-0.2/spa/param/video/raw.h
/usr/local/include/spa-0.2/spa/param/video/type-info.h
/usr/local/include/spa-0.2/spa/pod/builder.h
@@ -282,249 +158,84 @@
/usr/local/include/spa-0.2/spa/support/system.h
/usr/local/include/spa-0.2/spa/support/thread.h
/usr/local/include/spa-0.2/spa/utils/ansi.h
/usr/local/include/spa-0.2/spa/utils/atomic.h
/usr/local/include/spa-0.2/spa/utils/cleanup.h
/usr/local/include/spa-0.2/spa/utils/defs.h
/usr/local/include/spa-0.2/spa/utils/dict.h
/usr/local/include/spa-0.2/spa/utils/dll.h
/usr/local/include/spa-0.2/spa/utils/enum-types.h
/usr/local/include/spa-0.2/spa/utils/hook.h
/usr/local/include/spa-0.2/spa/utils/json-pod.h
/usr/local/include/spa-0.2/spa/utils/json.h
/usr/local/include/spa-0.2/spa/utils/keys.h
/usr/local/include/spa-0.2/spa/utils/list.h
/usr/local/include/spa-0.2/spa/utils/names.h
/usr/local/include/spa-0.2/spa/utils/ratelimit.h
/usr/local/include/spa-0.2/spa/utils/result.h
/usr/local/include/spa-0.2/spa/utils/ringbuffer.h
/usr/local/include/spa-0.2/spa/utils/string.h
/usr/local/include/spa-0.2/spa/utils/type-info.h
/usr/local/include/spa-0.2/spa/utils/type.h
/usr/local/include/spa/buffer/alloc.h
/usr/local/include/spa/buffer/buffer.h
/usr/local/include/spa/buffer/meta.h
/usr/local/include/spa/buffer/type-info.h
/usr/local/include/spa/control/control.h
/usr/local/include/spa/control/type-info.h
/usr/local/include/spa/debug/buffer.h
/usr/local/include/spa/debug/context.h
/usr/local/include/spa/debug/dict.h
/usr/local/include/spa/debug/file.h
/usr/local/include/spa/debug/format.h
/usr/local/include/spa/debug/log.h
/usr/local/include/spa/debug/mem.h
/usr/local/include/spa/debug/node.h
/usr/local/include/spa/debug/pod.h
/usr/local/include/spa/debug/types.h
/usr/local/include/spa/graph/graph.h
/usr/local/include/spa/interfaces/audio/aec.h
/usr/local/include/spa/monitor/device.h
/usr/local/include/spa/monitor/event.h
/usr/local/include/spa/monitor/type-info.h
/usr/local/include/spa/monitor/utils.h
/usr/local/include/spa/node/command.h
/usr/local/include/spa/node/event.h
/usr/local/include/spa/node/io.h
/usr/local/include/spa/node/keys.h
/usr/local/include/spa/node/node.h
/usr/local/include/spa/node/type-info.h
/usr/local/include/spa/node/utils.h
/usr/local/include/spa/param/audio/aac-types.h
/usr/local/include/spa/param/audio/aac-utils.h
/usr/local/include/spa/param/audio/aac.h
/usr/local/include/spa/param/audio/alac-utils.h
/usr/local/include/spa/param/audio/alac.h
/usr/local/include/spa/param/audio/amr-types.h
/usr/local/include/spa/param/audio/amr-utils.h
/usr/local/include/spa/param/audio/amr.h
/usr/local/include/spa/param/audio/ape-utils.h
/usr/local/include/spa/param/audio/ape.h
/usr/local/include/spa/param/audio/compressed.h
/usr/local/include/spa/param/audio/dsd-utils.h
/usr/local/include/spa/param/audio/dsd.h
/usr/local/include/spa/param/audio/dsp-utils.h
/usr/local/include/spa/param/audio/dsp.h
/usr/local/include/spa/param/audio/flac-utils.h
/usr/local/include/spa/param/audio/flac.h
/usr/local/include/spa/param/audio/format-utils.h
/usr/local/include/spa/param/audio/format.h
/usr/local/include/spa/param/audio/iec958-types.h
/usr/local/include/spa/param/audio/iec958-utils.h
/usr/local/include/spa/param/audio/iec958.h
/usr/local/include/spa/param/audio/layout.h
/usr/local/include/spa/param/audio/mp3-types.h
/usr/local/include/spa/param/audio/mp3-utils.h
/usr/local/include/spa/param/audio/mp3.h
/usr/local/include/spa/param/audio/opus.h
/usr/local/include/spa/param/audio/ra-utils.h
/usr/local/include/spa/param/audio/ra.h
/usr/local/include/spa/param/audio/raw-types.h
/usr/local/include/spa/param/audio/raw-utils.h
/usr/local/include/spa/param/audio/raw.h
/usr/local/include/spa/param/audio/type-info.h
/usr/local/include/spa/param/audio/vorbis-utils.h
/usr/local/include/spa/param/audio/vorbis.h
/usr/local/include/spa/param/audio/wma-types.h
/usr/local/include/spa/param/audio/wma-utils.h
/usr/local/include/spa/param/audio/wma.h
/usr/local/include/spa/param/bluetooth/audio.h
/usr/local/include/spa/param/bluetooth/type-info.h
/usr/local/include/spa/param/buffers-types.h
/usr/local/include/spa/param/buffers.h
/usr/local/include/spa/param/format-types.h
/usr/local/include/spa/param/format-utils.h
/usr/local/include/spa/param/format.h
/usr/local/include/spa/param/latency-types.h
/usr/local/include/spa/param/latency-utils.h
/usr/local/include/spa/param/latency.h
/usr/local/include/spa/param/param-types.h
/usr/local/include/spa/param/param.h
/usr/local/include/spa/param/port-config-types.h
/usr/local/include/spa/param/port-config.h
/usr/local/include/spa/param/profile-types.h
/usr/local/include/spa/param/profile.h
/usr/local/include/spa/param/profiler-types.h
/usr/local/include/spa/param/profiler.h
/usr/local/include/spa/param/props-types.h
/usr/local/include/spa/param/props.h
/usr/local/include/spa/param/route-types.h
/usr/local/include/spa/param/route.h
/usr/local/include/spa/param/tag-types.h
/usr/local/include/spa/param/tag-utils.h
/usr/local/include/spa/param/tag.h
/usr/local/include/spa/param/type-info.h
/usr/local/include/spa/param/video/chroma.h
/usr/local/include/spa/param/video/color.h
/usr/local/include/spa/param/video/dsp-utils.h
/usr/local/include/spa/param/video/dsp.h
/usr/local/include/spa/param/video/encoded.h
/usr/local/include/spa/param/video/format-utils.h
/usr/local/include/spa/param/video/format.h
/usr/local/include/spa/param/video/h264-utils.h
/usr/local/include/spa/param/video/h264.h
/usr/local/include/spa/param/video/mjpg-utils.h
/usr/local/include/spa/param/video/mjpg.h
/usr/local/include/spa/param/video/multiview.h
/usr/local/include/spa/param/video/raw-types.h
/usr/local/include/spa/param/video/raw-utils.h
/usr/local/include/spa/param/video/raw.h
/usr/local/include/spa/param/video/type-info.h
/usr/local/include/spa/pod/builder.h
/usr/local/include/spa/pod/command.h
/usr/local/include/spa/pod/compare.h
/usr/local/include/spa/pod/dynamic.h
/usr/local/include/spa/pod/event.h
/usr/local/include/spa/pod/filter.h
/usr/local/include/spa/pod/iter.h
/usr/local/include/spa/pod/parser.h
/usr/local/include/spa/pod/pod.h
/usr/local/include/spa/pod/vararg.h
/usr/local/include/spa/support/cpu.h
/usr/local/include/spa/support/dbus.h
/usr/local/include/spa/support/i18n.h
/usr/local/include/spa/support/log-impl.h
/usr/local/include/spa/support/log.h
/usr/local/include/spa/support/loop.h
/usr/local/include/spa/support/plugin-loader.h
/usr/local/include/spa/support/plugin.h
/usr/local/include/spa/support/system.h
/usr/local/include/spa/support/thread.h
/usr/local/include/spa/utils/ansi.h
/usr/local/include/spa/utils/atomic.h
/usr/local/include/spa/utils/cleanup.h
/usr/local/include/spa/utils/defs.h
/usr/local/include/spa/utils/dict.h
/usr/local/include/spa/utils/dll.h
/usr/local/include/spa/utils/enum-types.h
/usr/local/include/spa/utils/hook.h
/usr/local/include/spa/utils/json-pod.h
/usr/local/include/spa/utils/json.h
/usr/local/include/spa/utils/keys.h
/usr/local/include/spa/utils/list.h
/usr/local/include/spa/utils/names.h
/usr/local/include/spa/utils/ratelimit.h
/usr/local/include/spa/utils/result.h
/usr/local/include/spa/utils/ringbuffer.h
/usr/local/include/spa/utils/string.h
/usr/local/include/spa/utils/type-info.h
/usr/local/include/spa/utils/type.h
/usr/local/include/wireplumber-0.5/wp/base-dirs.h
/usr/local/include/wireplumber-0.5/wp/client.h
/usr/local/include/wireplumber-0.5/wp/component-loader.h
/usr/local/include/wireplumber-0.5/wp/conf.h
/usr/local/include/wireplumber-0.5/wp/core.h
/usr/local/include/wireplumber-0.5/wp/defs.h
/usr/local/include/wireplumber-0.5/wp/device.h
/usr/local/include/wireplumber-0.5/wp/error.h
/usr/local/include/wireplumber-0.5/wp/event-dispatcher.h
/usr/local/include/wireplumber-0.5/wp/event-hook.h
/usr/local/include/wireplumber-0.5/wp/event.h
/usr/local/include/wireplumber-0.5/wp/factory.h
/usr/local/include/wireplumber-0.5/wp/global-proxy.h
/usr/local/include/wireplumber-0.5/wp/iterator.h
/usr/local/include/wireplumber-0.5/wp/json-utils.h
/usr/local/include/wireplumber-0.5/wp/link.h
/usr/local/include/wireplumber-0.5/wp/log.h
/usr/local/include/wireplumber-0.5/wp/metadata.h
/usr/local/include/wireplumber-0.5/wp/module.h
/usr/local/include/wireplumber-0.5/wp/node.h
/usr/local/include/wireplumber-0.5/wp/object-interest.h
/usr/local/include/wireplumber-0.5/wp/object-manager.h
/usr/local/include/wireplumber-0.5/wp/object.h
/usr/local/include/wireplumber-0.5/wp/plugin.h
/usr/local/include/wireplumber-0.5/wp/port.h
/usr/local/include/wireplumber-0.5/wp/properties.h
/usr/local/include/wireplumber-0.5/wp/proxy-interfaces.h
/usr/local/include/wireplumber-0.5/wp/proxy.h
/usr/local/include/wireplumber-0.5/wp/session-item.h
/usr/local/include/wireplumber-0.5/wp/settings.h
/usr/local/include/wireplumber-0.5/wp/si-factory.h
/usr/local/include/wireplumber-0.5/wp/si-interfaces.h
/usr/local/include/wireplumber-0.5/wp/spa-json.h
/usr/local/include/wireplumber-0.5/wp/spa-pod.h
/usr/local/include/wireplumber-0.5/wp/spa-type.h
/usr/local/include/wireplumber-0.5/wp/state.h
/usr/local/include/wireplumber-0.5/wp/transition.h
/usr/local/include/wireplumber-0.5/wp/wp.h
/usr/local/include/wireplumber-0.5/wp/wpenums.h
/usr/local/include/wireplumber-0.5/wp/wpversion.h
/usr/local/include/wireplumber-0.4/wp/client.h
/usr/local/include/wireplumber-0.4/wp/component-loader.h
/usr/local/include/wireplumber-0.4/wp/core.h
/usr/local/include/wireplumber-0.4/wp/dbus.h
/usr/local/include/wireplumber-0.4/wp/defs.h
/usr/local/include/wireplumber-0.4/wp/device.h
/usr/local/include/wireplumber-0.4/wp/endpoint.h
/usr/local/include/wireplumber-0.4/wp/error.h
/usr/local/include/wireplumber-0.4/wp/factory.h
/usr/local/include/wireplumber-0.4/wp/global-proxy.h
/usr/local/include/wireplumber-0.4/wp/iterator.h
/usr/local/include/wireplumber-0.4/wp/link.h
/usr/local/include/wireplumber-0.4/wp/log.h
/usr/local/include/wireplumber-0.4/wp/metadata.h
/usr/local/include/wireplumber-0.4/wp/module.h
/usr/local/include/wireplumber-0.4/wp/node.h
/usr/local/include/wireplumber-0.4/wp/object-interest.h
/usr/local/include/wireplumber-0.4/wp/object-manager.h
/usr/local/include/wireplumber-0.4/wp/object.h
/usr/local/include/wireplumber-0.4/wp/plugin.h
/usr/local/include/wireplumber-0.4/wp/port.h
/usr/local/include/wireplumber-0.4/wp/properties.h
/usr/local/include/wireplumber-0.4/wp/proxy-interfaces.h
/usr/local/include/wireplumber-0.4/wp/proxy.h
/usr/local/include/wireplumber-0.4/wp/session-item.h
/usr/local/include/wireplumber-0.4/wp/si-factory.h
/usr/local/include/wireplumber-0.4/wp/si-interfaces.h
/usr/local/include/wireplumber-0.4/wp/spa-json.h
/usr/local/include/wireplumber-0.4/wp/spa-pod.h
/usr/local/include/wireplumber-0.4/wp/spa-type.h
/usr/local/include/wireplumber-0.4/wp/state.h
/usr/local/include/wireplumber-0.4/wp/transition.h
/usr/local/include/wireplumber-0.4/wp/wp.h
/usr/local/include/wireplumber-0.4/wp/wpenums.h
/usr/local/include/wireplumber-0.4/wp/wpversion.h
/usr/local/lib64/alsa-lib/libasound_module_ctl_pipewire.so
/usr/local/lib64/alsa-lib/libasound_module_pcm_pipewire.so
/usr/local/lib64/girepository-1.0/Wp-0.5.typelib
/usr/local/lib64/gstreamer-1.0/libgstpipewire.so
/usr/local/lib64/libpipewire-0.3.so
/usr/local/lib64/libpipewire-0.3.so.0
/usr/local/lib64/libpipewire-0.3.so.0.1206.0
/usr/local/lib64/libwireplumber-0.5.so
/usr/local/lib64/libwireplumber-0.5.so.0
/usr/local/lib64/libwireplumber-0.5.so.0.506.0
/usr/local/lib64/libpipewire-0.3.so.0.360.0
/usr/local/lib64/libwireplumber-0.4.so
/usr/local/lib64/libwireplumber-0.4.so.0
/usr/local/lib64/libwireplumber-0.4.so.0.4.12
/usr/local/lib64/pipewire-0.3/jack/libjack.so
/usr/local/lib64/pipewire-0.3/jack/libjack.so.0
/usr/local/lib64/pipewire-0.3/jack/libjack.so.0.3.1206
/usr/local/lib64/pipewire-0.3/jack/libjack.so.0.360.0
/usr/local/lib64/pipewire-0.3/jack/libjacknet.so
/usr/local/lib64/pipewire-0.3/jack/libjacknet.so.0
/usr/local/lib64/pipewire-0.3/jack/libjacknet.so.0.3.1206
/usr/local/lib64/pipewire-0.3/jack/libjacknet.so.0.360.0
/usr/local/lib64/pipewire-0.3/jack/libjackserver.so
/usr/local/lib64/pipewire-0.3/jack/libjackserver.so.0
/usr/local/lib64/pipewire-0.3/jack/libjackserver.so.0.3.1206
/usr/local/lib64/pipewire-0.3/jack/libjackserver.so.0.360.0
/usr/local/lib64/pipewire-0.3/libpipewire-module-access.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-adapter.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-avb.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-client-device.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-client-node.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-combine-stream.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-echo-cancel.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-fallback-sink.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-filter-chain-lv2.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-filter-chain.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-jack-tunnel.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-jackdbus-detect.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-link-factory.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-loopback.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-metadata.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-netjack2-driver.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-netjack2-manager.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-parametric-equalizer.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-pipe-tunnel.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-portal.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-profiler.so
@@ -536,23 +247,18 @@
/usr/local/lib64/pipewire-0.3/libpipewire-module-raop-sink.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rt.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rtkit.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rtp-sap.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rtp-session.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rtp-sink.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-rtp-source.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-session-manager.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-snapcast-discover.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-spa-device-factory.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-spa-device.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-spa-node-factory.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-spa-node.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-vban-recv.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-vban-send.so
/usr/local/lib64/pipewire-0.3/libpipewire-module-zeroconf-discover.so
/usr/local/lib64/pipewire-0.3/v4l2/libpw-v4l2.so
/usr/local/lib64/pkgconfig/libpipewire-0.3.pc
/usr/local/lib64/pkgconfig/libspa-0.2.pc
/usr/local/lib64/pkgconfig/wireplumber-0.5.pc
/usr/local/lib64/pkgconfig/wireplumber-0.4.pc
/usr/local/lib64/spa-0.2/aec/libspa-aec-null.so
/usr/local/lib64/spa-0.2/aec/libspa-aec-webrtc.so
/usr/local/lib64/spa-0.2/alsa/libspa-alsa.so
@@ -567,21 +273,19 @@
/usr/local/lib64/spa-0.2/videoconvert/libspa-videoconvert.so
/usr/local/lib64/spa-0.2/videotestsrc/libspa-videotestsrc.so
/usr/local/lib64/spa-0.2/volume/libspa-volume.so
/usr/local/lib64/spa-0.2/vulkan/libspa-vulkan.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-dbus-connection.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-default-nodes-api.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-file-monitor-api.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-log-settings.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-logind.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-lua-scripting.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-mixer-api.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-portal-permissionstore.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-reserve-device.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-settings.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-si-audio-adapter.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-si-node.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-si-standard-link.so
/usr/local/lib64/wireplumber-0.5/libwireplumber-module-standard-event-source.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-default-nodes-api.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-default-nodes.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-default-profile.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-file-monitor-api.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-lua-scripting.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-metadata.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-mixer-api.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-portal-permissionstore.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-reserve-device.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-si-audio-adapter.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-si-audio-endpoint.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-si-node.so
/usr/local/lib64/wireplumber-0.4/libwireplumber-module-si-standard-link.so
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-aux.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-dock-mic.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-input-fm.conf
@@ -608,8 +312,6 @@
/usr/local/share/alsa-card-profile/mixer/paths/analog-output-speaker.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-output.conf
/usr/local/share/alsa-card-profile/mixer/paths/analog-output.conf.common
/usr/local/share/alsa-card-profile/mixer/paths/audigy-analog-output-mirror.conf
/usr/local/share/alsa-card-profile/mixer/paths/audigy-analog-output.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-0.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-1.conf
/usr/local/share/alsa-card-profile/mixer/paths/hdmi-output-10.conf
@@ -629,7 +331,6 @@
/usr/local/share/alsa-card-profile/mixer/paths/usb-gaming-headset-output-mono.conf
/usr/local/share/alsa-card-profile/mixer/paths/usb-gaming-headset-output-stereo.conf
/usr/local/share/alsa-card-profile/mixer/paths/virtual-surround-7.1.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/9999-custom.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/analog-only.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/asus-xonar-se.conf
/usr/local/share/alsa-card-profile/mixer/profile-sets/audigy.conf
@@ -658,19 +359,6 @@
/usr/local/share/alsa-card-profile/mixer/profile-sets/usb-gaming-headset.conf
/usr/local/share/alsa/alsa.conf.d/50-pipewire.conf
/usr/local/share/alsa/alsa.conf.d/99-pipewire-default.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/access.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/alsa.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/bluetooth.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/device.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/libcamera.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/linking.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/log.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/media-role-nodes.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/profile.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/smart-equalizer.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/stream.conf
/usr/local/share/doc/wireplumber/examples/wireplumber.conf.d/v4l2.conf
/usr/local/share/gir-1.0/Wp-0.5.gir
/usr/local/share/locale/af/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/af/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/as/LC_MESSAGES/pipewire.mo
@@ -760,7 +448,6 @@
/usr/local/share/locale/si/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sk/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/sk/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sl/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sr/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/sr/LC_MESSAGES/wireplumber.mo
/usr/local/share/locale/sr@latin/LC_MESSAGES/pipewire.mo
@@ -780,9 +467,7 @@
/usr/local/share/locale/zh_TW/LC_MESSAGES/pipewire.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/wireplumber.mo
/usr/local/share/pipewire/client-rt.conf
/usr/local/share/pipewire/client-rt.conf.avail/20-upmix.conf
/usr/local/share/pipewire/client.conf
/usr/local/share/pipewire/client.conf.avail/20-upmix.conf
/usr/local/share/pipewire/filter-chain.conf
/usr/local/share/pipewire/filter-chain/demonic.conf
/usr/local/share/pipewire/filter-chain/sink-dolby-surround.conf
@@ -796,71 +481,51 @@
/usr/local/share/pipewire/filter-chain/source-rnnoise.conf
/usr/local/share/pipewire/jack.conf
/usr/local/share/pipewire/minimal.conf
/usr/local/share/pipewire/pipewire-aes67.conf
/usr/local/share/pipewire/pipewire-avb.conf
/usr/local/share/pipewire/pipewire-pulse.conf
/usr/local/share/pipewire/pipewire-pulse.conf.avail/20-upmix.conf
/usr/local/share/pipewire/pipewire-vulkan.conf
/usr/local/share/pipewire/pipewire.conf
/usr/local/share/pipewire/pipewire.conf.avail/10-rates.conf
/usr/local/share/pipewire/pipewire.conf.avail/20-upmix.conf
/usr/local/share/wireplumber/scripts/client/access-default.lua
/usr/local/share/wireplumber/scripts/client/access-portal.lua
/usr/local/share/wireplumber/scripts/client/access-snap.lua
/usr/local/share/wireplumber/scripts/default-nodes/apply-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/find-best-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/find-selected-default-node.lua
/usr/local/share/wireplumber/scripts/default-nodes/rescan.lua
/usr/local/share/wireplumber/scripts/default-nodes/state-default-nodes.lua
/usr/local/share/wireplumber/scripts/device/apply-profile.lua
/usr/local/share/wireplumber/scripts/device/apply-routes.lua
/usr/local/share/wireplumber/scripts/device/autoswitch-bluetooth-profile.lua
/usr/local/share/wireplumber/scripts/device/find-best-profile.lua
/usr/local/share/wireplumber/scripts/device/find-best-routes.lua
/usr/local/share/wireplumber/scripts/device/find-preferred-profile.lua
/usr/local/share/wireplumber/scripts/device/select-profile.lua
/usr/local/share/wireplumber/scripts/device/select-routes.lua
/usr/local/share/wireplumber/scripts/device/state-profile.lua
/usr/local/share/wireplumber/scripts/device/state-routes.lua
/usr/local/share/wireplumber/bluetooth.conf
/usr/local/share/wireplumber/bluetooth.lua.d/00-functions.lua
/usr/local/share/wireplumber/bluetooth.lua.d/30-bluez-monitor.lua
/usr/local/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua
/usr/local/share/wireplumber/bluetooth.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/common/00-functions.lua
/usr/local/share/wireplumber/main.conf
/usr/local/share/wireplumber/main.lua.d/00-functions.lua
/usr/local/share/wireplumber/main.lua.d/20-default-access.lua
/usr/local/share/wireplumber/main.lua.d/30-alsa-monitor.lua
/usr/local/share/wireplumber/main.lua.d/30-libcamera-monitor.lua
/usr/local/share/wireplumber/main.lua.d/30-v4l2-monitor.lua
/usr/local/share/wireplumber/main.lua.d/40-device-defaults.lua
/usr/local/share/wireplumber/main.lua.d/40-stream-defaults.lua
/usr/local/share/wireplumber/main.lua.d/50-alsa-config.lua
/usr/local/share/wireplumber/main.lua.d/50-default-access-config.lua
/usr/local/share/wireplumber/main.lua.d/50-libcamera-config.lua
/usr/local/share/wireplumber/main.lua.d/50-v4l2-config.lua
/usr/local/share/wireplumber/main.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/policy.conf
/usr/local/share/wireplumber/policy.lua.d/00-functions.lua
/usr/local/share/wireplumber/policy.lua.d/10-default-policy.lua
/usr/local/share/wireplumber/policy.lua.d/50-endpoints-config.lua
/usr/local/share/wireplumber/policy.lua.d/90-enable-all.lua
/usr/local/share/wireplumber/scripts/access/access-default.lua
/usr/local/share/wireplumber/scripts/access/access-portal.lua
/usr/local/share/wireplumber/scripts/create-item.lua
/usr/local/share/wireplumber/scripts/fallback-sink.lua
/usr/local/share/wireplumber/scripts/lib/common-utils.lua
/usr/local/share/wireplumber/scripts/lib/device-info-cache.lua
/usr/local/share/wireplumber/scripts/lib/filter-utils.lua
/usr/local/share/wireplumber/scripts/lib/linking-utils.lua
/usr/local/share/wireplumber/scripts/lib/monitor-utils.lua
/usr/local/share/wireplumber/scripts/lib/node-utils.lua
/usr/local/share/wireplumber/scripts/linking/find-best-target.lua
/usr/local/share/wireplumber/scripts/linking/find-default-target.lua
/usr/local/share/wireplumber/scripts/linking/find-defined-target.lua
/usr/local/share/wireplumber/scripts/linking/find-filter-target.lua
/usr/local/share/wireplumber/scripts/linking/find-media-role-target.lua
/usr/local/share/wireplumber/scripts/linking/find-user-target.lua.example
/usr/local/share/wireplumber/scripts/linking/get-filter-from-target.lua
/usr/local/share/wireplumber/scripts/linking/link-target.lua
/usr/local/share/wireplumber/scripts/linking/prepare-link.lua
/usr/local/share/wireplumber/scripts/linking/rescan-media-role-links.lua
/usr/local/share/wireplumber/scripts/linking/rescan.lua
/usr/local/share/wireplumber/scripts/metadata.lua
/usr/local/share/wireplumber/scripts/intended-roles.lua
/usr/local/share/wireplumber/scripts/monitors/alsa-midi.lua
/usr/local/share/wireplumber/scripts/monitors/alsa.lua
/usr/local/share/wireplumber/scripts/monitors/bluez-midi.lua
/usr/local/share/wireplumber/scripts/monitors/bluez.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/create-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/create-node.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/enumerate-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/name-device.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera/name-node.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/create-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/create-node.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/enumerate-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/name-device.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2/name-node.lua
/usr/local/share/wireplumber/scripts/node/create-item.lua
/usr/local/share/wireplumber/scripts/node/filter-forward-format.lua
/usr/local/share/wireplumber/scripts/node/software-dsp.lua
/usr/local/share/wireplumber/scripts/node/state-stream.lua
/usr/local/share/wireplumber/scripts/node/suspend-node.lua
/usr/local/share/wireplumber/scripts/sm-objects.lua
/usr/local/share/wireplumber/scripts/monitors/libcamera.lua
/usr/local/share/wireplumber/scripts/monitors/v4l2.lua
/usr/local/share/wireplumber/scripts/policy-bluetooth.lua
/usr/local/share/wireplumber/scripts/policy-device-profile.lua
/usr/local/share/wireplumber/scripts/policy-device-routes.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-client-links.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-client.lua
/usr/local/share/wireplumber/scripts/policy-endpoint-device.lua
/usr/local/share/wireplumber/scripts/policy-node.lua
/usr/local/share/wireplumber/scripts/restore-stream.lua
/usr/local/share/wireplumber/scripts/static-endpoints.lua
/usr/local/share/wireplumber/scripts/suspend-node.lua
/usr/local/share/wireplumber/wireplumber.conf
/usr/local/share/wireplumber/wireplumber.conf.d/alsa-vm.conf
/usr/local/share/zsh/site-functions/_wpctl

View File

@@ -1,136 +1,252 @@
# Total size: 7093505
/usr/local/bin/mongoose
/usr/local/include/Mongoose.hpp
/usr/local/include/RBio.h
/usr/local/include/SuiteSparseQR.hpp
/usr/local/include/SuiteSparseQR_C.h
/usr/local/include/SuiteSparseQR_definitions.h
/usr/local/include/SuiteSparse_config.h
/usr/local/include/amd.h
/usr/local/include/btf.h
/usr/local/include/camd.h
/usr/local/include/ccolamd.h
/usr/local/include/cholmod.h
/usr/local/include/cholmod_blas.h
/usr/local/include/cholmod_camd.h
/usr/local/include/cholmod_check.h
/usr/local/include/cholmod_cholesky.h
/usr/local/include/cholmod_complexity.h
/usr/local/include/cholmod_config.h
/usr/local/include/cholmod_core.h
/usr/local/include/cholmod_function.h
/usr/local/include/cholmod_gpu.h
/usr/local/include/cholmod_gpu_kernels.h
/usr/local/include/cholmod_io64.h
/usr/local/include/cholmod_matrixops.h
/usr/local/include/cholmod_modify.h
/usr/local/include/cholmod_partition.h
/usr/local/include/cholmod_supernodal.h
/usr/local/include/cholmod_template.h
/usr/local/include/colamd.h
/usr/local/include/cs.h
/usr/local/include/klu.h
/usr/local/include/ldl.h
/usr/local/include/metis.h
/usr/local/include/spqr.hpp
/usr/local/include/umfpack.h
/usr/local/include/umfpack_col_to_triplet.h
/usr/local/include/umfpack_defaults.h
/usr/local/include/umfpack_free_numeric.h
/usr/local/include/umfpack_free_symbolic.h
/usr/local/include/umfpack_get_determinant.h
/usr/local/include/umfpack_get_lunz.h
/usr/local/include/umfpack_get_numeric.h
/usr/local/include/umfpack_get_symbolic.h
/usr/local/include/umfpack_global.h
/usr/local/include/umfpack_load_numeric.h
/usr/local/include/umfpack_load_symbolic.h
/usr/local/include/umfpack_numeric.h
/usr/local/include/umfpack_qsymbolic.h
/usr/local/include/umfpack_report_control.h
/usr/local/include/umfpack_report_info.h
/usr/local/include/umfpack_report_matrix.h
/usr/local/include/umfpack_report_numeric.h
/usr/local/include/umfpack_report_perm.h
/usr/local/include/umfpack_report_status.h
/usr/local/include/umfpack_report_symbolic.h
/usr/local/include/umfpack_report_triplet.h
/usr/local/include/umfpack_report_vector.h
/usr/local/include/umfpack_save_numeric.h
/usr/local/include/umfpack_save_symbolic.h
/usr/local/include/umfpack_scale.h
/usr/local/include/umfpack_solve.h
/usr/local/include/umfpack_symbolic.h
/usr/local/include/umfpack_tictoc.h
/usr/local/include/umfpack_timer.h
/usr/local/include/umfpack_transpose.h
/usr/local/include/umfpack_triplet_to_col.h
/usr/local/include/umfpack_wsolve.h
/usr/local/lib/libamd.so
/usr/local/lib/libamd.so.2
/usr/local/lib/libamd.so.2.4.6
/usr/local/lib/libbtf.so
/usr/local/lib/libbtf.so.1
/usr/local/lib/libbtf.so.1.2.6
/usr/local/lib/libcamd.so
/usr/local/lib/libcamd.so.2
/usr/local/lib/libcamd.so.2.4.6
/usr/local/lib/libccolamd.so
/usr/local/lib/libccolamd.so.2
/usr/local/lib/libccolamd.so.2.9.6
/usr/local/lib/libcholmod.so
/usr/local/lib/libcholmod.so.3
/usr/local/lib/libcholmod.so.3.0.14
/usr/local/lib/libcolamd.so
/usr/local/lib/libcolamd.so.2
/usr/local/lib/libcolamd.so.2.9.6
/usr/local/lib/libcxsparse.so
/usr/local/lib/libcxsparse.so.3
/usr/local/lib/libcxsparse.so.3.2.0
/usr/local/lib/libklu.so
/usr/local/lib/libklu.so.1
/usr/local/lib/libklu.so.1.3.8
/usr/local/lib/libldl.so
/usr/local/lib/libldl.so.2
/usr/local/lib/libldl.so.2.2.6
/usr/local/lib/libmetis.so
/usr/local/lib/librbio.so
/usr/local/lib/librbio.so.2
/usr/local/lib/librbio.so.2.2.6
/usr/local/lib/libspqr.so
/usr/local/lib/libspqr.so.2
/usr/local/lib/libspqr.so.2.0.9
/usr/local/lib/libsuitesparseconfig.so
/usr/local/lib/libsuitesparseconfig.so.5
/usr/local/lib/libsuitesparseconfig.so.5.7.2
/usr/local/lib/libumfpack.so
/usr/local/lib/libumfpack.so.5
/usr/local/lib/libumfpack.so.5.7.9
/usr/local/lib64/libmongoose.a
/usr/local/lib64/libmongoose.so
/usr/local/lib64/libmongoose.so.2
/usr/local/lib64/libmongoose.so.2.0.4
/usr/local/share/doc/suitesparse-5.7.2/AMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/AMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/BTF_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CAMD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/CCOLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CHOLMOD_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/COLAMD_README.txt
/usr/local/share/doc/suitesparse-5.7.2/CXSPARSE_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_README.txt
/usr/local/share/doc/suitesparse-5.7.2/KLU_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/LDL_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_README.txt
/usr/local/share/doc/suitesparse-5.7.2/METIS_manual.pdf
/usr/local/share/doc/suitesparse-5.7.2/RBIO_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SPQR_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SUITESPARSECONFIG_README.txt
/usr/local/share/doc/suitesparse-5.7.2/SuiteSparse_README.md
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_QuickStart.pdf
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_README.txt
/usr/local/share/doc/suitesparse-5.7.2/UMFPACK_UserGuide.pdf
/usr/local/share/doc/suitesparse-5.7.2/ldl_userguide.pdf
/usr/local/share/doc/suitesparse-5.7.2/spqr_user_guide.pdf
# Total size: 95203046
/usr/local/bin/suitesparse_mongoose
/usr/local/include/suitesparse/GraphBLAS.h
/usr/local/include/suitesparse/LAGraph.h
/usr/local/include/suitesparse/LAGraphX.h
/usr/local/include/suitesparse/Mongoose.hpp
/usr/local/include/suitesparse/ParU.h
/usr/local/include/suitesparse/RBio.h
/usr/local/include/suitesparse/SPEX.h
/usr/local/include/suitesparse/SuiteSparseQR.hpp
/usr/local/include/suitesparse/SuiteSparseQR_C.h
/usr/local/include/suitesparse/SuiteSparseQR_definitions.h
/usr/local/include/suitesparse/SuiteSparse_config.h
/usr/local/include/suitesparse/amd.h
/usr/local/include/suitesparse/btf.h
/usr/local/include/suitesparse/camd.h
/usr/local/include/suitesparse/ccolamd.h
/usr/local/include/suitesparse/cholmod.h
/usr/local/include/suitesparse/colamd.h
/usr/local/include/suitesparse/cs.h
/usr/local/include/suitesparse/klu.h
/usr/local/include/suitesparse/klu_cholmod.h
/usr/local/include/suitesparse/ldl.h
/usr/local/include/suitesparse/spex_python_connect.h
/usr/local/include/suitesparse/umfpack.h
/usr/local/lib64/cmake/AMD/AMDConfig.cmake
/usr/local/lib64/cmake/AMD/AMDConfigVersion.cmake
/usr/local/lib64/cmake/AMD/AMDTargets-release.cmake
/usr/local/lib64/cmake/AMD/AMDTargets.cmake
/usr/local/lib64/cmake/AMD/AMDTargets_static-release.cmake
/usr/local/lib64/cmake/AMD/AMDTargets_static.cmake
/usr/local/lib64/cmake/BTF/BTFConfig.cmake
/usr/local/lib64/cmake/BTF/BTFConfigVersion.cmake
/usr/local/lib64/cmake/BTF/BTFTargets-release.cmake
/usr/local/lib64/cmake/BTF/BTFTargets.cmake
/usr/local/lib64/cmake/BTF/BTFTargets_static-release.cmake
/usr/local/lib64/cmake/BTF/BTFTargets_static.cmake
/usr/local/lib64/cmake/CAMD/CAMDConfig.cmake
/usr/local/lib64/cmake/CAMD/CAMDConfigVersion.cmake
/usr/local/lib64/cmake/CAMD/CAMDTargets-release.cmake
/usr/local/lib64/cmake/CAMD/CAMDTargets.cmake
/usr/local/lib64/cmake/CAMD/CAMDTargets_static-release.cmake
/usr/local/lib64/cmake/CAMD/CAMDTargets_static.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDConfig.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDConfigVersion.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDTargets-release.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDTargets.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDTargets_static-release.cmake
/usr/local/lib64/cmake/CCOLAMD/CCOLAMDTargets_static.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODConfig.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODConfigVersion.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODTargets-release.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODTargets.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODTargets_static-release.cmake
/usr/local/lib64/cmake/CHOLMOD/CHOLMODTargets_static.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDConfig.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDConfigVersion.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDTargets-release.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDTargets.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDTargets_static-release.cmake
/usr/local/lib64/cmake/COLAMD/COLAMDTargets_static.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseConfig.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseConfigVersion.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseTargets-release.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseTargets.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseTargets_static-release.cmake
/usr/local/lib64/cmake/CXSparse/CXSparseTargets_static.cmake
/usr/local/lib64/cmake/GraphBLAS/GraphBLASConfig.cmake
/usr/local/lib64/cmake/GraphBLAS/GraphBLASConfigVersion.cmake
/usr/local/lib64/cmake/GraphBLAS/GraphBLASTargets-release.cmake
/usr/local/lib64/cmake/GraphBLAS/GraphBLASTargets.cmake
/usr/local/lib64/cmake/KLU/KLUConfig.cmake
/usr/local/lib64/cmake/KLU/KLUConfigVersion.cmake
/usr/local/lib64/cmake/KLU/KLUTargets-release.cmake
/usr/local/lib64/cmake/KLU/KLUTargets.cmake
/usr/local/lib64/cmake/KLU/KLUTargets_static-release.cmake
/usr/local/lib64/cmake/KLU/KLUTargets_static.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODConfig.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODConfigVersion.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets-release.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static-release.cmake
/usr/local/lib64/cmake/KLU_CHOLMOD/KLU_CHOLMODTargets_static.cmake
/usr/local/lib64/cmake/LAGraph/FindGraphBLAS.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphConfig.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphConfigVersion.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphTargets-release.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphTargets.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphTargets_static-release.cmake
/usr/local/lib64/cmake/LAGraph/LAGraphTargets_static.cmake
/usr/local/lib64/cmake/LDL/LDLConfig.cmake
/usr/local/lib64/cmake/LDL/LDLConfigVersion.cmake
/usr/local/lib64/cmake/LDL/LDLTargets-release.cmake
/usr/local/lib64/cmake/LDL/LDLTargets.cmake
/usr/local/lib64/cmake/LDL/LDLTargets_static-release.cmake
/usr/local/lib64/cmake/LDL/LDLTargets_static.cmake
/usr/local/lib64/cmake/ParU/ParUConfig.cmake
/usr/local/lib64/cmake/ParU/ParUConfigVersion.cmake
/usr/local/lib64/cmake/ParU/ParUTargets-release.cmake
/usr/local/lib64/cmake/ParU/ParUTargets.cmake
/usr/local/lib64/cmake/ParU/ParUTargets_static-release.cmake
/usr/local/lib64/cmake/ParU/ParUTargets_static.cmake
/usr/local/lib64/cmake/RBio/RBioConfig.cmake
/usr/local/lib64/cmake/RBio/RBioConfigVersion.cmake
/usr/local/lib64/cmake/RBio/RBioTargets-release.cmake
/usr/local/lib64/cmake/RBio/RBioTargets.cmake
/usr/local/lib64/cmake/RBio/RBioTargets_static-release.cmake
/usr/local/lib64/cmake/RBio/RBioTargets_static.cmake
/usr/local/lib64/cmake/SPEX/FindGMP.cmake
/usr/local/lib64/cmake/SPEX/FindMPFR.cmake
/usr/local/lib64/cmake/SPEX/SPEXConfig.cmake
/usr/local/lib64/cmake/SPEX/SPEXConfigVersion.cmake
/usr/local/lib64/cmake/SPEX/SPEXTargets-release.cmake
/usr/local/lib64/cmake/SPEX/SPEXTargets.cmake
/usr/local/lib64/cmake/SPEX/SPEXTargets_static-release.cmake
/usr/local/lib64/cmake/SPEX/SPEXTargets_static.cmake
/usr/local/lib64/cmake/SPQR/SPQRConfig.cmake
/usr/local/lib64/cmake/SPQR/SPQRConfigVersion.cmake
/usr/local/lib64/cmake/SPQR/SPQRTargets-release.cmake
/usr/local/lib64/cmake/SPQR/SPQRTargets.cmake
/usr/local/lib64/cmake/SPQR/SPQRTargets_static-release.cmake
/usr/local/lib64/cmake/SPQR/SPQRTargets_static.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparseBLAS.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparseBLAS32.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparseBLAS64.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparseLAPACK.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparsePolicy.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparseReport.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparse__blas_threading.cmake
/usr/local/lib64/cmake/SuiteSparse/SuiteSparse__thread.cmake
/usr/local/lib64/cmake/SuiteSparse/check_mkl.c
/usr/local/lib64/cmake/SuiteSparse/check_openblas_Apr2024.c
/usr/local/lib64/cmake/SuiteSparse/check_openblas_Mar2015.c
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfig.cmake
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseConfigVersion.cmake
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets-release.cmake
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets.cmake
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static-release.cmake
/usr/local/lib64/cmake/SuiteSparse_Mongoose/SuiteSparse_MongooseTargets_static.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configConfig.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configConfigVersion.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configTargets-release.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configTargets.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configTargets_static-release.cmake
/usr/local/lib64/cmake/SuiteSparse_config/SuiteSparse_configTargets_static.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKConfig.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKConfigVersion.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKTargets-release.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKTargets.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKTargets_static-release.cmake
/usr/local/lib64/cmake/UMFPACK/UMFPACKTargets_static.cmake
/usr/local/lib64/libamd.a
/usr/local/lib64/libamd.so
/usr/local/lib64/libamd.so.3
/usr/local/lib64/libamd.so.3.3.4
/usr/local/lib64/libbtf.a
/usr/local/lib64/libbtf.so
/usr/local/lib64/libbtf.so.2
/usr/local/lib64/libbtf.so.2.3.3
/usr/local/lib64/libcamd.a
/usr/local/lib64/libcamd.so
/usr/local/lib64/libcamd.so.3
/usr/local/lib64/libcamd.so.3.3.5
/usr/local/lib64/libccolamd.a
/usr/local/lib64/libccolamd.so
/usr/local/lib64/libccolamd.so.3
/usr/local/lib64/libccolamd.so.3.3.5
/usr/local/lib64/libcholmod.a
/usr/local/lib64/libcholmod.so
/usr/local/lib64/libcholmod.so.5
/usr/local/lib64/libcholmod.so.5.3.4
/usr/local/lib64/libcolamd.a
/usr/local/lib64/libcolamd.so
/usr/local/lib64/libcolamd.so.3
/usr/local/lib64/libcolamd.so.3.3.5
/usr/local/lib64/libcxsparse.a
/usr/local/lib64/libcxsparse.so
/usr/local/lib64/libcxsparse.so.4
/usr/local/lib64/libcxsparse.so.4.4.2
/usr/local/lib64/libgraphblas.so
/usr/local/lib64/libgraphblas.so.10
/usr/local/lib64/libgraphblas.so.10.2.0
/usr/local/lib64/libklu.a
/usr/local/lib64/libklu.so
/usr/local/lib64/libklu.so.2
/usr/local/lib64/libklu.so.2.3.6
/usr/local/lib64/libklu_cholmod.a
/usr/local/lib64/libklu_cholmod.so
/usr/local/lib64/libklu_cholmod.so.2
/usr/local/lib64/libklu_cholmod.so.2.3.6
/usr/local/lib64/liblagraph.a
/usr/local/lib64/liblagraph.so
/usr/local/lib64/liblagraph.so.1
/usr/local/lib64/liblagraph.so.1.2.1
/usr/local/lib64/liblagraphx.a
/usr/local/lib64/liblagraphx.so
/usr/local/lib64/liblagraphx.so.1
/usr/local/lib64/liblagraphx.so.1.2.1
/usr/local/lib64/libldl.a
/usr/local/lib64/libldl.so
/usr/local/lib64/libldl.so.3
/usr/local/lib64/libldl.so.3.3.3
/usr/local/lib64/libparu.a
/usr/local/lib64/libparu.so
/usr/local/lib64/libparu.so.1
/usr/local/lib64/libparu.so.1.1.0
/usr/local/lib64/librbio.a
/usr/local/lib64/librbio.so
/usr/local/lib64/librbio.so.4
/usr/local/lib64/librbio.so.4.3.5
/usr/local/lib64/libspex.a
/usr/local/lib64/libspex.so
/usr/local/lib64/libspex.so.3
/usr/local/lib64/libspex.so.3.2.4
/usr/local/lib64/libspexpython.so
/usr/local/lib64/libspexpython.so.3
/usr/local/lib64/libspexpython.so.3.2.4
/usr/local/lib64/libspqr.a
/usr/local/lib64/libspqr.so
/usr/local/lib64/libspqr.so.4
/usr/local/lib64/libspqr.so.4.3.6
/usr/local/lib64/libsuitesparse_mongoose.a
/usr/local/lib64/libsuitesparse_mongoose.so
/usr/local/lib64/libsuitesparse_mongoose.so.3
/usr/local/lib64/libsuitesparse_mongoose.so.3.3.6
/usr/local/lib64/libsuitesparseconfig.a
/usr/local/lib64/libsuitesparseconfig.so
/usr/local/lib64/libsuitesparseconfig.so.7
/usr/local/lib64/libsuitesparseconfig.so.7.12.1
/usr/local/lib64/libumfpack.a
/usr/local/lib64/libumfpack.so
/usr/local/lib64/libumfpack.so.6
/usr/local/lib64/libumfpack.so.6.3.7
/usr/local/lib64/pkgconfig/AMD.pc
/usr/local/lib64/pkgconfig/BTF.pc
/usr/local/lib64/pkgconfig/CAMD.pc
/usr/local/lib64/pkgconfig/CCOLAMD.pc
/usr/local/lib64/pkgconfig/CHOLMOD.pc
/usr/local/lib64/pkgconfig/COLAMD.pc
/usr/local/lib64/pkgconfig/CXSparse.pc
/usr/local/lib64/pkgconfig/GraphBLAS.pc
/usr/local/lib64/pkgconfig/KLU.pc
/usr/local/lib64/pkgconfig/KLU_CHOLMOD.pc
/usr/local/lib64/pkgconfig/LAGraph.pc
/usr/local/lib64/pkgconfig/LDL.pc
/usr/local/lib64/pkgconfig/ParU.pc
/usr/local/lib64/pkgconfig/RBio.pc
/usr/local/lib64/pkgconfig/SPEX.pc
/usr/local/lib64/pkgconfig/SPQR.pc
/usr/local/lib64/pkgconfig/SuiteSparse_Mongoose.pc
/usr/local/lib64/pkgconfig/SuiteSparse_config.pc
/usr/local/lib64/pkgconfig/UMFPACK.pc

View File

@@ -1,4 +1,4 @@
# Total size: 2075076
# Total size: 2164330
/usr/local/bin/w3m
/usr/local/bin/w3mman
/usr/local/libexec/w3m/cgi-bin/dirlist.cgi
@@ -18,11 +18,11 @@
/usr/local/share/locale/sv_SE/LC_MESSAGES/w3m.mo
/usr/local/share/locale/zh_CN/LC_MESSAGES/w3m.mo
/usr/local/share/locale/zh_TW/LC_MESSAGES/w3m.mo
/usr/local/share/man/de/man1/w3m.1.gz
/usr/local/share/man/de/man1/w3mman.1.gz
/usr/local/share/man/ja/man1/w3m.1.gz
/usr/local/share/man/man1/w3m.1.gz
/usr/local/share/man/man1/w3mman.1.gz
/usr/local/share/man/de/man1/w3m.1.zst
/usr/local/share/man/de/man1/w3mman.1.zst
/usr/local/share/man/ja/man1/w3m.1.zst
/usr/local/share/man/man1/w3m.1.zst
/usr/local/share/man/man1/w3mman.1.zst
/usr/local/share/w3m/w3mhelp-funcdesc.de.pl
/usr/local/share/w3m/w3mhelp-funcdesc.en.pl
/usr/local/share/w3m/w3mhelp-funcdesc.ja.pl

View File

@@ -3,17 +3,17 @@ require 'buildsystems/meson'
class Babl < Meson
description 'babl is a dynamic, any to any, pixel format translation library.'
homepage 'https://gegl.org/babl/'
version '0.1.116'
version '0.1.116-1'
license 'LGPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url "https://download.gimp.org/pub/babl/#{version.rpartition('.')[0]}/babl-#{version}.tar.xz"
source_sha256 '50fae069867c7ade1259888ff1e3db85fec86d708252e5385b5a4f39a78ec483'
source_url 'https://gitlab.gnome.org/GNOME/babl.git'
git_hashtag "BABL_#{version.split('-').first.gsub('.', '_')}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '0986b9e40794045e27836213da379a2dafcd49dc4edcd7f8e52ab5664005fba5',
armv7l: '0986b9e40794045e27836213da379a2dafcd49dc4edcd7f8e52ab5664005fba5',
x86_64: 'a7d4a6e0ef80baf2475cd34f29f124f6fbaabcc6b2be83316261034e1ec8989e'
aarch64: '467461a726ca6245cf4ca64d3fa342945a1dd348b812645da1e753b8b73a9802',
armv7l: '467461a726ca6245cf4ca64d3fa342945a1dd348b812645da1e753b8b73a9802',
x86_64: '0fe641a5047d82d956a8f68f1d781c6040be66f67d7dc2cca0727585f279e810'
})
depends_on 'gcc_lib' # R
@@ -21,8 +21,9 @@ class Babl < Meson
depends_on 'gobject_introspection' => :build
depends_on 'lcms' # R
depends_on 'pango' => :build
depends_on 'vala' => :build
meson_options '-Denable-gir=true -Denable-vapi=false'
meson_options '-Denable-gir=true'
def self.check
system "#{CREW_NINJA} -C builddir test || true"

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Bdwgc < CMake
description 'The Boehm-Demers-Weiser conservative C/C++ Garbage Collector'
homepage 'https://www.hboehm.info/gc/'
version '8.2.8'
version '8.2.10'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/ivmai/bdwgc.git'
@@ -11,10 +11,10 @@ class Bdwgc < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '2e123af98ab5cc027dd1ba32a9fc1048a0bedf27dffb322ba0d5ae711d08ec70',
armv7l: '2e123af98ab5cc027dd1ba32a9fc1048a0bedf27dffb322ba0d5ae711d08ec70',
i686: 'f277512c24c20ea65a55d51410ac40453aab42d349672e5425a217009e040ac0',
x86_64: '14f9a975ae17a0cde462794a1df8e30570807f51c5876bc32c24c51e4d7c12b9'
aarch64: '731469a0cb3d82a3c9dddfc0606a267655b8b87340e84727d014917e1d2131e1',
armv7l: '731469a0cb3d82a3c9dddfc0606a267655b8b87340e84727d014917e1d2131e1',
i686: 'a0e9420c8936fc93080f023d24305a99b509e33d050ad83926f52f9d363ea368',
x86_64: '0adac7d4b9c52fbf4bb8a133d835c830d53a40c162cfe04050aadec779588724'
})
depends_on 'glibc' # R

View File

@@ -3,17 +3,17 @@ require 'buildsystems/meson'
class Gegl < Meson
description 'GEGL (Generic Graphics Library) is a data flow based image processing framework, providing floating point processing and non-destructive image processing capabilities to GNU Image Manipulation Program and other projects.'
homepage 'https://gegl.org/'
version '0.4.64'
version '0.4.64-1'
license 'GPL-3+ and LGPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url "https://download.gimp.org/pub/gegl/#{version.rpartition('.')[0]}/gegl-#{version}.tar.xz"
source_sha256 '0de1c9dd22c160d5e4bdfc388d292f03447cca6258541b9a12fed783d0cf7c60'
source_url 'https://gitlab.gnome.org/GNOME/gegl.git'
git_hashtag "GEGL_#{version.split('-').first.gsub('.', '_')}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '73d655b1693f1c4f95cdf5196086cddfdf9668105083b17882a6983f22ad6b91',
armv7l: '73d655b1693f1c4f95cdf5196086cddfdf9668105083b17882a6983f22ad6b91',
x86_64: '88fa157437c1ef69ba6fa307127bc23465e417bb857499213e9dbbfc311eee01'
aarch64: '8211d0815e20b090ad8bcc63fd9c96874415accf1aee76e0fd7926e0e8982a46',
armv7l: '8211d0815e20b090ad8bcc63fd9c96874415accf1aee76e0fd7926e0e8982a46',
x86_64: 'd3d171d2c0a23a99f2b3e356f60e22a0feb8229ff6272ee34baa10e521abc619'
})
depends_on 'babl' # R
@@ -30,9 +30,13 @@ class Gegl < Meson
depends_on 'jasper' # R
depends_on 'json_glib' # R
depends_on 'lcms' # R
depends_on 'lensfun' => :build
depends_on 'libjpeg_turbo' # R
depends_on 'libpng' # R
depends_on 'libraw' # R
depends_on 'librsvg' # R
depends_on 'libspiro' # R
depends_on 'libtheora' => :build
depends_on 'libtiff' # R
depends_on 'libwebp' # R
depends_on 'luajit' => :build
@@ -42,7 +46,8 @@ class Gegl < Meson
depends_on 'py3_asciidoc' => :build
depends_on 'sdl2' # R
depends_on 'source_highlight' => :build
depends_on 'suitesparse' # R
depends_on 'vala' => :build
depends_on 'w3m' => :build
depends_on 'zlib' # R
meson_options '-Dvapigen=disabled'
end

View File

@@ -3,23 +3,22 @@ require 'buildsystems/meson'
class Gexiv2 < Meson
description 'gexiv2 is a GObject wrapper around the Exiv2 photo metadata library.'
homepage 'https://wiki.gnome.org/Projects/gexiv2/'
version '0.14.2'
version '0.14.6'
license 'LGPL-2.1+ and GPL-2'
compatibility 'all'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gexiv2.git'
git_hashtag "gexiv2-#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a4ac4c82e1abb0286af73a5d68e60e670ffa3782e136744d8c8336c7a89e22e1',
armv7l: 'a4ac4c82e1abb0286af73a5d68e60e670ffa3782e136744d8c8336c7a89e22e1',
i686: 'f30043519e9bfd162de74b32c1b788d7876eaf9a03b3dfdcd384fda40455ea84',
x86_64: 'e6acc6a7708ebbc023db7c40605ac361dce7c9b50a56cb611cc2317168540bab'
aarch64: '1948fbe179b802852811e91322676660acff7a345c12a04b93069863a2ed430c',
armv7l: '1948fbe179b802852811e91322676660acff7a345c12a04b93069863a2ed430c',
x86_64: '2a25ac5db8d59dd65d75d4df4a37cb35449bf06f065c1fd6764f64bd6e0b4e25'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'gobject_introspection' => :build
depends_on 'libexiv2' # R

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Gimp < Meson
description 'GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more operating systems.'
homepage 'https://www.gimp.org/'
version '3.1.4'
version '3.2.0-RC1'
license 'GPL-3 and LGPL-3'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.gnome.org/GNOME/gimp.git'
@@ -11,9 +11,9 @@ class Gimp < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'f39f422428c9d94f5c8ce52f1eb88477cb5a44904a7b71eeb5fa48272d2961c2',
armv7l: 'f39f422428c9d94f5c8ce52f1eb88477cb5a44904a7b71eeb5fa48272d2961c2',
x86_64: '758437be57ac5ff39c8540d3a261fc7ebdd14e1a8c1c1c8db88959201dddbe5d'
aarch64: '1169ecf7225130a27a03f0ba829361b748bc2953411066249b25c149c6b33841',
armv7l: '1169ecf7225130a27a03f0ba829361b748bc2953411066249b25c149c6b33841',
x86_64: '2404a3227948255f7127a6bb803d8588af30d1126db9333dd39230f737e4fd96'
})
depends_on 'aalib' # R
@@ -24,6 +24,7 @@ class Gimp < Meson
depends_on 'babl' # R
depends_on 'bzip2' # R
depends_on 'cairo' # R
depends_on 'desktop_file_utils' # L
depends_on 'ffmpeg' => :build
depends_on 'fontconfig' # R
depends_on 'freetype' # R
@@ -44,6 +45,7 @@ class Gimp < Meson
depends_on 'lcms' # R
depends_on 'libarchive' # R
depends_on 'libavif' => :build
depends_on 'libbacktrace' # R
depends_on 'libexif' => :build
depends_on 'libgudev' # R
depends_on 'libheif' # R
@@ -78,16 +80,15 @@ class Gimp < Meson
depends_on 'py3_pygobject' # L
depends_on 'pygtk' => :build
depends_on 'shared_mime_info' => :build
depends_on 'vala' => :build
depends_on 'xdg_base' => :build
depends_on 'xzutils' # R
depends_on 'zlib' # R
gnome
meson_options '-Dbug-report-url=https://github.com/chromebrew/chromebrew/issues -Dvala=disabled'
def self.install
system "DESTDIR=#{CREW_DEST_DIR} #{CREW_NINJA} -C builddir install"
meson_options '-Dbug-report-url=https://github.com/chromebrew/chromebrew/issues'
meson_install_extras do
@binaries = %w[gimp gimp-console gimp-test-clipboard gimptool]
@binaries.each do |binary|
unless File.file?("#{CREW_DEST_PREFIX}/bin/#{binary}")

View File

@@ -1,9 +1,9 @@
require 'package'
require 'buildsystems/cmake'
class Jasper < Package
class Jasper < CMake
description 'The JasPer Project is an open-source initiative to provide a free software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard (i.e., ISO/IEC 15444-1).'
homepage 'https://www.ece.uvic.ca/~frodo/jasper/'
version '3.0.6'
version '4.2.8'
license 'JasPer-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/jasper-software/jasper.git'
@@ -11,34 +11,27 @@ class Jasper < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '7869ef04d5dab7ba48e2c240fa04cb74ea7a2408e0d33a5330ba65b606d519f7',
armv7l: '7869ef04d5dab7ba48e2c240fa04cb74ea7a2408e0d33a5330ba65b606d519f7',
x86_64: 'f7037e21cbcabd82eca2c8382fff9af133db731de5e31b8739eddae727fbfa89'
aarch64: 'd7cbe599c821f193b1bbae6f02dd85de4e53fafe687c592705d980a763cc0601',
armv7l: 'd7cbe599c821f193b1bbae6f02dd85de4e53fafe687c592705d980a763cc0601',
x86_64: 'f4f150c4c1cfc9b02cdb56f43ea402b1b0262b2fb71c5dce9d2eeca108371430'
})
depends_on 'freeglut'
depends_on 'libglu'
depends_on 'libjpeg_turbo'
depends_on 'mesa'
depends_on 'shared_mime_info'
depends_on 'freeglut' # R
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'libglu' # R
depends_on 'libglvnd' # R
depends_on 'libheif' # R
depends_on 'libjpeg_turbo' # R
depends_on 'libxi' # R
depends_on 'libxmu' # R
depends_on 'mesa' => :build
depends_on 'shared_mime_info' => :build
def self.build
Dir.mkdir 'builddir'
Dir.chdir 'builddir' do
system "cmake \
-G Ninja \
#{CREW_CMAKE_OPTIONS} \
-DJAS_ENABLE_DOC=FALSE \
cmake_options '-DALLOW_IN_SOURCE_BUILD=ON \
-DBUILD_SHARED_LIBS=ON \
.."
end
system 'ninja -C builddir'
end
def self.install
system "DESTDIR=#{CREW_DEST_DIR} ninja -C builddir install"
end
-DJAS_ENABLE_CXX=ON \
-DJAS_ENABLE_DOC=OFF \
-DJAS_ENABLE_HEIC_CODEC=ON \
-DJAS_PACKAGING=ON'
end

View File

@@ -3,7 +3,7 @@ require 'buildsystems/cmake'
class Lapack < CMake
description 'Lapack is a linear algebra package.'
homepage 'https://www.netlib.org/lapack/'
version '3.11.0'
version '3.12.1'
license 'BSD'
compatibility 'all'
source_url 'https://github.com/Reference-LAPACK/lapack.git'
@@ -11,10 +11,10 @@ class Lapack < CMake
binary_compression 'tar.zst'
binary_sha256({
aarch64: '318a9912f69b2f2883c77e9d9b1eb7c63dc5fbfa6751a1792f4b5f793f5400ae',
armv7l: '318a9912f69b2f2883c77e9d9b1eb7c63dc5fbfa6751a1792f4b5f793f5400ae',
i686: 'd6e4d4239263523c71773907d3abf1de403867b21cf0b4ba761141a7aeac3752',
x86_64: '9c4b6ddc16d763f61d79cc7bdc21021f83b6efb06419851ac6a502372f26d850'
aarch64: '48e69f2b094d33ac167a185e4d53a7ecb6146edcf14a9cf858da7362fde39656',
armv7l: '48e69f2b094d33ac167a185e4d53a7ecb6146edcf14a9cf858da7362fde39656',
i686: '31526ff64ea9b7f8a023ca026fb02b4805bd23ff41e57610d1cd837bc4f0a0d3',
x86_64: 'a0bac9f30ebef219fea41cfaa9313644727226c166edd953b84278f3e07997b6'
})
depends_on 'gcc_lib' # R

29
packages/lensfun.rb Normal file
View File

@@ -0,0 +1,29 @@
# Adapted from Arch Linux lensfun PKGBUILD at:
# https://github.com/archlinux/svntogit-packages/raw/packages/lensfun/trunk/PKGBUILD
require 'buildsystems/cmake'
class Lensfun < CMake
description 'Database of photographic lenses and a library that allows advanced access to the database'
homepage 'https://lensfun.github.io/'
version '0.3.4'
license 'LGPL3'
compatibility 'all'
source_url 'https://github.com/lensfun/lensfun.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '6cbf625098b91e0e66ba753f6392ad1471124e2fead206fee90b16cde5d3dc81',
armv7l: '6cbf625098b91e0e66ba753f6392ad1471124e2fead206fee90b16cde5d3dc81',
i686: 'f2122684ec0cd6e4495d107f0ee4588e27c444597c1b9c912aca95a13e680aff',
x86_64: '52ec983058bd351f0da8dc9c5aaa78b7030847cac302ebe7b5121f749a14d1d7'
})
depends_on 'gcc_lib' # R
depends_on 'glib' # R
depends_on 'glibc' # R
depends_on 'libpng' => :build
cmake_options '-DCMAKE_POLICY_VERSION_MINIMUM=3.5'
end

View File

@@ -1,21 +1,24 @@
require 'buildsystems/autotools'
require 'buildsystems/cmake'
class Libogg < Autotools
class Libogg < CMake
description 'Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.'
homepage 'https://xiph.org/ogg/'
version '1.3.5-1'
version '1.3.6'
license 'BSD'
compatibility 'all'
source_url 'https://downloads.xiph.org/releases/ogg/libogg-1.3.5.tar.xz'
source_sha256 'c4d91be36fc8e54deae7575241e03f4211eb102afb3fc0775fbbc1b740016705'
source_url 'https://gitlab.xiph.org/xiph/ogg.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'fe9269e8083da01203ad5b5182dcd54dda35444e51c8d5e4f349f052b7c5811c',
armv7l: 'fe9269e8083da01203ad5b5182dcd54dda35444e51c8d5e4f349f052b7c5811c',
i686: 'fa445ecacf8135aa50814c892058ecf8d9fa4c060821b3b237836dc84c0b5d1d',
x86_64: '7d919816470818a0b07c85979f2a08f86c70fae69137e0274b013ab4bf404e84'
aarch64: 'e7e8f22e0eae1a3a6ef568e90fc749e0582f45adc8651b6f275063139ebc9480',
armv7l: 'e7e8f22e0eae1a3a6ef568e90fc749e0582f45adc8651b6f275063139ebc9480',
i686: '2d87db08728126d3b171ce667d61b18cb3057c47b6a9412e484f3c8a27a5bee5',
x86_64: 'fc696a6085d698b2f0abc04ec1ea6273c192cf87aa6a8298194c1c7f42d9ea40'
})
depends_on 'glibc' # R
cmake_options '-DBUILD_SHARED_LIBS=ON \
-DINSTALL_DOCS=OFF'
end

View File

@@ -1,28 +1,54 @@
require 'package'
# Does NOT build with GCC 15.
require 'buildsystems/autotools'
class Mailutils < Package
class Mailutils < Autotools
description 'GNU Mailutils is the swiss army knife of electronic mail handling.'
homepage 'https://mailutils.org'
version '3.13'
version '3.20'
license 'GPL-2 and LGPL-2.1'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://ftpmirror.gnu.org/mailutils/mailutils-3.13.tar.xz'
source_sha256 'd920971dcb49878a009911774fd6404f13d27bd101e2d59b664a28659a4094c7'
binary_compression 'tpxz'
source_url 'https://https.git.savannah.gnu.org/git/mailutils.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'ad6e2116b39db4db712d59caddf7a70bfe0cb1e206d595af4011eaac29d4136a',
armv7l: 'ad6e2116b39db4db712d59caddf7a70bfe0cb1e206d595af4011eaac29d4136a',
x86_64: 'b135bb16017bf602bd00b8f5ccd28b2582627c69f9abab8318e2b79e025981b3'
aarch64: 'f9092b850262749d5c9e96592f07b62fc20299b11a2324c75a842823f2a3290c',
armv7l: 'f9092b850262749d5c9e96592f07b62fc20299b11a2324c75a842823f2a3290c',
x86_64: '6f4b18de58422568a586105c0171116c22fe332962e00fdb3b1a5c68f36473b1'
})
depends_on 'libdb'
depends_on 'emacs'
depends_on 'tcpwrappers'
depends_on 'brotli' # R
depends_on 'e2fsprogs' # R
depends_on 'emacs' => :build
depends_on 'fribidi' # R
depends_on 'gdbm' # R
depends_on 'glibc' # R
depends_on 'gmp' # R
depends_on 'gnutls' # R
depends_on 'krb5' # R
depends_on 'libcyrussasl' # R
depends_on 'libdb' # R
depends_on 'libidn2' # R
depends_on 'libtasn1' # R
depends_on 'libtirpc' # R
depends_on 'libtool' # R
depends_on 'libunistring' # R
depends_on 'libxcrypt' # R
depends_on 'linux_pam' # R
depends_on 'ncurses' # R
depends_on 'nettle' # R
depends_on 'openldap' # R
depends_on 'openssl' # R
depends_on 'p11kit' # R
depends_on 'perl_pod_parser' => :build
depends_on 'python3' # R
depends_on 'readline' # R
depends_on 'tcpwrappers' # R
depends_on 'wget2' => :build
depends_on 'zlib' # R
depends_on 'zstd' # R
def self.build
system "#{CREW_ENV_OPTIONS} ./configure #{CREW_CONFIGURE_OPTIONS} \
--enable-ipv6 \
autotools_configure_options '--enable-ipv6 \
--with-gnutls \
--with-berkeley-db \
--without-guile \
@@ -30,13 +56,7 @@ class Mailutils < Package
--with-fribidi \
--with-unistring \
--with-tcp-wrappers \
--with-readline"
system 'make'
end
def self.install
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
end
--with-readline'
def self.check
system 'make check || /bin/true' # Check 471 will fail

View File

@@ -7,8 +7,16 @@ class Py3_cfgv < Pip
license 'MIT'
compatibility 'all'
source_url 'SKIP'
binary_compression 'tar.zst'
binary_sha256({
aarch64: '295238680bc9803be9951a5ce40485a23d243b7b8ff20080a6fc43213cd42505',
armv7l: '295238680bc9803be9951a5ce40485a23d243b7b8ff20080a6fc43213cd42505',
i686: 'beb6cf7fea5ea6bc05d69cfc1d233b3b3d5f4cc16f74ca659651dca82516285e',
x86_64: '7280ba8cf9c616be23b856c8fd49ff9663c1d8fbed39dae1070cf833acddfb33'
})
depends_on 'python3' => :build
no_compile_needed
no_source_build
end

View File

@@ -16,6 +16,7 @@ class Py3_twine < Pip
x86_64: '61e56df0542895ad70710957995b19b24c11188d6c4c6371e10e9d9e851b4574'
})
depends_on 'py3_certifi'
depends_on 'py3_readme_renderer'
depends_on 'py3_requests'
depends_on 'py3_rich'

View File

@@ -1,31 +1,26 @@
require 'package'
require 'buildsystems/cmake'
class Suitesparse < Package
class Suitesparse < CMake
description 'A suite of sparse matrix software'
homepage 'https://people.engr.tamu.edu/davis/suitesparse.html'
version '5.7.2'
version '7.12.1'
license 'metapackage'
compatibility 'all'
source_url 'https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v5.7.2.tar.gz'
source_sha256 'fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad'
binary_compression 'tar.xz'
source_url 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '458d03ffa601714d5e3a1f1990c6dfa76b39a79e8d3335405f60e51e0ab6a669',
armv7l: '458d03ffa601714d5e3a1f1990c6dfa76b39a79e8d3335405f60e51e0ab6a669',
i686: '4026a0b7db677f9142ee203a43743746fb51992fa110cb9a9301068c5f9ddbf1',
x86_64: '27a3a4e09af73dedd4f12c7ed446cba87dc7195cd2f90fb69313d2199cee4f66'
aarch64: '74d600ca187a132cf02c1e289ead0cbe3640eecaad64ad9bee1235f11b4006d8',
armv7l: '74d600ca187a132cf02c1e289ead0cbe3640eecaad64ad9bee1235f11b4006d8',
i686: '7bf702d27beb0d0bccc0827740150ead66e4a2ecfc06ef9e20a544bb3597610b',
x86_64: 'fdfdf549665de7b7fc194a939730154d1325052e7ebbcb0623b7c6a036db3d92'
})
depends_on 'lapack'
depends_on 'openblas'
def self.build
system 'make', 'library'
end
def self.install
system 'make', "INSTALL=#{CREW_DEST_PREFIX}", 'install'
FileUtils.mv "#{CREW_DEST_PREFIX}/lib", CREW_DEST_LIB_PREFIX if ARCH == '86_64'
end
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
depends_on 'gmp' # R
depends_on 'lapack' => :build
depends_on 'mpfr' # R
depends_on 'openblas' # R
end

View File

@@ -1,37 +1,37 @@
require 'package'
# Does not build with GCC 15
require 'buildsystems/autotools'
class W3m < Package
class W3m < Autotools
description 'w3m is a text-based browser, pager and HTML typesetter'
homepage 'https://w3m.sourceforge.net/'
version '0.5.3-20220429'
version '0.5.3+git20230121'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/tats/w3m/archive/v0.5.3+git20220429.tar.gz'
source_sha256 '6d76fcccb7c94658f2753f0777f69283d5cb447004a0d0d3087c1d873edc0af3'
source_url 'https://github.com/tats/w3m.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a0af0f7d06a26072f5af6a5dd16431b226caaa7aeec7b3af89b7f0a602ff987a',
armv7l: 'a0af0f7d06a26072f5af6a5dd16431b226caaa7aeec7b3af89b7f0a602ff987a',
x86_64: 'c54c80e2253c9026ee038bc46dc3e36ea59d1899a8b4f4d3c7ec93349fd90cc1'
aarch64: '26d2ec1ac94fb70d22fe9ad1046c518eb01ba34049d7768f7ade530fa6fdfc9a',
armv7l: '26d2ec1ac94fb70d22fe9ad1046c518eb01ba34049d7768f7ade530fa6fdfc9a',
x86_64: '8158b705233aded5ed349fe830f17a6d1eaf128632c8e609b06ce14bb05a16a7'
})
depends_on 'bdwgc'
depends_on 'bdwgc' # R
depends_on 'gdk_pixbuf'
depends_on 'imlib2'
depends_on 'mailutils'
depends_on 'glibc' # R
depends_on 'gpm' # R
depends_on 'imlib2' # R
depends_on 'libbsd' # R
depends_on 'libx11' # R
depends_on 'mailutils' => :build
depends_on 'ncurses' # R
depends_on 'openssl' # R
depends_on 'zlib' # R
def self.build
system "./configure #{CREW_CONFIGURE_OPTIONS} \
--with-imagelib='gdk-pixbuf-2.0 imlib2' \
autotools_configure_options "--with-imagelib='gdk-pixbuf-2.0 imlib2' \
--with-editor=$(which vi) \
--with-mailer=$(which mail) \
--with-ssl=#{CREW_PREFIX}/include/openssl \
--with-termlib='terminfo mytinfo termcap tinfo ncurses curses'"
system 'make'
end
def self.install
system 'make', "DESTDIR=#{CREW_DEST_DIR}", 'install'
end
end

View File

@@ -1,5 +1,5 @@
#!/usr/local/bin/ruby
# build_updated_packages version 3.8 (for Chromebrew)
# build_updated_packages version 3.9 (for Chromebrew)
# This updates the versions in python pip packages by calling
# tools/update_python_pip_packages.rb, checks for updated ruby packages
# by calling tools/update_ruby_gem_packages.rb, and then checks if any
@@ -145,6 +145,7 @@ exclusion_regex = "(#{excluded_pkgs.join('|')})"
updated_packages.delete_if { |d| /#{exclusion_regex}/.match(d) }
updated_packages.each do |pkg|
puts "pkg is #{pkg}" if CREW_VERBOSE
name = pkg.sub('packages/', '').sub('.rb', '')
next unless File.file?(pkg)

View File

@@ -3950,6 +3950,11 @@ url: https://github.com/technomancy/leiningen/releases
activity: medium
---
kind: url
name: lensfun
url: https://github.com/lensfun/lensfun/releases
activity: low
---
kind: url
name: leptonica
url: https://github.com/DanBloomberg/leptonica/releases
activity: low