mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/xine-plugin: Updated for version 1.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
1af60ae6cd
commit
90a428323e
2 changed files with 7 additions and 7 deletions
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
xine-plugin: xine-plugin (Embedded stream playback plugin)
|
xine-plugin: xine-plugin (Embedded stream playback plugin)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Slackware build script for <xine-plugin>
|
# Slackware build script for <xine-plugin>
|
||||||
#
|
#
|
||||||
# Michales - clavisound - Michaloudes korgie@gmail.com <2012>
|
# Michales (clavisound) Michaloudes korgie@gmail.com <2012-2013>
|
||||||
|
|
||||||
PRGNAM=xine-plugin
|
PRGNAM=xine-plugin
|
||||||
VERSION=${VERSION:-1.0.2}
|
VERSION=${VERSION:-1.0.2}
|
||||||
|
@ -51,7 +51,7 @@ find . \
|
||||||
-exec chmod 644 {} \;
|
-exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS"
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-plugindir=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins \
|
--with-plugindir=/usr/lib${LIBDIRSUFFIX}/mozilla/plugins \
|
||||||
|
|
Loading…
Reference in a new issue