|
|
|
|
@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
|
|
Group: Video |
|
|
|
|
License: GPL and others |
|
|
|
|
Version: %{V_mplayer} |
|
|
|
|
Release: 20030912 |
|
|
|
|
Release: 20030917 |
|
|
|
|
|
|
|
|
|
# build options |
|
|
|
|
%option with_gui no |
|
|
|
|
@ -100,7 +100,8 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# translate target names into qmake system types |
|
|
|
|
case "%{l_target}" in *-solaris*) host=solaris ;; |
|
|
|
|
case "%{l_platform -t}" in |
|
|
|
|
*-sunos*) host=solaris ;; |
|
|
|
|
*-linux*) host=linux ;; |
|
|
|
|
*-freebsd*) host=freebsd ;; |
|
|
|
|
*) host=`uname | tr A-Z a-z` ;; |
|
|
|
|
|