freebsd:freebsd_10
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| freebsd:freebsd_10 [2018-04-12 18:16:21] – angelegt manfred | freebsd:freebsd_10 [2023-04-30 23:05:40] (aktuell) – manfred | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== FreeBSD 10 ====== | ||
| + | |||
| + | Benutzer anlegen: | ||
| + | > pw user mod fritz -G wheel | ||
| + | |||
| + | CDROMs in die /// | ||
| + | > vi /etc/fstab | ||
| + | # Device | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | |||
| + | -> [[:: | ||
| + | |||
| + | {{:: | ||
| + | |||
| + | |||
| + | ===== nicht immer sind die Binärpakete die Lösung ===== | ||
| + | |||
| + | So schön und einfach einfach diese Binärpaketverwaltung auch ist, leider sind die Binärpakete oft nicht mit den richtigen Optionen gebaut worden.\\ | ||
| + | Zum Beispiel ist Postfix ohne SSL-Unterstützung, | ||
| + | |||
| + | Leider kann man so aber mit dem FFMPEG keinen anständigen Film generieren, der vom iPad2 ohne zusätzliche Software abgespielt werden kann. | ||
| + | < | ||
| + | # pkg info ffmpeg-2.3.3, | ||
| + | ffmpeg-2.3.3, | ||
| + | Name : ffmpeg | ||
| + | Version | ||
| + | Installed on : Fri Sep 26 20:08:21 CEST 2014 | ||
| + | Origin | ||
| + | Architecture | ||
| + | Prefix | ||
| + | Categories | ||
| + | Licenses | ||
| + | Maintainer | ||
| + | WWW : http:// | ||
| + | Comment | ||
| + | Options | ||
| + | AACPLUS | ||
| + | ALSA : off | ||
| + | AMR_NB | ||
| + | AMR_WB | ||
| + | ASS : off | ||
| + | CDIO : off | ||
| + | CELT : off | ||
| + | DEBUG : off | ||
| + | DOCS : on | ||
| + | FAAC : off <= den braucht man für den iPad und für AVC(HD)-Filme | ||
| + | FDK_AAC | ||
| + | FFSERVER | ||
| + | FONTCONFIG | ||
| + | FREETYPE | ||
| + | FREI0R | ||
| + | GNUTLS | ||
| + | GSM : off | ||
| + | ICONV : on | ||
| + | JACK : off | ||
| + | LAME : off <= der Audio-Codec mit der größten Verbreitung | ||
| + | LIBBLURAY | ||
| + | LIBV4L | ||
| + | MODPLUG | ||
| + | OPENAL | ||
| + | OPENCV | ||
| + | OPENJPEG | ||
| + | OPENSSL | ||
| + | OPTIMIZED_CFLAGS: | ||
| + | OPUS : off | ||
| + | PULSEAUDIO | ||
| + | RTMP : off | ||
| + | SCHROEDINGER | ||
| + | SDL : off | ||
| + | SPEEX : off | ||
| + | THEORA | ||
| + | VAAPI : off | ||
| + | VDPAU : off | ||
| + | VORBIS | ||
| + | VO_AACENC | ||
| + | VO_AMRWBENC | ||
| + | VPX : on | ||
| + | X11GRAB | ||
| + | X264 : on | ||
| + | XVID : on | ||
| + | ... | ||
| + | </ | ||
| + | |||
| + | bei den MKV-Tools ist das Binärpaket in Ordnung: | ||
| + | # pkg search mkvtoolnix | ||
| + | mkvtoolnix-7.2.0 | ||
| + | # pkg install mkvtoolnix-7.2.0 | ||
| + | |||
| + | |||
| + | ==== manchmal muss man es doch selber bauen ==== | ||
| + | |||
| + | cd / | ||
| + | make config-recursive | ||
| + | {{: | ||
| + | make | ||
| + | make install | ||
| + | make clean | ||
| + | < | ||
| + | # pkg info | fgrep ffmpeg | ||
| + | ffmpeg-2.3.5, | ||
| + | # pkg info ffmpeg-2.3.5, | ||
| + | ffmpeg-2.3.5, | ||
| + | Name : ffmpeg | ||
| + | Version | ||
| + | Installed on : Fri Nov 7 23:17:59 CET 2014 | ||
| + | Origin | ||
| + | Architecture | ||
| + | Prefix | ||
| + | Categories | ||
| + | Licenses | ||
| + | Maintainer | ||
| + | WWW : http:// | ||
| + | Comment | ||
| + | Options | ||
| + | AACPLUS | ||
| + | ALSA : off | ||
| + | AMR_NB | ||
| + | AMR_WB | ||
| + | ASS : off | ||
| + | CDIO : off | ||
| + | CELT : off | ||
| + | DEBUG : off | ||
| + | DOCS : on | ||
| + | FAAC : on <= den braucht man für den iPad und für AVC(HD)-Filme | ||
| + | FDK_AAC | ||
| + | FFSERVER | ||
| + | FONTCONFIG | ||
| + | FREETYPE | ||
| + | FREI0R | ||
| + | GNUTLS | ||
| + | GSM : off | ||
| + | ICONV : on | ||
| + | JACK : off | ||
| + | LAME : on <= der Audio-Codec mit der größten Verbreitung | ||
| + | LIBBLURAY | ||
| + | LIBV4L | ||
| + | MODPLUG | ||
| + | OPENAL | ||
| + | OPENCV | ||
| + | OPENJPEG | ||
| + | OPENSSL | ||
| + | OPTIMIZED_CFLAGS: | ||
| + | OPUS : on | ||
| + | PULSEAUDIO | ||
| + | RTMP : off | ||
| + | SCHROEDINGER | ||
| + | SDL : off | ||
| + | SPEEX : on | ||
| + | THEORA | ||
| + | VAAPI : off | ||
| + | VDPAU : off | ||
| + | VORBIS | ||
| + | VO_AACENC | ||
| + | VO_AMRWBENC | ||
| + | VPX : on | ||
| + | X11GRAB | ||
| + | X264 : on | ||
| + | X265 : off | ||
| + | XVID : on | ||
| + | ... | ||
| + | </ | ||
| + | |||
