You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage fuse-2.9.9-9.lbn25.x86_64
With FUSE it is possible to implement a fully functional filesystem in a userspace program. This package contains the FUSE v2 userspace tools to mount a FUSE filesystem.
RPMPackage ftgl-2.1.3-0.25.rc5.lbn25.x86_64
FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL (www.opengl.org) applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering.
RPMPackage fribidi-1.0.4-1.lbn25.x86_64
A library to handle bidirectional scripts (for example Hebrew, Arabic), so that the display is done in the proper way; while the text data itself is always written in logical order.
RPMPackage freexl-1.0.2-3.fc24.x86_64
FreeXL is a library to extract valid data from within an Excel spreadsheet (.xls) Design goals: * simple and lightweight * stable, robust and efficient * easily and universally portable * completely ignore any GUI-related oddity
RPMPackage freetype-2.10.2-3.lbn25.x86_64
The FreeType engine is a free and portable font rendering engine, developed to provide advanced font support for a variety of platforms and environments. FreeType is a library which can open and manages font files as well as efficiently load, hint and render individual glyphs. FreeType is not a font server or a complete text-rendering library.
RPMPackage freetds-1.1.20-3.lbn25.x86_64
FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC.
RPMPackage freerdp-libs-2.0.0-49.20190304git435872b.lbn25.x86_64
libfreerdp-core can be embedded in applications. libfreerdp-channels and libfreerdp-kbd might be convenient to use in X applications together with libfreerdp-core. libfreerdp-core can be extended with plugins handling RDP channels.
RPMPackage freerdp-2.0.0-49.20190304git435872b.lbn25.x86_64
The xfreerdp & wlfreerdp Remote Desktop Protocol (RDP) clients from the FreeRDP project. xfreerdp & wlfreerdp can connect to RDP servers such as Microsoft Windows machines, xrdp and VirtualBox.
RPMPackage freeglut-3.2.1-6.lbn25.x86_64
freeglut is a completely open source alternative to the OpenGL Utility Toolkit (GLUT) library with an OSI approved free software license. GLUT was originally written by Mark Kilgard to support the sample programs in the second edition OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety of practical applications because it is simple, universally available and highly portable. freeglut allows the user to create and manage windows containing OpenGL contexts on a wide range of platforms and also read the mouse, keyboard and joystick functions.
RPMPackage fprintd-pam-0.9.0-1.lbn25.x86_64
PAM module that uses the fprintd D-Bus service for fingerprint authentication.
RPMPackage fprintd-0.9.0-1.lbn25.x86_64
D-Bus service to access fingerprint readers.
RPMPackage fpaste-0.3.8.3-1.fc25.noarch
It is often useful to be able to easily paste text to the Fedora Pastebin at http://paste.fedoraproject.org and this simple script will do that and return the resulting URL so that people may examine the output. This can hopefully help folks who are for some reason stuck without X, working remotely, or any other reason they may be unable to paste something into the pastebin
RPMPackage fontpackages-filesystem-1.44-21.lbn25.noarch
This package contains the basic directory layout used by font packages, including the correct permissions for the directories.
RPMPackage fontconfig-2.13.92-12.lbn25.x86_64
Fontconfig is designed to locate fonts within the system and select them according to requirements specified by applications.
RPMPackage fontawesome-fonts-web-4.7.0-4.lbn25.noarch
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. This package contains CSS, SCSS and LESS style files as well as Web Open Font Format versions 1 and 2, Embedded OpenType and SVG font files which are typically used on the web.
RPMPackage fontawesome-fonts-4.7.0-4.lbn25.noarch
Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done with the power of CSS. This package contains OpenType and TrueType font files which are typically used locally.
RPMPackage fluidsynth-libs-2.1.1-1.lbn25.x86_64
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. It is a "software synthesizer". This package holds the run-time shared libraries.
RPMPackage fluidsynth-2.1.1-1.lbn25.x86_64
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. It is a "software synthesizer". FluidSynth can read MIDI events from the MIDI input device and render them to the audio device. It features real-time effect modulation using SoundFont 2.01 modulators, and a built-in command line shell. It can also play MIDI files (note: FluidSynth was previously called IIWU Synth).
RPMPackage fltk-1.3.3-8.fc25.x86_64
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit. It provides modern GUI functionality without the bloat, and supports 3D graphics via OpenGL and its built-in GLUT emulation.
RPMPackage flex-2.6.4-4.lbn25.x86_64
The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. Flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. Flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process. You should install flex if you are going to use your system for application development.