
Recherche avancée
Autres articles (111)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (14903)
-
Anomalie #3663 : Anomalie espace privé
29 mars 2016, par Hanjo de LangeJ’ai essayé avec Chrome, IE11 et EDGE, mais toujours la même chose.
J’étais actuellement en trein de modifier un article publié, alors avec l’URL/ecrire/?exec=article_edit&id_article=2761
et je peux pas ajouter un image, parce que le bloc n’apparaît pas... (capture écran) -
ERROR : unsatisfiable constraints : so:libvpx.so.6 (missing)
17 janvier 2021, par Valeed MalikFFMpeg was updated this week and is causing the build to break.



Are my options to either :



- 

- pin ffmpeg to a previous version ? If so, how do I pin to the version before current ?
- Update the python dockerfile version







Output :



Step 8/42 : RUN apk add --no-cache ffmpeg
 ---> Running in 9e46540ed393
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
fetch http://dl-8.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
ERROR: unsatisfiable constraints:
 so:libvpx.so.6 (missing):
 required by:
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
 ffmpeg-libs-4.1.1-r2[so:libvpx.so.6]
The command '/bin/sh -c apk add --no-cache ffmpeg' returned a non-zero code: 3
ERROR: Job failed: exit code 3
FATAL: exit code 3 




Dockerfile :



FROM python:3.6.7-alpine

ENV LANG C.UTF-8
RUN echo "http://dl-8.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN apk upgrade


RUN addgroup -S django && adduser -S -G django django

RUN apk update
# FFMPEG/Sox dependencies
RUN apk add sox
#RUN apk add --no-cache libvpx-dev
RUN apk add --no-cache ffmpeg



-
Merge commit ’136f55207521f0b03194ef5b55ba70f1635d6aee’
20 mars 2017, par Clément BœschMerge commit ’136f55207521f0b03194ef5b55ba70f1635d6aee’
* commit ’136f55207521f0b03194ef5b55ba70f1635d6aee’ :
mpegvideo_motion : Handle edge emulation even without unrestricted_mvThis commit is a noop, see 7b1e0beb2da31a0a8847bc9c68a87a120b71fa8a
Merged-by : Clément Bœsch <u@pkh.me>