specs/SUNWgnome-media.spec
author Jon Tibble <meths@btinternet.com>
Sat, 06 Oct 2012 16:11:50 +0100
branchs11express-2010-11
changeset 22109 db10202d5f6d
parent 22084 901547e35785
permissions -rw-r--r--
Added tag oi_151a_prestable7 for changeset 25dee50cecca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for packages SUNWgnome-media
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): gst, gst-plugins-base, gst-plugins-good
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15191
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 15775
diff changeset
    10
%define owner yippi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
%define with_hal %(pkginfo -q SUNWhal && echo 1 || echo 0)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    16
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    17
%include arch64.inc
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    18
%use gst64 = gst.spec
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    19
%use gst_plugins_base64 = gst-plugins-base.spec
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    20
%use gst_plugins_good64 = gst-plugins-good.spec
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    21
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    22
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    23
%include base.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
%use gst = gst.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
%use gst_plugins_base = gst-plugins-base.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
%use gst_plugins_good = gst-plugins-good.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
%define gst_minmaj %(echo %{gst.version} | cut -f1,2 -d.)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Name:                    SUNWgnome-media
17937
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    31
IPS_package_name:        library/audio/gstreamer
664c0536875a Added tags IPS_package_name and Meta(info.consolidation)
davelam
parents: 17902
diff changeset
    32
Meta(info.classification): %{classification_prefix}:System/Multimedia Libraries
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Summary:                 GNOME streaming media framework
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
SUNW_BaseDir:            %{_basedir}
11997
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
    37
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    41
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
BuildRequires: SUNWgnome-libs-devel
12810
131eb6601fbb 2008-07-14 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12700
diff changeset
    43
BuildRequires: SUNWbison
15374
d816e1b588cd add SUNWmkcd as dependency for SUNWgnome-media
jerrytan
parents: 15191
diff changeset
    44
BuildRequires: SUNWmkcd
20090
437564f99ab5 2010-09-20 Michal Pryc <[email protected]>
migi
parents: 18123
diff changeset
    45
BuildRequires: SUNWPython26
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: SUNWmusicbrainz-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: SUNWspeex-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: SUNWflac-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: SUNWlibtheora-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: SUNWogg-vorbis-devel
20090
437564f99ab5 2010-09-20 Michal Pryc <[email protected]>
migi
parents: 18123
diff changeset
    51
BuildRequires: SUNWPython26-extra
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
    52
BuildRequires: SUNWliboil-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: SUNWgnome-audio-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: SUNWjpg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: SUNWpng-devel
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
    58
BuildRequires: SUNWlibsoup-devel
17867
8a45f9a788dd Add libvisual as a dependency.
yippi
parents: 17866
diff changeset
    59
BuildRequires: SUNWlibvisual-devel
16533
yippi
parents: 16434
diff changeset
    60
BuildRequires: SUNWaalib
20090
437564f99ab5 2010-09-20 Michal Pryc <[email protected]>
migi
parents: 18123
diff changeset
    61
BuildRequires: SUNWlibgnome-keyring
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    62
Requires: SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Requires: SUNWgnome-media-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires: SUNWmusicbrainz
15775
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    66
# The package SUNWmkcd not in SUNWCuser metacluster
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    67
# Comment out this line until we work it out(CR6840919)
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    68
#Requires: SUNWmkcd
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
Requires: SUNWspeex
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
Requires: SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Requires: SUNWlibtheora
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
Requires: SUNWogg-vorbis
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
    73
Requires: SUNWliboil
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
Requires: SUNWgnome-audio
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
Requires: SUNWgnome-vfs
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
    78
Requires: SUNWlibsoup
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
Requires: SUNWjpg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
Requires: SUNWlxml
22084
901547e35785 changed depedencies from perl-584 to perl-510
Alasdair Lumsden <al@everycity.co.uk>
parents: 20090
diff changeset
    82
