Search Criteria
Package Details: jicofo-bin 1.0+1117-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jicofo-bin.git (read-only, click to copy) |
---|---|
Package Base: | jicofo-bin |
Description: | JItsi meet COnference FOcus binary |
Upstream URL: | https://jitsi.org/jitsi-meet/ |
Licenses: | Apache |
Conflicts: | jicofo |
Provides: | jicofo |
Submitter: | quartic |
Maintainer: | celogeek |
Last Packager: | celogeek |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-14 16:02 (UTC) |
Last Updated: | 2024-12-16 15:34 (UTC) |
Dependencies (5)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- java-runtime-openjdk (jdk10-openj9-binAUR, jdk16-adoptopenjdkAUR, liberica-jre-11-binAUR, jre16-openjdkAUR, jre14-openjdkAUR, jre18-openjdkAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jre12-openjdkAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre13-openjdkAUR, jre15-openjdkAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jre19-openjdkAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, java-openjdk-binAUR, jdk21-temurinAUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, zulu-23-binAUR, jdk21-jetbrains-binAUR, jre-zulu-binAUR, jre-zulu-fx-binAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-android-studioAUR, jdk17-openj9-binAUR, jre-zuluAUR, jre-zulu-fxAUR, jre21-zulu-binAUR, jre17-zulu-binAUR, zing-8-binAUR, zing-21-binAUR, java-openjdk-ea-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre11-openjdk, jre17-openjdk, jre21-openjdk, jre8-openjdk)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- prosody (prosody-hg-stableAUR, prosody-hgAUR) (optional)
Required by (2)
- jigasi (requires jicofo) (optional)
- jigasi-git (requires jicofo) (optional)
Latest Comments
1 2 Next › Last »
celogeek commented on 2020-08-08 18:19 (UTC)
Interesting. Do you have any warning when you try to reinstall the package?
Jicofo tries to change the permissions on his config files. JVB try not.
Both contain passwords.
I set the right so jicofo can read but cannot change anything of the config you provide. The warning is just a warning that indicates he cannot do what he wants with the configuration.
If you want to allow jicofo to change your files, I guess an override should work. Maybe you will have a warning when you upgrade.
danieltetraquark commented on 2020-08-07 18:58 (UTC) (edited on 2020-08-07 19:00 (UTC) by danieltetraquark)
I had to add
to the systemd service. , otherwise jicofo would complain about missing write permissions.
celogeek commented on 2020-07-30 17:12 (UTC)
Done
We make the nightly and the stable look alike. The config path now for jicofo is /etc/jicofo (more like arch path)
danieltetraquark commented on 2020-07-29 20:07 (UTC)
@C0rn3j, would you mind updating? Version 1.0-612 is available.
danieltetraquark commented on 2020-06-24 19:34 (UTC)
Version 1.0-589 is available.
celogeek commented on 2020-05-27 01:01 (UTC)
I understand the point. The checksum part is important.
All these steps can be done easily with a shell script that updates the PKGBUILD based on official stable tags. And then the maintainer can try the update then push it back.
danieltetraquark commented on 2020-05-21 12:07 (UTC) (edited on 2020-05-21 12:10 (UTC) by danieltetraquark)
@celogeek I understand what you want to do. The issue is, it is against how PKGBUILDs are intented to be used.
Downloading stuff in build()
(I'm citing from PKGBUILDs man page)
So ''build'' should never download sources, especially if it is the main source. The checksum can't be checked, because it isn't in the ''PKGBUILD''. This could lead to malicious software beeing installed (because of network spoofing or whatever).
A maintainer for a AUR package should at least check, when updating the ''PKGBUILD'', that everything still compiles.
Using your PKGBUILD, everyone always gets the latest version (when installing initially) (because makepkg runs pkgver, and AUR helpers run makepkg).
Autoupdating should only be done by -git packages, as AUR helpers recognize them and handle them properly.
For the AUR maintainer, @quartic, all they have to do is: adjust pkgver and _debver, update the checksums (there is a command for that, updpksums), update the .SRCINFO file (use alias updtsrcinfo='makepkg --printsrcinfo > .SRCINFO' if you want).
To conclude: Don't do autoupdates in packages which arent -git, don't fetch sources in build (since it checksum isnt checked; if the build programm itself does it, this is something else).
EDIT: hopefully fix markdown syntax
celogeek commented on 2020-05-21 11:45 (UTC)
The goal is to be able to do an automatic updates. We can't do that by putting the debian package in the source with a static version.
If anyone takes this package and installs it, it will update automatically to the latest version. It can do that regularly if needed.
The maintainer can just do a makepkg and if anything changes in the PKGBUILD, just commit and push for anyone to get a new version.
The goal is to stay up to date, without any complication of looking for debian install and see what is installs.
debian version is late compared to the latest stable tag on jitsi-meet and his deps.
danieltetraquark commented on 2020-05-20 10:51 (UTC) (edited on 2020-05-20 10:54 (UTC) by danieltetraquark)
@celogeek the issue is, this will break the checksums with future releases. Also, most AUR helpers won't update it, since it doesn't end with -git (correct me if I'm wrong here). Also the deb file should be in the "source", so that makepkg can download it and not in the "build" part.
celogeek commented on 2020-05-20 10:36 (UTC)
I have update the PKGBUILD in order to automatically fetch the latest release version and update the pkgver accordingly.
Here my PKGBUILD:
1 2 Next › Last »