Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6752 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 11 years ago
parent
commit
0828913745
3 changed files with 42 additions and 22 deletions
  1. 5 2
      a/audacity/audacity-vl.spec
  2. 30 18
      p/parole/parole-vl.spec
  3. 7 2
      x/xnoise/xnoise-vl.spec

+ 5 - 2
a/audacity/audacity-vl.spec

@@ -1,8 +1,8 @@
 Summary:	A Free, Cross-Platform Digital Audio Editor
 Summary(ja): 	フリーでクロスプラットフォームなオーディオエディタ
 Name:		audacity
-Version:	2.0.0
-Release: 	2%{?_dist_release}
+Version:	2.0.2
+Release: 	1%{?_dist_release}
 Source0:	%{name}-minsrc-%{version}.tar.bz2
 License:	GPL
 Group:		Applications/Multimedia
@@ -87,6 +87,9 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
 %{_mandir}/man1/audacity.1*
 
 %changelog
+* Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
+- new usprtream release
+
 * Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
 - changed BuildRequires: wx-gtk2-devel to wxGTK-devel
 

+ 30 - 18
p/parole/parole-vl.spec

@@ -4,39 +4,40 @@
 %define PAROLE_BIN %{_libexecdir}/%{name}
 
 Name:           parole
-Version:        0.2.0.6
-Release:        3%{?_dist_release}
+Version:        0.3.0.3
+Release:        1%{?_dist_release}
 Summary:        Media player for the Xfce desktop
 Summary(ja):    Xfce デスクトップのメディアプレーヤー
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/parole
-Source0:        http://archive.xfce.org/src/apps/parole/0.2/%{name}-%{version}.tar.bz2
+Source0:        http://archive.xfce.org/src/apps/parole/0.3/%{name}-%{version}.tar.bz2
 Source10:       parole.sh
-Patch1:		parole-0.2.0.6-dsofix.patch
+#Patch1:		parole-0.2.0.6-dsofix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
-BuildRequires:  gtk2-devel >= 2.16.0
-BuildRequires:  glib2-devel >= 2.16.0
-BuildRequires:	gstreamer-devel
-BuildRequires:  gstreamer-plugins-base-devel >= 0.10.11
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  gtk-doc
+BuildRequires:  gtk2-devel >= 2.20.0
+BuildRequires:  glib2-devel >= 2.32.0
+BuildRequires:  gstreamer-devel
+BuildRequires:  gstreamer-plugins-base-devel >= 0.10.24
 BuildRequires:  dbus-devel >= 0.60
 BuildRequires:  dbus-glib-devel >= 0.70
-BuildRequires:  libxfcegui4-devel >= 4.6.0
-BuildRequires:  libxfce4util-devel >= 4.6.0
+BuildRequires:  intltool
 BuildRequires:  libnotify-devel >= 0.4.1
+BuildRequires:  libxfcegui4-devel >= 4.8.0
+BuildRequires:  libxfce4util-devel >= 4.8.0
+BuildRequires:  libxfce4ui-devel >= 4.8.0
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  taglib-devel >= 1.4
-BuildRequires:  desktop-file-utils
-BuildRequires:  gettext 
-BuildRequires:  intltool
 
 #%if %{with mozilla}
 #BuildRequires:  xulrunner-devel
 #%endif
-
-BuildRequires:  gtk-doc
 Requires:       gstreamer-plugins-good
 
 Obsoletes: %{name}-mozplugin
@@ -95,16 +96,16 @@ The %{name}-devel package contains header files for developing plugins for
 
 %prep
 %setup -q
-%patch1 -p1
+#%patch1 -p1
 
 %build
-%configure --disable-static --enable-gtk-doc \
+%configure --disable-static --enable-gtk-doc
 #%if %{with mozilla}
 # --enable-browser-plugin
 #%else
 # --disable-browser-plugin
 #%endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
@@ -173,6 +174,17 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #%endif
 
 %changelog
+* Fri Aug 24 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0.3-1
+- new upstream release
+- deleted Patch1
+- added BuildRequires: xfce4-dev-tools, libxfce4ui-devel >= 4.8.0
+- changed BuildRequires
+   - gtk2-devel >= 2.16.0 to 2.20.0
+   - glib2-devel >= 2.16.0  to 2.32.0
+   - gstreamer-plugins-base-devel >= 0.10.11 to 0.10.24
+   - libxfcegui4-devel >= 4.6.0 to 4.8.0
+   - libxfce4util-devel >= 4.6.0 to 4.8.0
+
 * Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0.6-3
 - rebuilt with new libxfce4util
 

+ 7 - 2
x/xnoise/xnoise-vl.spec

@@ -1,7 +1,7 @@
 %define XNOISE_BIN %{_libexecdir}/%{name}
 
 Name: xnoise
-Version: 0.2.5
+Version: 0.2.8
 Release: 1%{?_dist_release}
 Summary: Tracklist-centric Media Player
 Summary(ja): トラックリストを中心とするメディアプレーヤー
@@ -61,7 +61,7 @@ developing applications that use %{name}.
 sed -i s/hu/hu\\nja/g po/LINGUAS
 
 %build
-%configure --enable-soundmenu2=no --disable-ubuntuone
+%configure --enable-soundmenu2=no --disable-ubuntuone --disable-magnatune
 make %{?_smp_mflags}
 
 
@@ -131,6 +131,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.8-1
+- new upstream release
+- updated Source1
+- added %%configure option: --disable-magnatune
+
 * Fri Aug 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.5-1
 - new upstream release
 - updated Source1