mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
fix discburner widget;
This commit is contained in:
parent
d1d9095849
commit
6bbdbd11bf
@ -17,12 +17,16 @@ license=('GPL')
|
||||
depends=('kdebase-workspace')
|
||||
depends=('taglib')
|
||||
makedepends=('gcc' 'cmake' 'automoc4')
|
||||
source=("http://ftp.heanet.ie/mirrors/sourceforge/d/project/di/discburner/discburner-a12.tar.bz2")
|
||||
md5sums=('ba6cf98e76530b856b8e4e0f681ef9b0')
|
||||
source=("http://ftp.heanet.ie/mirrors/sourceforge/d/project/di/discburner/discburner-a12.tar.bz2"
|
||||
"discburner_4.6.patch")
|
||||
md5sums=('ba6cf98e76530b856b8e4e0f681ef9b0'
|
||||
'b703492eeb9c9fa5bb5e6437ed631f6b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/discburner
|
||||
|
||||
patch -p1 < ${srcdir}/*.patch
|
||||
|
||||
mkdir -p build && cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr .. || return 1
|
||||
make || return 1
|
||||
|
9
kdeplasma-applets-discburner/discburner_4.6.patch
Normal file
9
kdeplasma-applets-discburner/discburner_4.6.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- discburner/audiofile.cpp.orig 2010-03-26 04:09:36.000000000 +0000
|
||||
+++ discburner/audiofile.cpp 2010-12-22 06:48:59.340000404 +0000
|
||||
@@ -70,4 +70,6 @@
|
||||
} else if (m_filename.right(4) == ".mp4") {
|
||||
return "MP4";
|
||||
}
|
||||
+
|
||||
+ return QString();
|
||||
}
|
Loading…
Reference in New Issue
Block a user