]> git.pld-linux.org Git - packages/wine.git/commitdiff
- BR: libgsm-devel (GSM 06.10 codec support) auto/th/wine-1_1_29-2
authorarvenil <arvenil@pld-linux.org>
Tue, 8 Sep 2009 22:01:37 +0000 (22:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: libmpg123-devel (mpg123 support)
- cleanup in configure options
- release 2

Changed files:
    wine.spec -> 1.368

wine.spec

index c2c027c97d5fec42ba9b10040ff6b83276deed3c..17be51914a8aeed82e1b34cf02e59bd4c5f1424e 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -30,7 +30,7 @@ Summary(pl.UTF-8):    Program pozwalajÄ…cy uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):  Executa programas Windows no Linux
 Name:          wine
 Version:       1.1.29
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL
 Group:         Applications/Emulators
@@ -65,7 +65,9 @@ BuildRequires:        hal-devel
 %{?with_jack:BuildRequires:    jack-audio-connection-kit-devel}
 BuildRequires: lcms-devel
 BuildRequires: libgphoto2-devel
+BuildRequires: libgsm-devel
 BuildRequires: libjpeg-devel
+BuildRequires: libmpg123-devel
 BuildRequires: libtool
 BuildRequires: libxslt-devel
 %{?with_nas:BuildRequires:     nas-devel}
@@ -268,24 +270,30 @@ sed -i -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in
 %{__autoheader}
 %configure \
        --with%{!?with_alsa:out}-alsa \
+       --with-audioio \
+       --without-capi \
        --with-cms \
+       --with-coreaudio \
        --with%{!?with_cups:out}-cups \
-       --with-cups \
        --with-curses \
        --with-esd \
        --with-fontconfig \
        --with-freetype \
        --with-glu \
+       --with-gnutls \
        --with-gphoto \
+       --with-gsm \
        --with-hal \
        --with%{!?with_jack:out}-jack \
        --with-jpeg \
        --with-ldap \
+       --with-mpg123 \
        --with%{!?with_nas:out}-nas \
        --with-opengl \
        --with-openssl \
        --with-oss \
        --with-png \
+       --with-pthread \
        --with%{!?with_sane:out}-sane \
        --with-xcomposite \
        --with-xcursor \
This page took 0.229381 seconds and 4 git commands to generate.