===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tea-50.0.4/ChangeLog-497-+ LilyPond basic hl
tea-50.0.4/ChangeLog:498:+ NASM hl
tea-50.0.4/ChangeLog-499-* TEA now loads the last selected palette. And old mechanism via "def_palette" file now
##############################################
tea-50.0.4/exif_reader.cpp-235-
tea-50.0.4/exif_reader.cpp:236:    #define DIR_ENTRY_ADDR(Start, Entry) (Start+2+12*(Entry))
tea-50.0.4/exif_reader.cpp-237-
##############################################
tea-50.0.4/exif_reader.cpp-243-
tea-50.0.4/exif_reader.cpp:244:        DirEntry = DIR_ENTRY_ADDR(DirStart, de);
tea-50.0.4/exif_reader.cpp-245-        Tag        = Get16u(DirEntry,   MotorolaOrder);
##############################################
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-24--    system(pkg-config --exists zlib) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch:25:+    system($$PKG_CONFIG --exists zlib) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-26-     message ("Zlib found")
##############################################
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-33--system(pkg-config --exists hunspell) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch:34:+system($$PKG_CONFIG --exists hunspell) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-35- message ("hunspell enabled")
##############################################
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-42--system(pkg-config --exists poppler-qt5) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch:43:+system($$PKG_CONFIG --exists poppler-qt5) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-44-     message ("Poppler enabled")
##############################################
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-51--system(pkg-config --exists ddjvuapi) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch:52:+system($$PKG_CONFIG --exists ddjvuapi) {
tea-50.0.4/debian/patches/0001-Support-cross-building.patch-53-     message ("djvu enabled")
##############################################
tea-50.0.4/tea-qmake.pro-311-
tea-50.0.4/tea-qmake.pro:312:    system($$PKG_CONFIG --exists zlib) {
tea-50.0.4/tea-qmake.pro-313-    message ("Zlib found")
##############################################
tea-50.0.4/tea-qmake.pro-327-contains(USE_HUNSPELL,true){
tea-50.0.4/tea-qmake.pro:328:system($$PKG_CONFIG --exists hunspell) {
tea-50.0.4/tea-qmake.pro-329-message ("hunspell enabled")
##############################################
tea-50.0.4/tea-qmake.pro-336-usepoppler{
tea-50.0.4/tea-qmake.pro:337:system($$PKG_CONFIG --exists poppler-qt5) {
tea-50.0.4/tea-qmake.pro-338-    message ("Poppler enabled")
##############################################
tea-50.0.4/tea-qmake.pro-345-usedjvu{
tea-50.0.4/tea-qmake.pro:346:system($$PKG_CONFIG --exists ddjvuapi) {
tea-50.0.4/tea-qmake.pro-347-    message ("djvu enabled")