SUNWgnome-media.spec
author yippi
Mon, 19 Apr 2010 18:18:47 +0000
changeset 17866 c05a5b9ed1a9
parent 17843 45e8ca791cfc
child 17867 8a45f9a788dd
permissions -rw-r--r--
2010-04-19 Brian Cameron <[email protected]> * SUNWlibcanberra.spec, base-specs/libcanberra.spec, patches/libcanberra-01-solaris.diff: Update to * SUNWliboil.spec, SUNWgnome-media.spec, SUNWlibvisual.spec: Make use of %{_pkg_config_path64}.
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Summary:                 GNOME streaming media framework
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Version:                 %{default_pkg_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
Source:                  %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
SUNW_BaseDir:            %{_basedir}
11997
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
    35
SUNW_Copyright:          %{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
BuildRoot:               %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%include default-depend.inc
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    39
BuildRequires: SUNWgtk2-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
BuildRequires: SUNWgnome-libs-devel
12810
131eb6601fbb 2008-07-14 Laszlo (Laca) Peter <[email protected]>
laca
parents: 12700
diff changeset
    41
BuildRequires: SUNWbison
15374
d816e1b588cd add SUNWmkcd as dependency for SUNWgnome-media
jerrytan
parents: 15191
diff changeset
    42
BuildRequires: SUNWmkcd
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
BuildRequires: SUNWPython
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
BuildRequires: SUNWmusicbrainz-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: SUNWspeex-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: SUNWflac-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: SUNWlibtheora-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: SUNWogg-vorbis-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: SUNWPython-extra
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
    50
BuildRequires: SUNWliboil-devel
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
BuildRequires: SUNWgnome-audio-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: SUNWjpg-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWpng-devel
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
    56
BuildRequires: SUNWlibsoup-devel
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    57
#BuildRequires: SUNWlibvisual-devel
16533
yippi
parents: 16434
diff changeset
    58
BuildRequires: SUNWaalib
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
    59
Requires: SUNWgtk2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires: SUNWgnome-media-root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
Requires: SUNWmusicbrainz
15775
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    63
# The package SUNWmkcd not in SUNWCuser metacluster
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    64
# Comment out this line until we work it out(CR6840919)
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
    65
#Requires: SUNWmkcd
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
Requires: SUNWspeex
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
Requires: SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
Requires: SUNWlibtheora
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
Requires: SUNWogg-vorbis
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
    70
Requires: SUNWliboil
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
Requires: SUNWgnome-audio
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
Requires: SUNWgnome-vfs
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
    75
Requires: SUNWlibsoup
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
Requires: SUNWjpg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
Requires: SUNWlxml
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
Requires: SUNWperl584core
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
Requires: SUNWpng
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
Requires: SUNWxorg-clientlibs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
Requires: SUNWzlib
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
    83
#Requires: SUNWlibvisual
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
    84
Requires: SUNWdesktop-cache
16533
yippi
parents: 16434
diff changeset
    85
Requires: SUNWaalib
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%if %with_hal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
Requires: SUNWhal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%package root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
Summary:                 %{summary} - / filesystem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
SUNW_BaseDir:            /
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
Summary:                 %{summary} - development files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%package l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
Summary:                 %{summary} - l10n files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
SUNW_BaseDir:            %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
Requires:                %{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
mkdir %name-%version
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   111
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   112
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   113
mkdir %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   114
%gst64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   115
%gst_plugins_base64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   116
%gst_plugins_good64.prep -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   117
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   118
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   119
mkdir %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   120
%gst.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   121
%gst_plugins_base.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   122
%gst_plugins_good.prep -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   123
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%build
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   128
# 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
   129
# 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
   130
# define them, so setting them here addresses this.
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   131
export echo="/usr/bin/echo"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   132
export RM="/usr/bin/rm"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   133
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   134
export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   135
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   136
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   137
export CFLAGS="%optflags64 -I/usr/sfw/include -DANSICPP"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
export RPM_OPT_FLAGS="$CFLAGS"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   139
export LDFLAGS="$FLAG64"
17866
c05a5b9ed1a9 2010-04-19 Brian Cameron <[email protected]>
yippi
parents: 17843
diff changeset
   140
export PKG_CONFIG_PATH="%{_pkg_config_path64}"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   142
%gst64.build -d %name-%version/%_arch64
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
# 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
   145
# needed for xvimagesink.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
#
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   147
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
   148
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
   149
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
   150
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   151
# 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
   152
# version available yet.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   153
#
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   154
export GST_EXTRA_CONFIG="--disable-gnome_vfs"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   155
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   156
%gst_plugins_base64.build -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   157
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   158
export CFLAGS="%optflags64 -I/usr/sfw/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"
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:%{_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
   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-soup"
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_good64.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 GST_EXTRA_CONIFG=""
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   170
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   171
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   172
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   173
export RPM_OPT_FLAGS="$CFLAGS"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   174
export LDFLAGS="%_ldflags"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   175
export PKG_CONFIG_PATH="%{_pkg_config_path}"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   176
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   177
%gst.build -d %name-%version/%{base_arch}
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
# 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
   180
# needed for xvimagesink.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   181
#
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
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
   183
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
   184
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
   185
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   186
%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
   187
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
export CFLAGS="%optflags -I/usr/sfw/include -DANSICPP"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
export LDFLAGS="%_ldflags"
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   190
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
   191
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   192
%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
   193
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%install
14943
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   195
# 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
   196
# 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
   197
# define them, so setting them here addresses this.
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   198
export echo="/usr/bin/echo"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   199
export RM="/usr/bin/rm"
b6c6d97ba9b4 2009-01-20 Brian Cameron <[email protected]>
yippi
parents: 14788
diff changeset
   200
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   203
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   204
# Rebuilding the gobject-introspection files requires resetting.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   205
export CFLAGS="%optflags64 -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   206
export LDFLAGS="$FLAG64"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   207
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   208
%gst64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   209
%gst_plugins_base64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   210
%gst_plugins_good64.install -d %name-%version/%_arch64
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   211
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   212
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   213
cd $RPM_BUILD_ROOT%{_bindir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   214
for prog in gst-feedback gst-inspect gst-launch gst-typefind \
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   215
            gst-xmlinspect gst-xmllaunch; do
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   216
  mv $prog-%{gst_minmaj} ../../lib/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   217
  rm -f $prog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   218
  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
   219
done
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   220
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   221
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
   222
%endif
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   223
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   224
cd %{_builddir}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   225
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   226
# Rebuilding the gobject-introspection files requires resetting.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   227
export CFLAGS="%optflags -DANSICPP"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   228
export LDFLAGS="%_ldflags"
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   229
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   230
%gst.install -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   231
%gst_plugins_base.install -d %name-%version/%{base_arch}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   232
%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
   233
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
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
   235
cd $RPM_BUILD_ROOT%{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
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
   237
            gst-xmlinspect gst-xmllaunch; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
  mv $prog-%{gst_minmaj} ../lib/gstreamer-%{gst_minmaj}/tools
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
  rm -f $prog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
  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
   241
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
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
   244
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man1/*.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man3/*.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
chmod 755 $RPM_BUILD_ROOT%{_mandir}/man5/*.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   253
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
   254
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
   255
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   257
# Remove gobject-introspection files.
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   258
#
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   259
rm -rf $RPM_BUILD_ROOT%{_libdir}/girepository-1.0
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   260
rm -rf $RPM_BUILD_ROOT%{_libdir}/%{_arch64}/girepository-1.0
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   261
rm -rf $RPM_BUILD_ROOT%{_datadir}/gir-1.0 
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   262
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   263
# RBAC related
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   264
mkdir $RPM_BUILD_ROOT/etc/security
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   265
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   266
# prof_attr(4)
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   267
cat >> $RPM_BUILD_ROOT/etc/security/prof_attr <<EOF
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   268
Desktop Removable Media User:::Access removable media for desktop user:
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   269
Console User::::profiles=Desktop Removable Media User
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   270
EOF
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   271
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   272
%if %{!?_without_gtk_doc:0}%{?_without_gtk_doc:1}
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   273
rm -rf $RPM_BUILD_ROOT%{_datadir}/gtk-doc
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   274
%endif
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   275
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
# REMOVE l10n FILES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
rm -rf $RPM_BUILD_ROOT%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
%{?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
   283
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   287
%post
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   288
%restart_fmri gconf-cache
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   292
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   293
%{_bindir}/gst*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
%{_libdir}/libgst*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
%{_libdir}/gstreamer-%{gst_minmaj}/lib*.so*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
%{_libdir}/gstreamer-%{gst_minmaj}/tools
17537
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   298
%{_libdir}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   299
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   300
%dir %attr(0755, root, bin) %{_bindir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   301
%{_bindir}/%{_arch64}/gst*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   302
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   303
%{_libdir}/%{_arch64}/libgst*.so*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   304
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/lib*.so*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   305
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/tools
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   306
%{_libdir}/%{_arch64}/gstreamer-%{gst_minmaj}/gst-plugin-scanner
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   307
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
%dir %attr (0755, root, sys) %{_datadir}
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   309
%doc %{base_arch}/gstreamer-%{gst.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   310
%doc %{base_arch}/gstreamer-%{gst.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   311
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/COPYING
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   312
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/NEWS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   313
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   314
%doc(bzip2) %{base_arch}/gstreamer-%{gst.version}/common/ChangeLog
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   315
%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   316
%doc %{base_arch}/gst-plugins-base-%{gst_plugins_base.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   317
%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
   318
%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
   319
%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
   320
%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
   321
%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
   322
%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/AUTHORS
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   323
%doc %{base_arch}/gst-plugins-good-%{gst_plugins_good.version}/README
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   324
%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
   325
%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
   326
%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
   327
%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
   328
%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
   329
%dir %attr (0755, root, other) %{_datadir}/doc
15191
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   330
%dir %attr (0755, root, other) %{_datadir}/gstreamer-0.10
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   331
%{_datadir}/gstreamer-0.10/*
13574
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   332
%dir %attr (0755, root, other)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
%dir %attr(0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
%dir %attr(0755, root, bin) %{_mandir}/man5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
%{_mandir}/man1/gst*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
%{_mandir}/man5/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
%files root
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
%defattr (-, root, sys)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
%attr (0755, root, sys) %dir %{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
%{_sysconfdir}/gconf/schemas/gstreamer-%{gst_minmaj}.schemas
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   343
%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
   344
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
%dir %attr (0755, root, bin) %{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
%{_libdir}/pkgconfig/*
17833
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   350
%ifarch amd64 sparcv9
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   351
%dir %attr (0755, root, bin) %{_libdir}/%{_arch64}
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   352
%dir %attr (0755, root, other) %{_libdir}/%{_arch64}/pkgconfig
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   353
%{_libdir}/%{_arch64}/pkgconfig/*
27f2a3870326 2010-04-13 Brian Cameron <[email protected]>
yippi
parents: 17537
diff changeset
   354
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
%dir %attr (0755, root, bin) %{_includedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
%{_includedir}/gstreamer-%{gst_minmaj}/gst
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
%dir %attr (0755, root, other) %{_datadir}/aclocal
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
%{_datadir}/aclocal/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
%if %{!?_without_gtk_doc:1}%{?_without_gtk_doc:0}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
%{_datadir}/gtk-doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
%dir %attr(0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   364
%dir %attr(0755, root, bin) %{_mandir}/man3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   365
%{_mandir}/man3/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   366
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   367
%if %build_l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   368
%files l10n
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   369
%defattr (-, root, bin)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   370
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   371
%attr (-, root, other) %{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   372
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   373
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   374
%changelog
17843
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
   375
* Thu Apr 15 2010 - [email protected]
45e8ca791cfc 2010-04-15 Christian Kelly <[email protected]>
chrisk
parents: 17833
diff changeset
   376
- Re-enable dependency on liboil.
17537
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   377
* Thu Feb 11 2010 - [email protected]
875b94a3af5c 2010-02-12 Brian Cameron <[email protected]>
yippi
parents: 17349
diff changeset
   378
- Fix packaging after bumping GStreamer to 0.10.26.
17349
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   379
* Fri Jan 15 2009 - [email protected]
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   380
- Move the definition of 'Desktop Removable Media User' from
0fd99f0f1380 2010-01-15 Lin Ma <[email protected]>
lin
parents: 16533
diff changeset
   381
  SUNWgnome-cd-burner to here - doo 13911.
15775
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
   382
* Mon May 18 2009 - [email protected]
e008653c7e58 2009-05-18 Dave Lin <[email protected]>
davelam
parents: 15650
diff changeset
   383
- 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
   384
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15374
diff changeset
   385
- use desktop-cache instead of postrun
15191
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   386
* Fri Feb 20 2009 - [email protected]
64a5e3c641c9 2009-02-20 Brian Cameron <[email protected]>
yippi
parents: 14943
diff changeset
   387
- 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
   388
* Fri Sep 12 2008 - [email protected]
164d399fe546 2008-09-12 Brian Cameron <[email protected]>
yippi
parents: 12810
diff changeset
   389
- Add new copyright files.
12700
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
   390
* Wed Jun 18 2008 - [email protected]
26131d0fce3c 2008-06-18 Damien Carbery <[email protected]>
dcarbery
parents: 12263
diff changeset
   391
- Add Build/Requires SUNWlibsoup/-devel after check-deps.pl run.
12263
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11997
diff changeset
   392
* Wed May 07 2008 - [email protected]
930dc7240f6a 2008-05-07 Damien Carbery <[email protected]>
dcarbery
parents: 11997
diff changeset
   393
- Remove PERL5LIB setting as it is not necessary.
11997
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
   394
* Tue Apr 01 2008 - [email protected]
3491424ac6e3 2008-04-01 Brian Cameron <[email protected]>
yippi
parents: 11370
diff changeset
   395
- Add SUNW_Copyright.
11370
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   396
* Thu Jan  3 2008 - [email protected]
338c15c66cee 2008-01-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   397
- use gconf-install.script instead of an inline script
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10270
diff changeset
   398
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10270
diff changeset
   399
- delete SUNWxwrtl dep
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   400
* Thu Aug 02 2007 - [email protected]
10270
cc9f586d3d78 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 10259
diff changeset
   401
- Add -lresolv to LDFLAGS for gst-plugins-base for hstrerror function.
cc9f586d3d78 2007-08-03 Damien Carbery <[email protected]>
dcarbery
parents: 10259
diff changeset
   402
* Thu Aug 02 2007 - [email protected]
10259
3833c09aa68b 2007-08-02 Damien Carbery <[email protected]>
dcarbery
parents: 10118
diff changeset
   403
- 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
   404
  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
   405
* Tue Jun 26 2007 - [email protected]
0b4586217870 2007-06-25 Irene Huang <[email protected]>
sh162551
parents: 10117
diff changeset
   406
- remove libcdio as dependency
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   407
* Fri Oct 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
- 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
   409
* Mon Sep 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
- Add SUNWhalh BuildRequires.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
* Thu Aug 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
- Remove pointless libgstgetbits.3, libgstdataprotocol.3 manpage and move
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
  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
   416
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
- 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
   418
* Mon Aug 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
- Add Build/Requires SUNWhal after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
- 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
   422
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
* Fri Jun 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
- 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
   427
  manpages which are no longer needed:
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
  gst-complete, gst-compprep, gst-launch-ext, gst-register
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
* Wed Jun 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
- Changes from bumping to new versions of modules.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
* Thu Jun  1 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
- 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
   435
* Wed May 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   436
- merge -share pkg(s) into the base pkg(s)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   437
- 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
   438
  otherwise gnome-media (SUNWgnome-media-apps) fails
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   439
* Tue Mar 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   440
- Added libcdio dependency.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   441
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   442
- 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
   443
* Fri Feb 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   444
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   445
* Tue Jan 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   446
- Add Build/Requires SUNWliboil/-devel as required by liboil.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   447
* Fri Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   448
- Bump to GStreamer 0.10.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   449
* Tue Nov 29 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   450
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   451
* Mon Nov 07 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   452
- 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
   453
  /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
   454
  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
   455
  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
   456
  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
   457
  to continue using the ximagesink plugin for video output.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   458
* Tue Sep 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   459
- 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
   460
* Mon Sep 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   461
- remove unpackaged files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   462
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   463
- Add dependency of SUNWflac
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   464
* Tue Jul 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   465
- Add dependency of SUNWspeex and SUNWlibtheora
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   466
* Mon Jul 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   467
- Add BuildRequires: SUNWmusicbrainz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   468
* Wed Jun 01 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   469
- 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
   470
  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
   471
  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
   472
  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
   473
* Tue Feb 22 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   474
- 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
   475
* Fri Jan 28 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   476
- #6222302 : Remove gstreamer properties from yelp TOC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   477
* Tue Nov 23 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   478
- 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
   479
  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
   480
* Fri Nov 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   481
- 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
   482
  SUNWgnome-freedb-libs* and SUNWgnome-sound-recorder*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   483
* Thu Oct 21 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   484
- change registry.xml to volatile, fixes 6180895
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   485
* Thu Oct 14 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   486
- Added gst-launch-ext* man pages.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   487
* Wed Oct 06 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   488
- Added code to install javahelp documents.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   489
  Fixes  bugs #5096655,5096658.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   490
* Mon Oct 04 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   491
- Added javahelp files for share package #5108690
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   492
* Sat Oct 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   493
- added %pkgbuild_postprocess
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   494
* Mon Sep 27 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   495
- Get GNOME_Media_CDDBSlave2.server to be installed
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   496
* Fri Sep 24 2004 - brian.cameron
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   497
- 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
   498
  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
   499
  the libraries for programs to work.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   500
* Thu Sep 09 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   501
- Added a heap of manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   502
* Thu Aug 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   503
- Now package gtk-docs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   504
* Wed Aug 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   505
- Added l10n javahelp entry in l10n pkg files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   506
* Tue Aug 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   507
- move l10n files to the l10n package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   508
* Fri Aug 20 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   509
- 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
   510
  installed by the nautilus-media.spec file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   511
* Mon Aug 16 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   512
- 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
   513
* Thu Jul 29 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   514
- 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
   515
  gstreamer and gst-plugins have different version #'s.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   516
* Sat Jun 26 2004  [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   517
- Changed install location to /usr/...
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   518
* Mon Jun 07 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   519
- Added ogg/vorbis dependancy.  Now including registry.xml.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   520
* Wed Jun 02 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   521
- Removed SUNWgnome-pilot-link dependancy which was wrong.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   522
* Wed Jun  2 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   523
- Added %{_datadir}/locale to install l10n messages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   524
* Wed May 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   525
- 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
   526
  gstreamer to actually work in addition to just compiling.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   527
* Tue May 25 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   528
- Updated dependencies to include SUNWgnome-file-mgr.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   529
* Wed May 12 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   530
- 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
   531
  gstreamer and gst-plugins 0.8.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   532
* Sun Mar 28 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   533
- 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
   534
* Fri Mar 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   535
- buildrequires CBEbison instead of SUNWbison
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   536
* Wed Mar 24 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   537
- Added SGML man page integration
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   538
* Thu Feb 26 2004 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   539
- Initial spec-file created
15650
dbcf7e3715dd 2009-04-18 Dave Lin <[email protected]>
davelam
parents: 15556
diff changeset
   540