diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 18:52:38 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-04-13 18:52:38 +0200 |
commit | 1aae61c7989b2455b8f025716bdedbc4ddf6024d (patch) | |
tree | af87a38423cf4b8824e52d75e1b307f8e7555e7b /contrib/README.contrib | |
parent | cb93fce032c0fc912f3561686537e858d43c137c (diff) | |
download | xine-lib-1aae61c7989b2455b8f025716bdedbc4ddf6024d.tar.gz xine-lib-1aae61c7989b2455b8f025716bdedbc4ddf6024d.tar.bz2 |
Import libxdg-basedir into contributed code.
The libxdg-basedir project, developed by Mark Nevill, implements
a simple way to use the XDG_* variables used to define the paths
for the XDG Base Directory Specification (0.6).
As I was going to reinvent the wheel, I prefer to import this
library that was already written, hoping it will continue being
developed.
Diffstat (limited to 'contrib/README.contrib')
-rw-r--r-- | contrib/README.contrib | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/README.contrib b/contrib/README.contrib index 8881dfcba..6b2a58c1c 100644 --- a/contrib/README.contrib +++ b/contrib/README.contrib @@ -45,3 +45,14 @@ This should register the file changes that happened. The ffmpeg-distfiles file is used by the make dist target to know which files needs to be copied over in the tarball file, so it's important that is always up to date. + +libxdg-basedir +-------------- + +The libxdg-basedir project is a (really) small library used to provide +the proper access to XDG directories as described by the XDG Base +Directory Specification (0.6 version). + +The library can be found at +https://n.ethz.ch/student/nevillm/download/libxdg-basedir/ , and it's +imported in xine-lib as it's far from commonly found on distributions. |