Port details |
- hsetroot Wallpaper manipulation utility for X11
- 1.0.5 x11
=1 Version of this port present on the latest quarterly branch. - Maintainer: danfe@FreeBSD.org
 - Port Added: 2017-01-31 16:29:50
- Last Update: 2022-07-20 14:23:32
- Commit Hash: d357bca
- People watching this port, also watch:: font-misc-meltho, xclock, font-bh-lucidatypewriter-100dpi, desktop-file-utils, tmux
- License: GPLv2
- Description:
- hsetroot is a tool which allows you to compose wallpapers ("root pixmaps")
for X11. It has a lot of options like rendering gradients, solids, images
but it also allows you to perform manipulations on those things, or chain
them together. You could use one standard background image for instance,
and using tint to make it fit your current theme. And yes, of course it is
compatible with semi-translucent applications like aterm and xchat.
At this time, hsetroot can render: gradients (multi-color with variable
distance), solids (rectangles) and images (centered, tiled, fullscreen, or
maximum aspect). It supports the following manipulations: tinting
(overlaying a color mask), blurring, sharpening, flipping (horizontally,
diagonally, vertically) it also allows you to adjust brightness, contrast
and gamma-level. hsetroot also supports alpha-channels when rendering
things.
WWW: https://github.com/himdel/hsetroot
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/x11/hsetroot/ && make install clean
- To add the package, run one of these commands:
- pkg install x11/hsetroot
- pkg install hsetroot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hsetroot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1573816181
SHA256 (himdel-hsetroot-1.0.5_GH0.tar.gz) = cff5f83b85a21e0c5c8c8eecbd552090bb75d8ac59e27b0bae48046f9cb5a44a
SIZE (himdel-hsetroot-1.0.5_GH0.tar.gz) = 12878
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xinerama.pc : x11/libXinerama
- Library dependencies:
-
- libImlib2.so : graphics/imlib2
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for hsetroot-1.0.5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- x11_hsetroot
- USES:
- gmake pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:32 1.0.5 |
Tobias C. Berner (tcberner)  |
x11: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Adam Weinberger <adam@vectors.cx>
* Adam Weinberger <adamw@FreeBSD.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexander Matey <matey@cis.ohio-state.edu>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey Dokuchaev <danfe@regency.nsu.ru>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Anton Toernqvist <antont@inbox.lv> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 1.0.5 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Apr 2020 09:48:27
1.0.5 |
pkubaj  |
x11/hsetroot: fix build on GCC architectures
Use C99 to fix build:
hsr-outputs.c:71: error: 'for' loop initial declaration used outside C99 mode |
16 Apr 2020 09:16:53
1.0.5 |
danfe  |
- Update `x11/hsetroot' to version 1.0.5
- Adds -root parameter, to treat the whole desktop as one display,
applying the image over the whole, instead of per each display
- No longer depends on xrandr(1) in the run-time
Found out via: repology.org |
07 Nov 2019 18:36:56
1.0.3 |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
01 Jul 2019 09:35:34
1.0.3 |
danfe  |
Update to version 1.0.3 (now requires GNU make to build).
Reported by: portscout |
03 Jan 2018 15:11:12
1.0.2_14 |
danfe  |
Add explicit run-time dependency on `x11/xrandr': the program fails to run
when xrandr(1) is not installed:
$ hsetroot ...
sh: xrandr: not found |
28 Dec 2017 14:30:23
1.0.2_13 |
danfe  |
Unbreak the build (at least) on powerpc, powerpc64, sparc64, by moving the
`for' loop initial declaration variable outside; this was upsetting C99:
hsetroot.c: In function 'load_image':
hsetroot.c:196: error: 'for' loop initial declaration used outside C99 mode
Tested on: powerpc, sparc64 |
28 Dec 2017 10:54:29
1.0.2_13 |
danfe  |
Add custom patch that introduces "sane" image rendering mode: it allows to
select the best aspect ratio and display image with minimal scaling yet not
centered. This mode is useful when one wants to use an image with author's
copyright in the lower corner and wants to hide it. Existing modes did not
always provide the best possible result. While here, take maintainership. |
13 May 2017 23:50:49
1.0.2_12 |
linimon  |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
31 Jan 2017 16:31:08
1.0.2_12 |
danfe  |
Update CATEGORIES after r432934. |
31 Jan 2017 16:29:42
 |
danfe  |
Move to a better category (alongside with `x11/xsetroot', for example). |