You are not logged in.

#41 2018-03-19 22:23:57

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

@ohnonot, please check the output of

pacman -Qi rhash

My package says:

Packager        : Unknown Packager

Whereas the Arch package says:

Packager        : Johannes L

I think this is a peculiarity (bug?) in pacman's output when querying the package database rather than having two versions of the same program installed.

Offline

#42 2018-03-20 05:40:16

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: [Arch_Extra] repository (unofficial)

Head_on_a_Stick wrote:

Do the programs in question still work?

those packages are dependencies; to urxvt iirc, but i don't use your package anymore. nevertheless they were listed as previously mentioned.

Are my repositories added after the official Arch repositories in /etc/pacman.conf?

yes.

Head_on_a_Stick wrote:

@ohnonot, please check the output of

pacman -Qi rhash
Name            : rhash
Version         : 1.3.5-2
Description     : Utility for verifying hash sums of files
Architecture    : x86_64
URL             : http://rhash.anz.ru/?l=en
Licenses        : custom  MIT
Groups          : None
Provides        : None
Depends On      : glibc
Optional Deps   : None
Required By     : cmake
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 272.00 KiB
Packager        : Johannes Löthberg <johannes@kyriasis.com>
Build Date      : Tue 29 Aug 2017 20:01:41 EEST
Install Date    : Wed 27 Dec 2017 16:26:05 EET
Install Reason  : Installed as a dependency for another package
Install Script  : No
Validated By    : Signature

to my knowledge the rhash actually installed on my system is the one from the normal repositories, since i've always been using urxvt.
why do you even have that package in your repo?

Last edited by ohnonot (2018-03-20 05:41:47)

Offline

#43 2018-03-20 07:42:05

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

ohnonot wrote:

why do you even have that package in your repo?

The openSUSE Build Service only holds dependencies from [Core] & [Extra] so if I host anything that needs a program from [Community] then I need to build that program as well.

All of those packages are identical to the Arch versions (I use the same PKGBUILD) and your output shows that the Arch version is the one installed on your machine.

I'll have to look at this a bit more and decide if it's a problem with pacman or with the OBS itself (more likely the latter).

Offline

#44 2018-04-15 00:14:19

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

Added Mitsuba, a research-oriented rendering system capable of generating fully photorealistic images:

https://software.opensuse.org//download … ge=mitsuba

The dependencies will need to be installed before Mitsuba itself (if the repository is not added to pacman.conf):

https://software.opensuse.org//download … ckage=gcc5
https://software.opensuse.org//download … lew-1.13.0
https://software.opensuse.org//download … om-mitsuba

Unfortunately, the program is rather old (2014) and so requires an obsolete version of glew (and gcc), this renders the version of glew in [Extra] uninstallable (Chromium needs this package).

I will try to package this up for Debian/Helium as well, it really is awesome.

Offline

#45 2018-04-24 18:28:17

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

Finally remembered to bump loksh to v6.3, only 10 days late  :8

It's building now, should be ready soon.

EDIT: this will be the default shell for sharpbang  8)

EDIT2: link:

https://software.opensuse.org//download … kage=loksh

Last edited by Head_on_a_Stick (2018-04-24 18:42:18)

Offline

#46 2018-05-06 20:11:35

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

I've had to remove Mitsuba and the associated dependencies: gcc5, glew-1.13.0, glewmx & collada-dom{,-mitsuba} — I can't get the current package to build at all and the glew versions cause havoc with other programs, sorry hmm

To replace it I have packaged up the Tungsten renderer:

Tungsten is a physically based renderer originally written for the yearly renderer competition at ETH. It simulates full light transport through arbitrary geometry based on unbiased integration of the rendering equation. To do this, Tungsten supports various light transport algorithms such as bidirectional path tracing, progressive photon mapping, primary sample space metropolis light transport and more.

Tungsten is written in C++11 and makes use of Intel's high-performance geometry intersection library embree. Tungsten takes full advantage of multicore systems and tries to offer good performance through frequent benchmarking and optimization. At least SSE3 support is required to run the renderer.

https://github.com/tunabrain/tungsten/

Link here:

https://software.opensuse.org//download … n-renderer

There is also a development version in the AUR:

https://aur.archlinux.org/packages/tung … derer-git/

Here is a rendering  of one of the example scenes included with the package:

TungstenRender.th.png

^ A Cornell Box filled with water — check out those caustics! cool

This package won't work if the testing repositories are enabled because of gcc-libs (it was built with gcc v7), I've opened an issue upstream:

https://github.com/tunabrain/tungsten/issues/51

Hopefully that will be fixed by the time the new gcc version makes it to [Core].

Offline

#47 2018-05-19 17:29:28

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: [Arch_Extra] repository (unofficial)

I am very pleased to announce the removal of the mksh-fixed package — my upstream bug report has been addressed[1] so the official Arch package should now be preferred.

eschwartz wrote:

I'm unsure why this is controversial

+1

Anyway, thanks Eli!

[1] https://bugs.archlinux.org/task/55053

Offline

Board footer

Powered by FluxBB