Search Criteria
Package Details: repetier-host 2.1.6-1
Git Clone URL: | https://aur.archlinux.org/repetier-host.git (read-only, click to copy) |
---|---|
Package Base: | repetier-host |
Description: | almost complete 3d-printing workflow |
Upstream URL: | http://www.repetier.com/ |
Licenses: | |
Submitter: | der_ronny |
Maintainer: | marceljoseph (CReimer) |
Last Packager: | marceljoseph |
Votes: | 26 |
Popularity: | 0.104299 |
First Submitted: | 2013-06-08 14:44 |
Last Updated: | 2019-06-08 19:49 |
Dependencies (4)
- desktop-file-utils (desktop-file-utils-git)
- mono (mono48, mono-alpha, mono-beta, mono-stable, mono-visualstudio, mono-git, mono-alt-csc, mono5, mono-nightly)
- skeinforge (optional)
- slic3r (slic3r-git, slic3r-bin, slic3r-dev, slic3r-appimage) (optional)
Latest Comments
1 2 3 4 5 Next › Last »
marceljoseph commented on 2019-06-08 19:38
guillopacheco The correct way to mark a package out of date is the "Flag package out-of-date" button on the right.
guillopacheco commented on 2019-06-03 21:42
Hello everyone, I'm new in the AUR and linux for that matter... how do I send a request to update this package? I just found out that a new version is out so, maybe brings something to improve 3D printing. I don't know if sending an e- mail to the packager would be innapropiate
fbestie commented on 2018-10-19 09:16
==> ERROR: One or more files did not pass the validity check!
oweissbarth commented on 2017-07-20 19:30
I built version 2.0.1 with the following changes:
--- PKGBUILD.orig 2017-07-20 21:27:06.704868868 +0200
+++ PKGBUILD 2017-07-20 21:28:27.640963920 +0200
@@ -1,7 +1,7 @@
# Maintainer: der_ronny <ronnymichaelradke[at]web[dot]de>
# Co-Maintainer: Christopher Reimer <mail+aur[at]c-reimer[dot]de>
pkgname=repetier-host
-pkgver=1.6.2
+pkgver=2.0.1
pkgrel=1
pkgdesc="almost complete 3d-printing workflow"
url='http://www.repetier.com/'
@@ -10,15 +10,12 @@
depends=('desktop-file-utils' 'mono')
optdepends=('slic3r' 'skeinforge')
source=("http://download.repetier.com/files/host/linux/repetierHostLinux_${pkgver//./_}.tgz"
- "${pkgname}_buildfix.diff"
"${pkgname}_fix-desktop-file.diff")
-md5sums=('bc455ac8ebfbe88c2fd0f9eef0f6dcb4'
- '971ee8f825963df09be4470f268cfe89'
+md5sums=('689fb2dd64c508bc77bc44212b122b41'
'9862b0f96ee420233b92b936d131707d')
prepare() {
cd ${srcdir}/RepetierHost
- patch -p1 -i "${srcdir}/${pkgname}_buildfix.diff"
patch -p1 -i "${srcdir}/${pkgname}_fix-desktop-file.diff"
}
MechanizedMedic commented on 2017-06-24 06:40
A new version is out! The build fix isn't working (building) but the app still functions without it. Minimum changes needed to PGKBUILD were:
line#
4: pkgver=2.0.1
13: # "${pkgname}_buildfix.diff"
15: md5sums=('689fb2dd64c508bc77bc44212b122b41'
16: # '971ee8f825963df09be4470f268cfe89'
21: # patch -p1 -i "${srcdir}/${pkgname}_buildfix.diff"
WizardStan commented on 2017-05-12 03:15
Yeah, sorry all, update to nvidia driver got it working again.
divetoh commented on 2017-05-11 18:28
After today nvidia update to version 381.22 - RepetierHost work normal on my system.
KP1533TM2 commented on 2017-05-09 12:09
I also have the same problem, with the same symptoms WizardStan is having, but my installation first got broken, then worked intermittently after a recent system update, and then got broken again.
I wish I could provide more information, but I haven't captured it, unfortunately.
Tried running it right now with LIBGL_DEBUG=verbose, as fagotto suggested, and I'm not getting to a crash. It spews out an entire wall of:
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
..and then just sits there, wasting 100% of CPU core while showing a frozen splash screen.
fagotto commented on 2017-04-25 11:15
I've delayed the update for some time on the computer on which I use repetier-host. After the update I have a similar problem: the splash screen freeze without displaying the actual image but the region of screen is freezed. Looking at the console output and running it with LIBGL_DEBUG=verbose I get:
https://pastebin.com/x8WVYmk1
In particular I think that the issue is:
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
I've not figured out how to bypass this error. I tried to compile repetierHost from source but I got the same error.
N.B. I am using:
$ pacman -Qs nvidia
local/libvdpau 1.1.1-2
Nvidia VDPAU library
local/nvidia-340xx 340.102-5
NVIDIA drivers for linux, 340xx legacy branch
local/nvidia-340xx-utils 340.102-8
NVIDIA drivers utilities
local/opencl-nvidia-340xx 340.102-8
OpenCL implemention for NVIDIA
@WizardStan: Did you found any solution? Which graphic library do you use?
WizardStan commented on 2017-04-15 14:46
Is anyone else having issues? I hadn't printed anything in several weeks so I'm not sure when this started, but it isn't doing... anything. It starts, the splash screen is visible, a window opens but there's nothing in it. Splash screen never goes away, mono is spinning at 100% CPU. No crash or anything, it's just not moving further. I'm assuming it's just me since no one else has mentioned anything in months and I can't find any mention of these symptoms anywhere else on the internet.