
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (81)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9550)
-
Révision 19077 : Exclure les éventuels quotes du nom du zip lorsqu’on tente de le récupérer à par...
7 mars 2012, par b bNote that the filename is surrounded by double quotes, per RFC 2231. This allows for the use of extended characters within the filename (i.e., international characters, though at present Internet Explorer does not support this internationalization). An unfortunately large number of web servers (...)
-
Support : Add official support for ComponentJS
24 novembre 2014, par JamesMGreeneSupport : Add official support for ComponentJS
Fixes #165
NOTE : Probably won’t show up on http://component.github.io/ until we tag the next version
-
ffmpeg 4.3 build failure on Mac OS 10.12.6
3 août 2020, par yay nayI have, by mistake, aborted the install of svtplay-dl via homebrew, while the gcc dependency was installing.
I did the "brew cleanup", after which the ffmpeg simply dissappeared from the command line.


I have reinstalled the gcc to the latest available version (via homebrew) only to find the same error several times :


enter code here"==> Installing dependencies for homebrew-ffmpeg/ffmpeg/ffmpeg: icu4c and x264



==> Installing homebrew-ffmpeg/ffmpeg/ffmpeg dependency : icu4c
==> ./configure —prefix=/usr/local/Cellar/icu4c/67.1 —disable-samples —disable-tests —enable-static —w
==> make
Last 15 lines from /Users/sejo/Library/Logs/Homebrew/icu4c/02.make :
./formatted_string_builder.h:227:9 : note : subexpression not valid in a constant expression
U_ASSERT(category <= 0xf),
^
../common/uassert.h:35:26 : note : expanded from macro 'U_ASSERT'
"#" define U_ASSERT(exp) void()
^
./formatted_string_builder.h:240:64 : note : in call to 'Field(0, 1)'
constexpr FormattedStringBuilder::Field kGeneralNumericField = UFIELD_CATEGORY_UNDEFINED, 1 ;
^
3 errors generated.
*** Failed compilation command follows : ----------------------------------------------------------
clang++ -DU_ATTRIBUTE_DEPRECATED= -DU_I18N_IMPLEMENTATION -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=1 -DU_HAVE_STRING_VIEW=1 -I. -I../common -O2 -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -Qunused-arguments -Wno-parentheses-equality -Wglobal-constructors -fvisibility=hidden -fno-common -c -MMD -MT numfmt.d numfmt.o numfmt.ao -o numfmt.ao numfmt.cpp
--- ( rebuild with "/Library/Developer/CommandLineTools/usr/bin/make VERBOSE=1 all" to show all parameters ) --------
make[1] : *** [numfmt.ao] Error 1
make : *** [all-recursive] Error 2


Do not report this issue to Homebrew/brew or Homebrew/core !


Error : You are using macOS 10.12.
We (and Apple) do not provide support for this old version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Discourse, Twitter or IRC. You are responsible for resolving any issues you
experience while you are running this old version."


The previous version of gcc was 4.2.2, installed with -libfdk (which I really needed) and it worked without any problem.


Is there any solution to this (it seems) newly aroused issue with ffmpeg with homebrew on Mac OS 10.12 ?