Requires: SUNWperl510core
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
Requires: SUNWpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
Requires: SUNWxorg-clientlibs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
Requires: SUNWzlib
17867
8a45f9a788dd Add libvisual as a dependency.
yippi
parents: 17866
diff changeset
    86
Requires: SUNWlibvisual
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
    87
Requires: SUNWdesktop-cache
16533
yippi
parents: 16434
diff changeset
    88
Requires: SUNWaalib
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%if %with_hal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
Requires: SUNWhal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
mkdir %name-%version
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   114
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   115
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   116
mkdir %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   117
%gst64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   118
%gst_plugins_base64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   119
%gst_plugins_good64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   120
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   121
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   122
mkdir %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   123
%gst.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   124
%gst_plugins_base.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   125
%gst_plugins_good.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   126
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%build
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   131
# There seems to be an issue with the version of libtool that GStreamer is
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   132
# now using.  The libtool script uses the echo and RM variables but does not
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   133
# define them, so setting them here addresses this.
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   134
export echo="/usr/bin/echo"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   135
export RM="/usr/bin/rm"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   136
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   137
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   138
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   139
# The taglib gst-plugins-good plugin does not build without setting this since
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   140
# AC_PROG_PATH does not work with CXX set to the full-path of the C++ compiler.
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   141
# So, overriding the setting fixes this.
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   142
#
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   143
export HAVE_CXX=yes
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   144
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   145
%ifarch amd64 sparcv9
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   146
export CXXFLAGS="%cxx_optflags64"
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   147
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   148
export CFLAGS="%optflags64 -I/usr/sfw/include -DANSICPP"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
export RPM_OPT_FLAGS="$CFLAGS"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   150
export LDFLAGS="$FLAG64"
17866
c05a5b9ed1a9 2010-04-19 Brian Cameron <[email protected]>
yippi
parents: 17843
diff changeset
   151
export PKG_CONFIG_PATH="%{_pkg_config_path64}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   153
%gst64.build -d %name-%version/%_arch64
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
# Need /usr/X11/lib and /usr/X11/include to gain access to libXv.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
# needed for xvimagesink.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
#
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   158
export CFLAGS="%optflags64 -I/usr/sfw/include -I/usr/X11/include -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   159
export LDFLAGS="$FLAG64 -L/usr/X11/lib/amd64 -R/usr/X11/lib/amd64 -lresolv"
17866
c05a5b9ed1a9 2010-04-19 Brian Cameron <[email protected]>
yippi
parents: 17843
diff changeset
   160
export PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{_arch64}/gstreamer-%{gst.version}/pkgconfig:%{_pkg_config_path64}"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   161
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   162
# Need to disable building with these libraries since there is no 64-bit
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   163
# version available yet.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   164
#
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   165
export GST_EXTRA_CONFIG="--disable-gnome_vfs"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   166
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   167
%gst_plugins_base64.build -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   168
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   169
export CFLAGS="%optflags64 -I/usr/sfw/include -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   170
export LDFLAGS="$FLAG64 -L/usr/X11/lib/amd64 -R/usr/X11/lib/amd64"
17866
c05a5b9ed1a9 2010-04-19 Brian Cameron <[email protected]>
yippi
parents: 17843
diff changeset
   171
export PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{_arch64}/gstreamer-%{gst.version}/pkgconfig:%{_builddir}/%name-%version/%{_arch64}/gst-plugins-base-%{gst_plugins_base.version}/pkgconfig:%{_pkg_config_path64}"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   172
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   173
# Need to disable building with these libraries since there is no 64-bit
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   174
# version available yet.  We do not ship taglib, but the spec-file in SFE
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   175
# does not build 64-bit yet.
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   176
#
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   177
export GST_EXTRA_CONFIG="--disable-soup --disable-taglib"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   178
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   179
%gst_plugins_good64.build -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   180
17868
b46b850a2d1f 2010-04-19 Brian Cameron <[email protected]>
yippi
parents: 17867
diff changeset
   181
