rhythmbox: remove long_desc.
This commit is contained in:
parent
da824f88a3
commit
6fcf83ee79
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'rhythmbox'.
|
||||
pkgname=rhythmbox
|
||||
version=3.0.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-schemas-compile
|
||||
--with-webkit --with-gudev --without-hal --enable-vala"
|
||||
hostmakedepends="which pkg-config intltool gnome-doc-utils
|
||||
itstool gobject-introspection"
|
||||
hostmakedepends="which pkg-config intltool gnome-doc-utils itstool"
|
||||
makedepends="gtk+3-devel libsoup-gnome-devel>=2.44 totem-pl-parser-devel>=3.10
|
||||
json-glib-devel libgudev-devel GConf-devel libdiscid-devel vala-devel>=0.20
|
||||
libmtp-devel>=1.1.4 avahi-glib-libs-devel libpeas-devel brasero-devel>=3.8.0_3
|
||||
libnotify-devel tdb-devel>=1.2.6 libsecret-devel pygobject-devel
|
||||
webkitgtk-devel>=2.1 grilo-devel gst-plugins-base1-devel>=1:1.2 clutter-gtk-devel>=1.4.4_2
|
||||
python3-devel pygobject-devel libdmapsharing-devel>=2.9.17
|
||||
python3-devel pygobject-devel libdmapsharing-devel>=2.9.17 gobject-introspection
|
||||
desktop-file-utils hicolor-icon-theme"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="GNOME integrated music management application, inspired by Apple's iTunes"
|
||||
|
@ -21,24 +20,6 @@ license="GPL-2"
|
|||
homepage="http://www.rhythmbox.org"
|
||||
distfiles="${GNOME_SITE}/$pkgname/3.0/$pkgname-$version.tar.xz"
|
||||
checksum=75072b093284e9f5696fbb590d719a9e16340a5a91d73e3ccd876ce21329bdcf
|
||||
long_desc="
|
||||
Rhythmbox is an integrated music management application, originally inspired
|
||||
by Apple's iTunes. It is free software, designed to work well under the
|
||||
GNOME Desktop, and based on the powerful GStreamer media framework.
|
||||
|
||||
Among the many features of Rhythmbox, you will find:
|
||||
|
||||
* Easy to use music browser
|
||||
* Searching and sorting
|
||||
* Comprehensive audio format support through GStreamer
|
||||
* Internet Radio support including last.fm streams
|
||||
* Playlists
|
||||
* Display audio visualizations
|
||||
* Transfer music to and from iPod, MTP, and USB Mass Storage music players
|
||||
* Display album art and song lyrics downloaded from the internet
|
||||
* Play, rip, and burn audio CDs
|
||||
* Automatically download audio podcasts
|
||||
* Browse, preview, and download albums from Magnatune and Jamendo"
|
||||
|
||||
librhythmbox_package() {
|
||||
short_desc+=" - shared library"
|
||||
|
|
Loading…
Reference in New Issue