Skip to content

Commit

Permalink
Cycle sync III.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msdobrescu committed Feb 19, 2025
1 parent decd16a commit 43f5f1a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 95 deletions.
21 changes: 3 additions & 18 deletions diagrams/apps-collection-only-and-simple.puml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ entity "AOMediaCodecs" as libs/AOMediaCodecs << (l,#FF7700) >> {
entity "aubio" as libs/aubio << (l,#FF7700) >> {

}
entity "babl" as libs/babl << (l,#FF7700) >> {
entity "babl-gegl" as libs/babl-gegl << (l,#FF7700) >> {

}
entity "beautifulsoup4" as libs/beautifulsoup4 << (l,#FF7700) >> {
Expand Down Expand Up @@ -326,9 +326,6 @@ entity "physfs" as libs/physfs << (l,#FF7700) >> {
}
entity "portsmf" as libs/portsmf << (l,#FF7700) >> {

}
entity "ptex" as libs/ptex << (l,#FF7700) >> {

}
entity "pyproject-hooks" as libs/pyproject-hooks << (l,#FF7700) >> {

Expand Down Expand Up @@ -440,9 +437,6 @@ entity "zimg" as libs/zimg << (l,#FF7700) >> {
}
entity "zita-convolver" as libs/zita-convolver << (l,#FF7700) >> {

}
entity "zstandard" as libs/zstandard << (l,#FF7700) >> {

}
entity "alacritty" as apps/alacritty << (a,#FF00FF) >> {

Expand Down Expand Up @@ -1730,9 +1724,6 @@ entity "RcloneBrowser" as apps/RcloneBrowser << (a,#FF00FF) >> {
}
entity "stellarium" as apps/stellarium << (a,#FF00FF) >> {

}
entity "gegl" as libs/gegl << (l,#FF7700) >> {

}
entity "mlt" as libs/mlt << (l,#FF7700) >> {

Expand Down Expand Up @@ -1856,7 +1847,8 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"libs/sdl2" --u--> "libs/AOMediaCodecs"
"apps/ardour" --u--> "libs/aubio"
"apps/qtractor" --u--> "libs/aubio"
"libs/gegl" --u--> "libs/babl"
"libs/libmypaint" --u--> "libs/babl-gegl"
"apps/gimp" --u--> "libs/babl-gegl"
"apps/lutris" --u--> "libs/beautifulsoup4"
"apps/qutebrowser" --u--> "libs/beautifulsoup4"
"apps/calibre" --u--> "libs/beautifulsoup4"
Expand Down Expand Up @@ -1893,7 +1885,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/octave" --u--> "libs/gl2ps"
"apps/cpu-x" --u--> "libs/glfw"
"libs/openvdb" --u--> "libs/glfw"
"apps/blender" --u--> "libs/glfw"
"apps/pidgin" --u--> "libs/gmime-2"
"apps/shutter" --u--> "libs/goocanvas"
"apps/emacs" --u--> "libs/gpm"
Expand Down Expand Up @@ -2043,8 +2034,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/hedgewars" --u--> "libs/physfs"
"apps/neverball" --u--> "libs/physfs"
"apps/audacity" --u--> "libs/portsmf"
"libs/ocio-oiio" --u--> "libs/ptex"
"apps/blender" --u--> "libs/ptex"
"libs/build" --u--> "libs/pyproject-hooks"
"apps/pip" --u--> "libs/pyproject-hooks"
"apps/gradience" --u--> "libs/pyproject-hooks"
Expand Down Expand Up @@ -2120,7 +2109,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/krita" --u--> "libs/xsimd"
"apps/handbrake" --u--> "libs/zimg"
"apps/easyeffects" --u--> "libs/zita-convolver"
"apps/blender" --u--> "libs/zstandard"
"apps/qdevicemonitor" --u--> "apps/android-tools"
"apps/libreoffice" --u--> "apps/ant"
"apps/plantuml" --u--> "apps/ant"
Expand Down Expand Up @@ -2279,7 +2267,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/kstars" --u--> "libs/indilib"
"apps/stellarium" --u--> "libs/indilib"
"libs/ocio-oiio" --u--> "libs/openvdb"
"apps/blender" --u--> "libs/openvdb"
"apps/k3b" --u--> "apps/dvd-rw-tools"
"apps/xmms2" --u--> "apps/fluidsynth"
"apps/audacious" --u--> "apps/fluidsynth"
Expand All @@ -2306,8 +2293,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/neverball" --u--> "libs/sdl2"
"apps/easyeffects" --u--> "apps/calf"
"apps/digikam" --u--> "apps/hugin"
"libs/libmypaint" --u--> "libs/gegl"
"apps/gimp" --u--> "libs/gegl"
"apps/kdenlive" --u--> "libs/mlt"
"apps/deluge" --u--> "libs/pygame"
"apps/audacity" --u--> "libs/suil"
Expand Down
44 changes: 10 additions & 34 deletions diagrams/apps-collection-only.puml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ entity "aubio" as libs/aubio << (l,#FF7700) >> {
..
<color:#9ACD32><U+2756></color> layers-X
}
entity "babl" as libs/babl << (l,#FF7700) >> {
entity "babl-gegl" as libs/babl-gegl << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-babl
<color:#34495E><U+24DF></color> media-libs-gegl
..
<color:#9ACD32><U+2756></color> layers-X
<color:#9ACD32><U+2756></color> layers-sci-libs
}
entity "beautifulsoup4" as libs/beautifulsoup4 << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> dev-python-beautifulsoup4
Expand Down Expand Up @@ -557,11 +558,6 @@ entity "portsmf" as libs/portsmf << (l,#FF7700) >> {
..
<color:#9ACD32><U+2756></color> layers-system-x
}
entity "ptex" as libs/ptex << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-ptex
..
<color:#9ACD32><U+2756></color> layers-qt
}
entity "pyproject-hooks" as libs/pyproject-hooks << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> dev-python-pyproject-hooks
..
Expand Down Expand Up @@ -763,11 +759,6 @@ entity "zita-convolver" as libs/zita-convolver << (l,#FF7700) >> {
..
<color:#9ACD32><U+2756></color> layers-X
}
entity "zstandard" as libs/zstandard << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> dev-python-zstandard
..
<color:#9ACD32><U+2756></color> layers-sys-fs
}
entity "alacritty" as apps/alacritty << (a,#FF00FF) >> {
<color:#34495E><U+24DF></color> x11-terms-alacritty
..
Expand Down Expand Up @@ -2194,7 +2185,7 @@ entity "rubberband" as libs/rubberband << (l,#FF7700) >> {
<color:#FF7700><U+1F79B></color> libs-vamp-plugin-sdk
}
entity "tiff-compat" as libs/tiff-compat << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-gegl
<color:#34495E><U+24DF></color> media-libs-tiff-compat
..
<color:#9ACD32><U+2756></color> layers-X
<color:#FF7700><U+1F79B></color> libs-jbigkit
Expand Down Expand Up @@ -3745,12 +3736,6 @@ entity "stellarium" as apps/stellarium << (a,#FF00FF) >> {
<color:#FF7700><U+1F79B></color> libs-qxlsx
<color:#FF7700><U+1F79B></color> libs-tbb
}
entity "gegl" as libs/gegl << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-gegl
..
<color:#9ACD32><U+2756></color> layers-sci-libs
<color:#FF7700><U+1F79B></color> libs-babl
}
entity "mlt" as libs/mlt << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-mlt
..
Expand Down Expand Up @@ -3857,7 +3842,7 @@ entity "libmypaint" as libs/libmypaint << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-libmypaint
..
<color:#9ACD32><U+2756></color> layers-X
<color:#FF7700><U+1F79B></color> libs-gegl
<color:#FF7700><U+1F79B></color> libs-babl-gegl
}
entity "audacity" as apps/audacity << (a,#FF00FF) >> {
<color:#34495E><U+24DF></color> media-sound-audacity
Expand Down Expand Up @@ -3908,7 +3893,7 @@ entity "gimp" as apps/gimp << (a,#FF00FF) >> {
<color:#9ACD32><U+2756></color> layers-gnome-common
<color:#FF7700><U+1F79B></color> libs-gtk2
<color:#FF00FF><U+25C9></color> apps-mypaint-brushes
<color:#FF7700><U+1F79B></color> libs-gegl
<color:#FF7700><U+1F79B></color> libs-babl-gegl
<color:#FF7700><U+1F79B></color> libs-libmypaint
}
entity "logitech-linux-rpm-led" as apps/logitech-linux-rpm-led << (a,#FF00FF) >> {
Expand Down Expand Up @@ -3968,13 +3953,13 @@ entity "ocio-oiio" as libs/ocio-oiio << (l,#FF7700) >> {
<color:#34495E><U+24DF></color> media-libs-openimageio
<color:#34495E><U+24DF></color> dev-cpp-pystring
<color:#34495E><U+24DF></color> dev-cpp-robin-map
<color:#34495E><U+24DF></color> media-libs-ptex
<color:#34495E><U+24DF></color> sci-libs-dcmtk
<color:#34495E><U+24DF></color> sys-libs-minizip-ng
<color:#34495E><U+24DF></color> sys-libs-zlib-ng
..
<color:#9ACD32><U+2756></color> layers-qt
<color:#FF7700><U+1F79B></color> libs-openvdb
<color:#FF7700><U+1F79B></color> libs-ptex
<color:#FF7700><U+1F79B></color> libs-tbb
}
entity "wxpython" as libs/wxpython << (l,#FF7700) >> {
Expand Down Expand Up @@ -4067,23 +4052,20 @@ entity "blender" as apps/blender << (a,#FF00FF) >> {
<color:#34495E><U+24DF></color> media-libs-embree
<color:#34495E><U+24DF></color> dev-lang-ispc
<color:#34495E><U+24DF></color> dev-libs-miniz
<color:#34495E><U+24DF></color> dev-python-zstandard
<color:#34495E><U+24DF></color> media-libs-oidn
<color:#34495E><U+24DF></color> media-libs-opencollada
<color:#34495E><U+24DF></color> media-libs-openpgl
<color:#34495E><U+24DF></color> media-libs-opensubdiv
<color:#34495E><U+24DF></color> media-gfx-renderdoc
..
<color:#9ACD32><U+2756></color> layers-qt
<color:#FF7700><U+1F79B></color> libs-zstandard
<color:#FF00FF><U+25C9></color> apps-spacenavd
<color:#FF7700><U+1F79B></color> libs-c-blosc
<color:#FF7700><U+1F79B></color> libs-libspnav
<color:#FF7700><U+1F79B></color> libs-openvdb
<color:#FF7700><U+1F79B></color> libs-glfw
<color:#FF7700><U+1F79B></color> libs-lib3ds
<color:#FF7700><U+1F79B></color> libs-libharu
<color:#FF7700><U+1F79B></color> libs-ocio-oiio
<color:#FF7700><U+1F79B></color> libs-ptex
<color:#FF7700><U+1F79B></color> libs-tbb
}
entity "displaycal-py3" as apps/displaycal-py3 << (a,#FF00FF) >> {
Expand Down Expand Up @@ -4131,7 +4113,8 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"libs/sdl2" --u--> "libs/AOMediaCodecs"
"apps/ardour" --u--> "libs/aubio"
"apps/qtractor" --u--> "libs/aubio"
"libs/gegl" --u--> "libs/babl"
"libs/libmypaint" --u--> "libs/babl-gegl"
"apps/gimp" --u--> "libs/babl-gegl"
"apps/lutris" --u--> "libs/beautifulsoup4"
"apps/qutebrowser" --u--> "libs/beautifulsoup4"
"apps/calibre" --u--> "libs/beautifulsoup4"
Expand Down Expand Up @@ -4168,7 +4151,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/octave" --u--> "libs/gl2ps"
"apps/cpu-x" --u--> "libs/glfw"
"libs/openvdb" --u--> "libs/glfw"
"apps/blender" --u--> "libs/glfw"
"apps/pidgin" --u--> "libs/gmime-2"
"apps/shutter" --u--> "libs/goocanvas"
"apps/emacs" --u--> "libs/gpm"
Expand Down Expand Up @@ -4318,8 +4300,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/hedgewars" --u--> "libs/physfs"
"apps/neverball" --u--> "libs/physfs"
"apps/audacity" --u--> "libs/portsmf"
"libs/ocio-oiio" --u--> "libs/ptex"
"apps/blender" --u--> "libs/ptex"
"libs/build" --u--> "libs/pyproject-hooks"
"apps/pip" --u--> "libs/pyproject-hooks"
"apps/gradience" --u--> "libs/pyproject-hooks"
Expand Down Expand Up @@ -4395,7 +4375,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/krita" --u--> "libs/xsimd"
"apps/handbrake" --u--> "libs/zimg"
"apps/easyeffects" --u--> "libs/zita-convolver"
"apps/blender" --u--> "libs/zstandard"
"apps/qdevicemonitor" --u--> "apps/android-tools"
"apps/libreoffice" --u--> "apps/ant"
"apps/plantuml" --u--> "apps/ant"
Expand Down Expand Up @@ -4554,7 +4533,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/kstars" --u--> "libs/indilib"
"apps/stellarium" --u--> "libs/indilib"
"libs/ocio-oiio" --u--> "libs/openvdb"
"apps/blender" --u--> "libs/openvdb"
"apps/k3b" --u--> "apps/dvd-rw-tools"
"apps/xmms2" --u--> "apps/fluidsynth"
"apps/audacious" --u--> "apps/fluidsynth"
Expand All @@ -4581,8 +4559,6 @@ entity "umbrello" as apps/umbrello << (a,#FF00FF) >> {
"apps/neverball" --u--> "libs/sdl2"
"apps/easyeffects" --u--> "apps/calf"
"apps/digikam" --u--> "apps/hugin"
"libs/libmypaint" --u--> "libs/gegl"
"apps/gimp" --u--> "libs/gegl"
"apps/kdenlive" --u--> "libs/mlt"
"apps/deluge" --u--> "libs/pygame"
"apps/audacity" --u--> "libs/suil"
Expand Down
Loading

0 comments on commit 43f5f1a

Please sign in to comment.