export GST_EXTRA_CONFIG=""
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   182
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   183
17959
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   184
export CXXFLAGS="%cxx_optflags"
824caf2c94fa 2010-05-03 Brian Cameron <[email protected]>
yippi
parents: 17937
diff changeset
   185
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   186
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   187
export RPM_OPT_FLAGS="$CFLAGS"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   188
export LDFLAGS="%_ldflags"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   189
export PKG_CONFIG_PATH="%{_pkg_config_path}"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   190
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   191
%gst.build -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   192
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   193
# Need /usr/X11/lib and /usr/X11/include to gain access to libXv.so
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   194
# needed for xvimagesink.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   195
#
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
export CFLAGS="%optflags -I/usr/sfw/include -I/usr/X11/include -DANSICPP"
10270
cc9f586d3d78 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 10259
diff changeset
   197
export LDFLAGS="%_ldflags -L/usr/X11/lib -R/usr/X11/lib -lresolv"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   198
export PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{base_arch}/gstreamer-%{gst.version}/pkgconfig:%{_pkg_config_path}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   200
%gst_plugins_base.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
export LDFLAGS="%_ldflags"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   204
export PKG_CONFIG_PATH="%{_builddir}/%name-%version/%{base_arch}/gstreamer-%{gst.version}/pkgconfig:%{_builddir}/%name-%version/%{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/pkgconfig:%{_pkg_config_path}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   206
%gst_plugins_good.build -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
%install
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   209
# There seems to be an issue with the version of libtool that GStreamer is
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   210
# now using.  The libtool script uses the echo and RM variables but does not
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   211
# define them, so setting them here addresses this.
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   212
export echo="/usr/bin/echo"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   213
export RM="/usr/bin/rm"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   214
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   217
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   218
# Rebuilding the gobject-introspection files requires resetting.
18123
145aad52083c 2010-06-10 Brian Cameron <[email protected]>
yippi
parents: 17959
diff changeset
   219
export PKG_CONFIG_PATH="%{_pkg_config_path64}"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   220
export CFLAGS="%optflags64 -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   221
export LDFLAGS="$FLAG64"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   222
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   223
%gst64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   224
%gst_plugins_base64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   225
%gst_plugins_good64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   226
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   227
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   228
cd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   229
for prog in gst-feedback gst-inspect gst-launch gst-typefind \
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   230
            gst-xmlinspect gst-xmllaunch; do
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   231
  mv $prog-%{gst_minmaj} ../../lib/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   232
  rm -f $prog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   233
  ln -s ../../lib/%{_arch64}/gstreamer-%{gst_minmaj}/tools/$prog-%{gst_minmaj} $prog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   234
done
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   235
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   236
perl -pi -e 's,^toolsdir=.*,toolsdir=\${exec_prefix}/%{_arch64}/lib/gstreamer-%{gst_minmaj}/tools,' $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/pkgconfig/gstreamer-%{gst_minmaj}.pc
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   237
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   238
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   239
cd %{_builddir}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   240
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   241
# Rebuilding the gobject-introspection files requires resetting.
18123
145aad52083c 2010-06-10 Brian Cameron <[email protected]>
yippi
parents: 17959
diff changeset
   242
