Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-04 | install gtk-vlc-player catalog into widget-specific directory ↵ | Robin Haberkorn | 1 | -1/+3 | |
(DATAROOTDIR/gtk-vlc-player) | |||||
2012-05-04 | added Glade catalog file for VLC Player widget | Robin Haberkorn | 2 | -0/+19 | |
it is intalled into datadir and must be manually copied into Glade's catalog path by the user | |||||
2012-05-04 | minor .gitignore change | Robin Haberkorn | 1 | -1/+2 | |
2012-05-04 | some header-including cleanup | Robin Haberkorn | 2 | -16/+5 | |
2012-05-04 | updated .gitignore: ignore more libtool files | Robin Haberkorn | 1 | -2/+4 | |
2012-05-04 | updated Doxyfile template: also document libraries | Robin Haberkorn | 1 | -2/+2 | |
2012-05-04 | cleaned up flag and library handling | Robin Haberkorn | 3 | -19/+50 | |
* only link against required libraries * special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications | |||||
2012-05-02 | preliminary main program (GtkVlcPlayer sample) | Robin Haberkorn | 1 | -0/+58 | |
2012-05-02 | preliminary player widget based on experiment-player prototype | Robin Haberkorn | 7 | -1/+347 | |
2012-05-02 | use PKG_CHECK_MODULES macro | Robin Haberkorn | 1 | -34/+28 | |
instead of manually calling pkg-config | |||||
2012-05-02 | added gitignore file | Robin Haberkorn | 1 | -0/+26 | |
2012-05-02 | added skeleton docbook and site-configuration support | Robin Haberkorn | 5 | -5/+770 | |
* docbook is built by default and also included in distro * doxygen is not built by default (developer docs) | |||||
2012-05-02 | renamed binary and source file | Robin Haberkorn | 1 | -1/+2 | |
2012-05-02 | filled AUTHORS file | Robin Haberkorn | 1 | -0/+2 | |
2012-05-02 | check for C99 support | Robin Haberkorn | 1 | -1/+3 | |
2012-05-02 | Doxygen support | Robin Haberkorn | 4 | -2/+1569 | |
* Doxyfile is generated by ./configure * files will be placed under doc/doxygen/. They aren't installed or distributed. | |||||
2012-05-02 | added INSTALL to repo | Robin Haberkorn | 1 | -0/+365 | |
file installed automatically by autoreconf, but we have to adapt it later on | |||||
2012-05-02 | autoconf based build system | Robin Haberkorn | 8 | -0/+779 | |
* it currently builds the existing player prototype (not checked in) * it already includes the necessary windows support |