Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Apps
parole
Commits
a5c88f51
Commit
a5c88f51
authored
Oct 05, 2020
by
Kevin Bowen
Committed by
Simon Steinbeiß
Oct 05, 2020
Browse files
Add README.md
Also update AM_INIT_AUTOMAKE
parent
354d9a23
Pipeline
#2810
passed with stages
in 3 minutes and 14 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README
deleted
100644 → 0
View file @
354d9a23
What is it?
===========
Parole is a modern simple media player based on the GStreamer framework and written to fit well
in the Xfce desktop. Parole features playback of local media files, DVD/CD and live streams.
Parole is extensible via plugins, for a complete how to write a plugin for Parole see
the Plugins API documentation and the plugins directory which contains some useful examples.
Required packages
=================
Parole depends on the following packages:
- Gtk 3.20 or above.
- Glib 2.32 or above.
- Gio 2.32 or above.
- DBus 0.60 or above.
- DBus glib 0.70 or above.
- GStreamer: base, video, interface and GStreamer X, version 1.0.0 or above.
- libxfce4ui 4.11.0 or above.
- libxfce4util 4.10.0 or above.
How to report bugs?
===================
Bugs should be reported to the Xfce bug tracking system
(https://bugzilla.xfce.org, product Parole). You will need to
create an account for yourself.
README.md
View file @
a5c88f51
Parole
======
[

](https://gitlab.xfce.org/apps/parole/-/blob/master/COPYING)
# parole
Parole is a modern simple media player based on the GStreamer framework and
written to fit well in the Xfce desktop. Parole features playback of local
media files, DVD/CD and live streams.
Parole is extensible via plugins, for a complete how-to on writing a plugin for
Parole, see the Plugins API documentation and the plugins directory which
contains some useful examples.
----
### Homepage
[
Parole documentation
](
https://docs.xfce.org/apps/parole/start
)
### Changelog
See
[
NEWS
](
https://gitlab.xfce.org/apps/parole/-/blob/master/NEWS
)
for details on changes and fixes made in the current release.
### Source Code Repository
[
Parole source code
](
https://gitlab.xfce.org/apps/parole
)
### Download a Release Tarball
[
Parole archive
](
https://archive.xfce.org/src/apps/parole
)
or
[
Parole tags
](
https://gitlab.xfce.org/apps/parole/-/tags
)
### Installation
From source code repository:
% cd parole
% ./autogen.sh
% make
% make install
From release tarball:
% tar xf parole-<version>.tar.bz2
% cd parole-<version>
% ./configure
% make
% make install
### Reporting Bugs
Visit the
[
reporting bugs
](
https://docs.xfce.org/apps/parole/bugs
)
page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.
Small improvements and tweaks to the Parole media-player
\ No newline at end of file
configure.ac.in
View file @
a5c88f51
...
...
@@ -13,7 +13,7 @@ AC_PREREQ(2.59c)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip
foreign
])
AM_CONFIG_HEADER([config.h])
if test x${enable_gtk_doc} = x"yes"; then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment