/** * **libbluray** - pkgx package * * @domain `videolan.org/libbluray` * @version `1.4.0` (2 versions available) * @versions From newest version to oldest. * * @install `launchpad install videolan.org/libbluray` * @dependencies `freedesktop.org/fontconfig`, `freetype.org`, `gnome.org/libxml2~2.13 # API changed in 2.14` * @buildDependencies `gnu.org/automake`, `gnu.org/autoconf`, `gnu.org/libtool`, ... (+1 more) - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.videolanorglibbluray * console.log(pkg.name) // "libbluray" * console.log(pkg.versions[0]) // "1.4.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/videolan-org/libbluray.md * @see https://ts-pkgx.netlify.app/usage */ export declare const videolanorglibblurayPackage: { /** * The display name of this package. */ name: 'libbluray'; /** * The canonical domain name for this package. */ domain: 'videolan.org/libbluray'; /** * Brief description of what this package does. */ description: ''; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/videolan.org/libbluray/package.yml'; homepageUrl: ''; githubUrl: ''; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install videolan.org/libbluray'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +videolan.org/libbluray -- $SHELL -i'; launchpadInstallCommand: 'launchpad install videolan.org/libbluray'; programs: readonly []; companions: readonly []; /** * Runtime dependencies for this package. * These are required when running the package. */ dependencies: readonly ['freedesktop.org/fontconfig', 'freetype.org', 'gnome.org/libxml2~2.13 # API changed in 2.14']; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['gnu.org/automake', 'gnu.org/autoconf', 'gnu.org/libtool', 'mesonbuild.com@^1']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['1.4.0', '1.3.4']; aliases: readonly [] }; export type VideolanorglibblurayPackage = typeof videolanorglibblurayPackage