diff options
author | piernov <piernov@piernov.org> | 2012-04-01 00:31:24 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2012-04-01 00:31:24 +0200 |
commit | b57fa5660fd7b4e67d2af821cf85731df1793743 (patch) | |
tree | 1981937e4dacba30fa968f0add814900c302658b | |
parent | c82859e6ec4e92fa60ad9baa99d2aa511a4fbe98 (diff) | |
download | gnome3-b57fa5660fd7b4e67d2af821cf85731df1793743.tar.gz gnome3-b57fa5660fd7b4e67d2af821cf85731df1793743.tar.bz2 gnome3-b57fa5660fd7b4e67d2af821cf85731df1793743.tar.xz gnome3-b57fa5660fd7b4e67d2af821cf85731df1793743.zip |
sound-juicer 3.4.0-1 màj port
-rwxr-xr-x | sound-juicer/.footprint.i686 | 1 | ||||
-rwxr-xr-x | sound-juicer/.footprint.x86_64 | 1 | ||||
-rwxr-xr-x | sound-juicer/.md5sum.i686 | 2 | ||||
-rwxr-xr-x | sound-juicer/.md5sum.x86_64 | 2 | ||||
-rwxr-xr-x | sound-juicer/Pkgfile | 8 |
5 files changed, 7 insertions, 7 deletions
diff --git a/sound-juicer/.footprint.i686 b/sound-juicer/.footprint.i686 index 3b804a1..056f8e7 100755 --- a/sound-juicer/.footprint.i686 +++ b/sound-juicer/.footprint.i686 @@ -181,4 +181,5 @@ drwxr-xr-x root/root usr/share/omf/sound-juicer/ -rw-r--r-- root/root usr/share/omf/sound-juicer/sound-juicer-uk.omf -rw-r--r-- root/root usr/share/omf/sound-juicer/sound-juicer-zh_CN.omf drwxr-xr-x root/root usr/share/sound-juicer/ +-rw-r--r-- root/root usr/share/sound-juicer/rhythmbox.gep -rw-r--r-- root/root usr/share/sound-juicer/sound-juicer.ui diff --git a/sound-juicer/.footprint.x86_64 b/sound-juicer/.footprint.x86_64 index 3b804a1..056f8e7 100755 --- a/sound-juicer/.footprint.x86_64 +++ b/sound-juicer/.footprint.x86_64 @@ -181,4 +181,5 @@ drwxr-xr-x root/root usr/share/omf/sound-juicer/ -rw-r--r-- root/root usr/share/omf/sound-juicer/sound-juicer-uk.omf -rw-r--r-- root/root usr/share/omf/sound-juicer/sound-juicer-zh_CN.omf drwxr-xr-x root/root usr/share/sound-juicer/ +-rw-r--r-- root/root usr/share/sound-juicer/rhythmbox.gep -rw-r--r-- root/root usr/share/sound-juicer/sound-juicer.ui diff --git a/sound-juicer/.md5sum.i686 b/sound-juicer/.md5sum.i686 index cefb4f5..3a73c8e 100755 --- a/sound-juicer/.md5sum.i686 +++ b/sound-juicer/.md5sum.i686 @@ -1 +1 @@ -1ad4718491880194640dfe52cc3b2557 sound-juicer-2.32.1-20110501.tar.xz +a913b246260ccf3843ea779ae9cdb5e7 sound-juicer-3.4.0.tar.xz diff --git a/sound-juicer/.md5sum.x86_64 b/sound-juicer/.md5sum.x86_64 index cefb4f5..3a73c8e 100755 --- a/sound-juicer/.md5sum.x86_64 +++ b/sound-juicer/.md5sum.x86_64 @@ -1 +1 @@ -1ad4718491880194640dfe52cc3b2557 sound-juicer-2.32.1-20110501.tar.xz +a913b246260ccf3843ea779ae9cdb5e7 sound-juicer-3.4.0.tar.xz diff --git a/sound-juicer/Pkgfile b/sound-juicer/Pkgfile index e6b05d9..a31d0b4 100755 --- a/sound-juicer/Pkgfile +++ b/sound-juicer/Pkgfile @@ -6,14 +6,12 @@ # Run on: gnome-common,rarian,brasero,libmusicbrainz,libgnomeui,gst-plugins-base,gst-plugins-bad,gst-plugins-ugly,gst-plugins-good,gnome-media,libgnome-media-profiles name=sound-juicer -version=2.32.1-20110501 +version=3.4.0 release=1 -#source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2) -source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.xz) +source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { - cd $name-${version%-*} - ./autogen.sh + cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-scrollkeeper \ |