Photoprism dont update libheif #1538

Closed
opened 2025-11-20 05:12:05 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @MattXcz on GitHub (Jul 22, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Photoprism

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/photoprism.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Photoprism update scripts dont update libheif components, which is madatory for working correctly.

🔄 Steps to reproduce the issue.

update

Paste the full error output (if available).

no log...

🖼️ Additional context (optional).

This issue is described here : https://github.com/photoprism/photoprism/issues/5128

Update scripts need to include :

bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-libheif.sh)

Originally created by @MattXcz on GitHub (Jul 22, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Photoprism ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/photoprism.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Photoprism update scripts dont update libheif components, which is madatory for working correctly. ### 🔄 Steps to reproduce the issue. update ### ❌ Paste the full error output (if available). no log... ### 🖼️ Additional context (optional). This issue is described here : https://github.com/photoprism/photoprism/issues/5128 Update scripts need to include : `bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-libheif.sh)`
saavagebueno added the bug label 2025-11-20 05:12:05 -05:00
Author
Owner

@tremor021 commented on GitHub (Jul 22, 2025):

No, our script installs libheif1 package from debian repo. the update function was never supposed to update it.

if there is a new version on debian repo, just do apt-get update && apt-get upgrade -y

@tremor021 commented on GitHub (Jul 22, 2025): No, our script installs `libheif1` package from debian repo. the update function was never supposed to update it. if there is a new version on debian repo, just do `apt-get update && apt-get upgrade -y`
Author
Owner

@MickLesk commented on GitHub (Jul 22, 2025):

they use there own libheif, like the installer, need an refactor

@MickLesk commented on GitHub (Jul 22, 2025): they use there own libheif, like the installer, need an refactor
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#1538