k3b: 1.0.4 -> 1.0.5

This commit is contained in:
Danny Rawlins 2008-05-29 12:02:32 +10:00
parent a6bb534517
commit c7c5db99b9
3 changed files with 5 additions and 15 deletions

View File

@ -22,6 +22,8 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/k3bbootitem.h
-rw-r--r-- root/root usr/include/k3bbusywidget.h
-rw-r--r-- root/root usr/include/k3bcdcopyjob.h
-rw-r--r-- root/root usr/include/k3bcddb.h
-rw-r--r-- root/root usr/include/k3bcddbresult.h
-rw-r--r-- root/root usr/include/k3bcdparanoialib.h
-rw-r--r-- root/root usr/include/k3bcdrdaowriter.h
-rw-r--r-- root/root usr/include/k3bcdrecordwriter.h
@ -115,17 +117,8 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/k3bvcdoptions.h
-rw-r--r-- root/root usr/include/k3bverificationjob.h
-rw-r--r-- root/root usr/include/k3bversion.h
-rw-r--r-- root/root usr/include/k3bvideodvd.h
-rw-r--r-- root/root usr/include/k3bvideodvdaudiostream.h
-rw-r--r-- root/root usr/include/k3bvideodvddoc.h
-rw-r--r-- root/root usr/include/k3bvideodvdjob.h
-rw-r--r-- root/root usr/include/k3bvideodvdptt.h
-rw-r--r-- root/root usr/include/k3bvideodvdsubpicturestream.h
-rw-r--r-- root/root usr/include/k3bvideodvdtime.h
-rw-r--r-- root/root usr/include/k3bvideodvdtitle.h
-rw-r--r-- root/root usr/include/k3bvideodvdtitledetectclippingjob.h
-rw-r--r-- root/root usr/include/k3bvideodvdtitletranscodingjob.h
-rw-r--r-- root/root usr/include/k3bvideodvdvideostream.h
-rw-r--r-- root/root usr/include/k3bwavefilewriter.h
-rw-r--r-- root/root usr/include/kcutlabel.h
drwxr-xr-x root/root usr/lib/
@ -154,8 +147,6 @@ drwxr-xr-x root/root usr/lib/kde3/
-rwxr-xr-x root/root usr/lib/kde3/libk3blibsndfiledecoder.so
-rwxr-xr-x root/root usr/lib/kde3/libk3bmaddecoder.la
-rwxr-xr-x root/root usr/lib/kde3/libk3bmaddecoder.so
-rwxr-xr-x root/root usr/lib/kde3/libk3bmpcdecoder.la
-rwxr-xr-x root/root usr/lib/kde3/libk3bmpcdecoder.so
-rwxr-xr-x root/root usr/lib/kde3/libk3boggvorbisdecoder.la
-rwxr-xr-x root/root usr/lib/kde3/libk3boggvorbisdecoder.so
-rwxr-xr-x root/root usr/lib/kde3/libk3boggvorbisencoder.la
@ -387,7 +378,6 @@ drwxr-xr-x root/root usr/share/apps/k3b/plugins/
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3blameencoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3blibsndfiledecoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3bmaddecoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3bmpcdecoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3boggvorbisdecoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3boggvorbisencoder.plugin
-rw-r--r-- root/root usr/share/apps/k3b/plugins/k3bsoxencoder.plugin

View File

@ -1 +1 @@
42538ddae0809707d3bcdbe0a6ed6a43 k3b-1.0.4.tar.bz2
e3b37d0d009af3dd149215d6ae0d54f3 k3b-1.0.5.tar.bz2

View File

@ -5,7 +5,7 @@
# Depends on: kdelibs cdparanoia cdrdao taglib normalize dvd+rw-tools ffmpeg
name=k3b
version=1.0.4
version=1.0.5
release=1
source=(http://dl.sourceforge.net/sourceforge/k3b/k3b-$version.tar.bz2)
@ -14,7 +14,7 @@ build() {
./configure \
--prefix=/usr \
--disable-debug \
--disable-debug \
--with-k3bsetup=no
make