export PKG_CONFIG_PATH="%{_pkg_config_path}"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   243
export CFLAGS="%optflags -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   244
export LDFLAGS="%_ldflags"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   245
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   246
%gst.install -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   247
%gst_plugins_base.install -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   248
%gst_plugins_good.install -d %name-%version/%{base_arch}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{gst_minmaj}/tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
cd $RPM_BUILD_ROOT%{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
for prog in gst-feedback gst-inspect gst-launch gst-typefind \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
            gst-xmlinspect gst-xmllaunch; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
  mv $prog-%{gst_minmaj} ../lib/gstreamer-%{gst_minmaj}/tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
  rm -f $prog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
  ln -s ../lib/gstreamer-%{gst_minmaj}/tools/$prog-%{gst_minmaj} $prog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
perl -pi -e 's,^toolsdir=.*,toolsdir=\${exec_prefix}/lib/gstreamer-%{gst_minmaj}/tools,' $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gstreamer-%{gst_minmaj}.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man1/*.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man3/*.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man5/*.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   269
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" -exec rm -f {} ';'
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   270
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.a" -exec rm -f {} ';'
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   273
# Remove gobject-introspection files.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   274
#
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   275
rm -rf $RPM_BUILD_ROOT%{_libdir}/girepository-1.0
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   276
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/girepository-1.0
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   277
rm -rf $RPM_BUILD_ROOT%{_datadir}/gir-1.0 
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   278
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   279
# RBAC related
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   280
mkdir $RPM_BUILD_ROOT/etc/security
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   281
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   282
# prof_attr(4)
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   283
cat >> $RPM_BUILD_ROOT/etc/security/prof_attr <<EOF
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   284
Desktop Removable Media User:::Access removable media for desktop user:
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   285
Console User::::profiles=Desktop Removable Media User
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   286
EOF
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   287
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   288
%if %{!?_without_gtk_doc:0}%{?_without_gtk_doc:1}
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   289
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   290
%endif
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   291
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   298
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   299
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   300
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   301
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   302
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   303
%post
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   304
%restart_fmri gconf-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   305
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   306
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
%{_bindir}/gst*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
%{_libdir}/libgst*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
%{_libdir}/gstreamer-%{gst_minmaj}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
%{_libdir}/gstreamer-%{gst_minmaj}/tools
17537
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   314
%{_libdir}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   315
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   316
%dir %attr(0755, root, bin) %{_bindir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   317
%{_bindir}/%{_arch64}/gst*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   318
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   319
%{_libdir}/%{_arch64}/libgst*.so*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   320
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/lib*.so*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   321
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   322
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   323
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
%dir %attr (0755, root, sys) %{_datadir}
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   325
%doc %{base_arch}/gstreamer-%{gst.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   326
%doc %{base_arch}/gstreamer-%{gst.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   327
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/COPYING
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   328
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/NEWS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   329
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   330
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/common/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   331
%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   332
%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   333
%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/COPYING
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   334
%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/COPYING.LIB
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   335
%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/NEWS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   336
%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/ChangeLog 
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   337
%doc(bzip2) %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/common/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   338
%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   339
%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   340
%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/COPYING
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   341
%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/NEWS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   342
%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/ChangeLog 
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   343
%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/common/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   344
%doc(bzip2) %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/docs/random/ChangeLog-0.8
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   345
%dir %attr (0755, root, other) %{_datadir}/doc
15191
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   346
%dir %attr (0755, root, other) %{_datadir}/gstreamer-0.10
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   347
%{_datadir}/gstreamer-0.10/*
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   348
%dir %attr (0755, root, other)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
%dir %attr(0755, root, bin) %{_mandir}/man5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
%{_mandir}/man1/gst*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
%{_mandir}/man5/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
%{_sysconfdir}/gconf/schemas/gstreamer-%{gst_minmaj}.schemas
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   359
%config %class (rbac) %attr (0644, root, sys) /etc/security/prof_attr
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
%{_libdir}/pkgconfig/*
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   366
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   367
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   368
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   369
%{_libdir}/%{_arch64}/pkgconfig/*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   370
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
%{_includedir}/gstreamer-%{gst_minmaj}/gst
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   375
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   376
%if %{!?_without_gtk_doc:1}%{?_without_gtk_doc:0}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   377
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   378
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   379
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   380
%dir %attr(0755, root, bin) %{_mandir}/man3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   381
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   382
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   383
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   384
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   385
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   386
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   387
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   388
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   389
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   390
%changelog
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
   391
* Thu Apr 15 2010 - [email protected]
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
   392
- Re-enable dependency on liboil.
17537
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   393
* Thu Feb 11 2010 - [email protected]
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   394
- Fix packaging after bumping GStreamer to 0.10.26.
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   395
* Fri Jan 15 2009 - [email protected]
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   396
- Move the definition of 'Desktop Removable Media User' from
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   397
  SUNWgnome-cd-burner to here - doo 13911.
15775
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
   398
* Mon May 18 2009 - [email protected]
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
   399
- Comment out the line 'Requires: SUNWmkcd' until we work out the bug CR6840919.
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   400
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   401
- use desktop-cache instead of postrun
15191
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   402
* Fri Feb 20 2009 - [email protected]
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   403
- Update packaging as needed for gst-plugins-good 0.10.14.
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   404
* Fri Sep 12 2008 - [email protected]
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   405
- Add new copyright files.
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
   406
* Wed Jun 18 2008 - [email protected]
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
   407
- Add Build/Requires SUNWlibsoup/-devel after check-deps.pl run.
12263
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11997
diff changeset
   408
* Wed May 07 2008 - [email protected]
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11997
diff changeset
   409
- Remove PERL5LIB setting as it is not necessary.
11997
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
   410
* Tue Apr 01 2008 - [email protected]
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
   411
- Add SUNW_Copyright.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   412
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   413
- use gconf-install.script instead of an inline script
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10270
diff changeset
   414
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10270
diff changeset
   415
- delete SUNWxwrtl dep
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   416
* Thu Aug 02 2007 - [email protected]
10270
cc9f586d3d78 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 10259
diff changeset
   417
- Add -lresolv to LDFLAGS for gst-plugins-base for hstrerror function.
cc9f586d3d78 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 10259
diff changeset
   418
* Thu Aug 02 2007 - [email protected]
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   419
- Delete gtk-doc files in %install when built using --without-gtk-doc. The root
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   420
  cause is in the gst/gst-plugins modules but this fix works for now.
10118
0b4586217870 2007-06-25 Irene Huang <[email protected]>
sh162551
parents: 10117
diff changeset
   421
* Tue Jun 26 2007 - [email protected]
0b4586217870 2007-06-25 Irene Huang <[email protected]>
sh162551
parents: 10117
diff changeset
   422
- remove libcdio as dependency
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
* Fri Oct 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
- Remove SUNWhalh BuildRequires because header files are in SUNWhea in snv_51.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
* Mon Sep 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
- Add SUNWhalh BuildRequires.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
* Thu Aug 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
- Remove pointless libgstgetbits.3, libgstdataprotocol.3 manpage and move
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
  libgstreamer-0.8.3 manpage to libgstreamer-0.10.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
- Remove gst-md5sum man page since this is no longer a part of GStreamer.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
* Mon Aug 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
- Add Build/Requires SUNWhal after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   438
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
- Removed all of the 0.8 version manpages and the following
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   443
  manpages which are no longer needed:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
  gst-complete, gst-compprep, gst-launch-ext, gst-register
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
* Wed Jun 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   446
- Changes from bumping to new versions of modules.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   447
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   448
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   449
* Thu Jun  1 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   450
- use post/preun scripts to install schemas into the merged gconf files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   451
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   452
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   453
- add the versioned binaries back in %{_libdir}/gstreamer-0.10/tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   454
  otherwise gnome-media (SUNWgnome-media-apps) fails
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   455
* Tue Mar 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   456
- Added libcdio dependency.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   457
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   458
- Complete update of Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   459
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   460
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   461
* Tue Jan 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   462
- Add Build/Requires SUNWliboil/-devel as required by liboil.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   463
* Fri Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   464
- Bump to GStreamer 0.10.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   465
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   466
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   467
* Mon Nov 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   468
- Fix spec file so it builds xvimagesink.  This requires adding 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   469
  /usr/X11/lib to LDFLAGS and /usr/X11/include to CFLAGS when building
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   470
  gst-plugins.  xvimagesink is faster than ximagesink since it uses
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   471
  the XVideo Xserver extension, so its nice to have.  This only works
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   472
  when using the Xorg Xserver, so users who are using Xsun will need
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   473
  to continue using the ximagesink plugin for video output.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   474
* Tue Sep 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   475
- add python build dep for gstreamer-plugins gtk docs (mangle-tmpl.py)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   476
* Mon Sep 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   477
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   478
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   479
- Add dependency of SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   480
* Tue Jul 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   481
- Add dependency of SUNWspeex and SUNWlibtheora
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   482
* Mon Jul 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   483
- Add BuildRequires: SUNWmusicbrainz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   484
* Wed Jun 01 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   485
- remove nautilus-media since it no longer works with nautilus.  Nautilus
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   486
  no longer supports extensions like nautilus-media.  Remove gnome-media
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   487
  since it needs to be split into a separate package.  This is because
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   488
  gnome-panel requires gstreamer and gnome-media requires gnome-panel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   489
* Tue Feb 22 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   490
- moved l10n package to last built since it tends to fail on re-install.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   491
* Fri Jan 28 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   492
- #6222302 : Remove gstreamer properties from yelp TOC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   493
* Tue Nov 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   494
- Fix 6197917: Restore files 'lost' when SUNWgnome-media packages reorganised
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   495
  to restore 'lost' Gnome 2.0 packages. Reviewed by Laca.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   496
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   497
- Use the original GNOME 2.0 packaging structure: add SUNWgnome-cd*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   498
  SUNWgnome-freedb-libs* and SUNWgnome-sound-recorder*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   499
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   500
- change registry.xml to volatile, fixes 6180895
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   501
* Thu Oct 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   502
- Added gst-launch-ext* man pages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   503
* Wed Oct 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   504
- Added code to install javahelp documents.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   505
  Fixes  bugs #5096655,5096658.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   506
* Mon Oct 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   507
- Added javahelp files for share package #5108690
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   508
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   509
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   510
* Mon Sep 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   511
- Get GNOME_Media_CDDBSlave2.server to be installed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   512
* Fri Sep 24 2004 - brian.cameron
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   513
- Added %post section so that programs that use GStreamer will work
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   514
  properly.  The timestamp of the registry file must be later than
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   515
  the libraries for programs to work.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   516
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   517
- Added a heap of manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   518
* Thu Aug 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   519
- Now package gtk-docs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   520
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   521
- Added l10n javahelp entry in l10n pkg files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   522
* Tue Aug 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   523
- move l10n files to the l10n package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   524
* Fri Aug 20 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   525
- No longer package Nautilus_View server files since they aren't being 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   526
  installed by the nautilus-media.spec file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   527
* Mon Aug 16 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   528
- change .../sman1/*.1 permissions to 0755 for Solaris integration error
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   529
* Thu Jul 29 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   530
- Fixed setting of PKG_CONFIG_PATH and CPPFLAGS so that they work when
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   531
  gstreamer and gst-plugins have different version #'s.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   532
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   533
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   534
* Mon Jun 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   535
- Added ogg/vorbis dependancy.  Now including registry.xml.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   536
* Wed Jun 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   537
- Removed SUNWgnome-pilot-link dependancy which was wrong.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   538
* Wed Jun  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   539
- Added %{_datadir}/locale to install l10n messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   540
* Wed May 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   541
- Fixed CFLAGS so that Kpic flag gets properly recognized, allowing
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   542
  gstreamer to actually work in addition to just compiling.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   543
* Tue May 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   544
- Updated dependencies to include SUNWgnome-file-mgr.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   545
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   546
- Add nautilus-media.  Made changes so that this works with 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   547
  gstreamer and gst-plugins 0.8.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   548
* Sun Mar 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   549
- Corrected PKG_CONFIG_PATH so it will find gst-plugins properly.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   550
* Fri Mar 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   551
- buildrequires CBEbison instead of SUNWbison
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   552
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   553
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   554
* Thu Feb 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   555
- Initial spec-file created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   556