/-
Created
October 21, 2019 06:55
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/7kvlsjkhf27c16l4brg17jnyms5gy4lz-cups-filters-1.25.11 | |
├── bin | |
│ ├── cups-browsed | |
│ ├── driverless -> ../lib/cups/driver/driverless | |
│ ├── foomatic-rip -> ../lib/cups/filter/foomatic-rip | |
│ └── ttfread | |
├── etc | |
│ └── cups | |
│ └── cups-browsed.conf | |
├── include | |
│ ├── cupsfilters | |
│ │ ├── colord.h | |
│ │ ├── colormanager.h | |
│ │ ├── driver.h | |
│ │ ├── image.h | |
│ │ ├── pdftoippprinter.h | |
│ │ ├── ppdgenerator.h | |
│ │ └── raster.h | |
│ └── fontembed | |
│ ├── bitset.h | |
│ ├── embed.h | |
│ ├── fontfile.h | |
│ ├── iofn.h | |
│ └── sfnt.h | |
├── lib | |
│ ├── cups | |
│ │ ├── backend | |
│ │ │ ├── beh | |
│ │ │ ├── cups-brf | |
│ │ │ ├── driverless -> ../driver/driverless | |
│ │ │ ├── implicitclass | |
│ │ │ ├── parallel | |
│ │ │ └── serial | |
│ │ ├── driver | |
│ │ │ └── driverless | |
│ │ └── filter | |
│ │ ├── bannertopdf | |
│ │ ├── brftoembosser | |
│ │ ├── brftopagedbrf | |
│ │ ├── cgmtopdf | |
│ │ ├── cmxtopdf | |
│ │ ├── commandtoescpx | |
│ │ ├── commandtopclx | |
│ │ ├── emftopdf | |
│ │ ├── foomatic-rip | |
│ │ ├── gstopdf | |
│ │ ├── gstopxl | |
│ │ ├── gstoraster | |
│ │ ├── imagetobrf | |
│ │ ├── imagetopdf | |
│ │ ├── imagetops | |
│ │ ├── imagetoraster | |
│ │ ├── imagetoubrl | |
│ │ ├── imageubrltoindexv3 | |
│ │ ├── imageubrltoindexv4 | |
│ │ ├── mupdftoraster | |
│ │ ├── musicxmltobrf | |
│ │ ├── pdftopdf | |
│ │ ├── pdftops | |
│ │ ├── pdftoraster | |
│ │ ├── rastertoescpx | |
│ │ ├── rastertopclm | |
│ │ ├── rastertopclx | |
│ │ ├── rastertopdf | |
│ │ ├── rastertops | |
│ │ ├── svgtopdf | |
│ │ ├── sys5ippprinter | |
│ │ ├── textbrftoindexv3 | |
│ │ ├── textbrftoindexv4 | |
│ │ ├── texttobrf | |
│ │ ├── texttopdf | |
│ │ ├── texttops | |
│ │ ├── texttotext | |
│ │ ├── vectortobrf | |
│ │ ├── vectortopdf | |
│ │ ├── vectortoubrl | |
│ │ ├── wmftopdf | |
│ │ └── xfigtopdf | |
│ ├── libcupsfilters.la | |
│ ├── libcupsfilters.so -> libcupsfilters.so.1.0.0 | |
│ ├── libcupsfilters.so.1 -> libcupsfilters.so.1.0.0 | |
│ ├── libcupsfilters.so.1.0.0 | |
│ ├── libfontembed.la | |
│ ├── libfontembed.so -> libfontembed.so.1.0.0 | |
│ ├── libfontembed.so.1 -> libfontembed.so.1.0.0 | |
│ ├── libfontembed.so.1.0.0 | |
│ └── pkgconfig | |
│ ├── libcupsfilters.pc | |
│ └── libfontembed.pc | |
├── sbin -> bin | |
└── share | |
├── cups | |
│ ├── banners | |
│ │ ├── classified | |
│ │ ├── confidential | |
│ │ ├── form | |
│ │ ├── secret | |
│ │ ├── standard | |
│ │ ├── topsecret | |
│ │ └── unclassified | |
│ ├── braille | |
│ │ ├── cups-braille.sh | |
│ │ ├── index.sh | |
│ │ ├── indexv3.sh | |
│ │ └── indexv4.sh | |
│ ├── charsets | |
│ │ ├── pdf.utf-8 -> pdf.utf-8.simple | |
│ │ ├── pdf.utf-8.heavy | |
│ │ └── pdf.utf-8.simple | |
│ ├── data | |
│ │ ├── classified.pdf | |
│ │ ├── confidential.pdf | |
│ │ ├── default.pdf | |
│ │ ├── default-testpage.pdf | |
│ │ ├── form_english_in.odt | |
│ │ ├── form_english.pdf | |
│ │ ├── form_russian_in.odt | |
│ │ ├── form_russian.pdf | |
│ │ ├── secret.pdf | |
│ │ ├── standard.pdf | |
│ │ ├── testprint | |
│ │ ├── topsecret.pdf | |
│ │ └── unclassified.pdf | |
│ ├── drv | |
│ │ ├── cupsfilters.drv | |
│ │ ├── generic-brf.drv | |
│ │ ├── generic-ubrl.drv | |
│ │ ├── indexv3.drv | |
│ │ └── indexv4.drv | |
│ ├── mime | |
│ │ ├── braille.convs | |
│ │ ├── braille.types | |
│ │ ├── cupsfilters.convs | |
│ │ ├── cupsfilters-ghostscript.convs | |
│ │ ├── cupsfilters-mupdf.convs | |
│ │ ├── cupsfilters-poppler.convs | |
│ │ └── cupsfilters.types | |
│ └── ppdc | |
│ ├── braille.defs | |
│ ├── escp.h | |
│ ├── fr-braille.po | |
│ ├── imagemagick.defs | |
│ ├── index.defs | |
│ ├── liblouis1.defs | |
│ ├── liblouis2.defs | |
│ ├── liblouis3.defs | |
│ ├── liblouis4.defs | |
│ ├── liblouis.defs | |
│ ├── media-braille.defs | |
│ └── pcl.h | |
├── doc | |
│ └── cups-filters | |
│ ├── ABOUT-NLS | |
│ ├── AUTHORS | |
│ ├── COPYING | |
│ ├── INSTALL | |
│ ├── NEWS | |
│ └── README | |
├── man | |
│ ├── man1 | |
│ │ ├── driverless.1.gz | |
│ │ └── foomatic-rip.1.gz | |
│ ├── man5 | |
│ │ └── cups-browsed.conf.5.gz | |
│ └── man8 | |
│ └── cups-browsed.8.gz | |
└── ppd | |
└── cupsfilters | |
├── Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd | |
├── Generic-PDF_Printer-PDF.ppd | |
├── HP-Color_LaserJet_CM3530_MFP-PDF.ppd | |
├── pxlcolor.ppd | |
├── pxlmono.ppd | |
└── Ricoh-PDF_Printer-PDF.ppd | |
30 directories, 143 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment