mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-09 15:18:32 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/apps into testing
This commit is contained in:
commit
3c199a83f5
@ -1,19 +1,22 @@
|
||||
# Maintainer abveritas[at]chakra-project[dot]org>
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=kdenlive
|
||||
pkgver=0.9.4
|
||||
pkgrel=2
|
||||
pkgver=0.9.6
|
||||
pkgrel=3
|
||||
pkgdesc="A non-linear video editor for Linux"
|
||||
arch=('x86_64')
|
||||
url="http://www.kdenlive.org/"
|
||||
license=('GPL')
|
||||
depends=('kdelibs' 'mlt' 'dvgrab' 'kdebase-runtime' 'frei0r-plugins' 'qjson' 'qimageblitz')
|
||||
depends=('kdelibs' 'mlt' 'dvgrab' 'kde-runtime' 'frei0r-plugins' 'qjson' 'qimageblitz' 'v4l-utils')
|
||||
optdepends=("dvdauthor: for creating dvds"
|
||||
"recordmydesktop: for desktop-recordings")
|
||||
makedepends=('automoc4' 'cmake' 'gettext' 'docbook-xsl')
|
||||
categories=('multimedia')
|
||||
source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2")
|
||||
md5sums=('fed17b584aca6a9811a49f2348b4f6db')
|
||||
md5sums=('3bd3a511b860490acc367e7c9d7ffa43')
|
||||
screenshot=('http://kdenlive.org/sites/default/files/kdenlive-090a_0.png')
|
||||
|
||||
build() {
|
||||
@ -32,3 +35,4 @@ package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
|
@ -1,15 +1,16 @@
|
||||
# maintainer Martín González <koteccr at gmail dot com>
|
||||
# contributor Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
|
||||
# Maintainer: BrLi <rainman59118[AT]Gmail.com>
|
||||
# Contributor: Martín González <kote at chakra-project dot org>
|
||||
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
|
||||
|
||||
pkgname=tomahawk
|
||||
pkgver=0.6.1
|
||||
pkgrel=1
|
||||
pkgver=0.7.0
|
||||
pkgrel=4
|
||||
pkgdesc="The social media player. A Music Player App written in C++/Qt"
|
||||
arch=('x86_64')
|
||||
url="http://tomahawk-player.org/"
|
||||
screenshot="https://img.skitch.com/20110813-n6w28ugdugyeptxgaj83y4ptp5.medium.jpg"
|
||||
license=('GPL3')
|
||||
depends=('phonon' 'taglib' 'boost' 'clucene' 'libechonest' 'jreen>=1.1.1' 'qtweetlib'
|
||||
depends=('phonon' 'taglib' 'boost' 'clucene' 'libechonest>=2.0.3' 'jreen>=1.1.1' 'qtweetlib'
|
||||
'attica' 'quazip' 'qtwebkit' 'liblastfm')
|
||||
makedepends=('cmake' 'git')
|
||||
provides=('tomahawk')
|
||||
@ -17,7 +18,7 @@ conflicts=('tomahawk-git')
|
||||
categories=('multimedia')
|
||||
options=(!strip)
|
||||
source=("http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('64106afac08a20b7523317f8680f5f54')
|
||||
md5sums=('98b7f5bc43e017379f5cd3834f19e90d')
|
||||
|
||||
build() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user