
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 (...) -
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 (8814)
-
OPensuse does not reboot after installing I install gnutls
5 septembre 2021, par Harry BoyI am trying to build ffmpeg on OpenSuse with the following flags :


ffmpeg-3.4.8 # ./configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include/ffmpeg --extra-cflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --optflags='-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g' --disable-htmlpages --enable-pic --disable-stripping --enable-shared --disable-static --enable-gpl --disable-openssl --enable-avresample --enable-libcdio --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libcelt --enable-libcdio --enable-libdc1394 --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libzimg --enable-libzvbi --enable-vaapi --enable-vdpau --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libx265 --enable-libxvid



I get the forrowing error :


ERROR: gnutls not found using pkg-config

If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this will help
solve the problem.



I then install gnutls from this link :
https://software.opensuse.org/package/gnutls


zypper addrepo https://download.opensuse.org/repositories/openSUSE:Leap:15.2:Update/standard/openSUSE:Leap:15.2:Update.repo

zypper refresh
zypper install gnutls
Loading repository data...
Reading installed packages...
Resolving package dependencies...

Problem: nothing provides 'this-is-only-for-build-envs' needed by the to be installed libunbound-devel-mini-1.6.8-lp152.9.3.1.x86_64
Solution 1: do not install gnutls-3.6.7-lp152.9.12.1.x86_64
Solution 2: break libunbound-devel-mini-1.6.8-lp152.9.3.1.x86_64 by ignoring some of its dependencies

Choose from above solutions by number or cancel [1/2/c/d/?] (c): 2
Resolving dependencies...
Resolving package dependencies...

The following 4 NEW packages are going to be installed:
 gnutls libgnutls-dane0 libopts25 libunbound-devel-mini

The following package requires a system reboot:
gnutls

4 new packages to install.
Overall download size: 1.1 MiB. Already cached: 0 B. After the operation, additional 4.0 MiB will be used.

Note: System reboot required.
Continue? [y/n/v/...? shows all options] (y): y
Retrieving package libopts25-5.18.12-lp152.4.3.1.x86_64 
(1/4), 65.6 KiB (134.5 KiB unpacked)
Retrieving: libopts25-5.18.12-lp152.4.3.1.x86_64.rpm ......................................................................................................................[done]
Retrieving package libunbound-devel-mini-1.6.8-lp152.9.3.1.x86_64 (2/4), 331.5 KiB (723.4 KiB unpacked)
Retrieving: libunbound-devel-mini-1.6.8-lp152.9.3.1.x86_64.rpm ............................................................................................................[done]
Retrieving package libgnutls-dane0-3.6.7-lp152.9.12.1.x86_64 (3/4), 91.7 KiB ( 34.6 KiB unpacked)
Retrieving: libgnutls-dane0-3.6.7-lp152.9.12.1.x86_64.rpm .................................................................................................................[done]
Retrieving package gnutls-3.6.7-lp152.9.12.1.x86_64 (4/4), 675.4 KiB ( 3.1 MiB unpacked)
Retrieving: gnutls-3.6.7-lp152.9.12.1.x86_64.rpm ..............................................................................................................[done (3.6 MiB/s)]

Checking for file conflicts: ..............................................................................................................................................[done]
(1/4) Installing: libopts25-5.18.12-lp152.4.3.1.x86_64 ....................................................................................................................[done]
(2/4) Installing: libunbound-devel-mini-1.6.8-lp152.9.3.1.x86_64 ..........................................................................................................[done]
(3/4) Installing: libgnutls-dane0-3.6.7-lp152.9.12.1.x86_64 ...............................................................................................................[done]
(4/4) Installing: gnutls-3.6.7-lp152.9.12.1.x86_64 ........................................................................................................................[done]



Note the system reboot hint.
When I reboot my system I it just boots to a black screen. It does not display the logon prompt.
Any ideas as to why this is or how I can debug it ?


-
Anomalie #2417 : Icone edit-24.png
15 novembre 2011, par Joseph Larmarangeoki doki. Ceci dit, quand les nouvelles icônes de SPIP ont été réalisées, quelqu’un a-t-il garder un historique du ’edit-24.png’ utilisé pour générer les icônes ’article-edit-24.png’, ’rubrique-edit-24.png’ etc. ? De même, pour une mini icône ’err’ utilisée notamment par ’plugin-err-32.png’ ? Car si j’ai (...)
-
Android - Video stitching library [on hold]
6 février 2014, par Sadeshkumar PeriyasamyIn an Android application, I need to stitch a video and image into a single video. What's the best library to do it ?
I've used ffmpeg static binary version 1.2. But it has some issues. Some of the features are only available in ffmpeg 2.0+. Can anyone suggest an alternative or link to download ffmpeg static binary version 2.0 and above.