This file is indexed.

/usr/share/pyshared/rgain-1.0.1.egg-info is in python-rgain 1.0.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Metadata-Version: 1.1
Name: rgain
Version: 1.0.1
Summary: Multi-format Replay Gain utilities
Home-page: http://bitbucket.org/fk/rgain
Author: Felix Krull
Author-email: f_krull@gmx.de
License: GNU General Public License (v2 or later)
Description: A set of Python modules and utility programmes to deal with Replay Gain
        information -- calculate it (with GStreamer), read and write it (with Mutagen).
        It has support for Ogg Vorbis (or probably anything stored in an Ogg container),
        Flac, WavPack (oddly enough) and MP3 (in different incarnations). Thereā€˜s also
        a command-line programme, ``replaygain``, that works very similar to its like-
        named cousins, most prominently ``vorbisgain`` and ``mp3gain`` -- only that it
        works for all those supported formats alike. ``collectiongain`` on the other
        hand is a kind of fire-and-forget tool for big amounts of music files.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Multimedia :: Sound/Audio :: Analysis
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires: pygst
Requires: mutagen