Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=541963acf22865c01db208b13774f017d8772bcf

commit 541963acf22865c01db208b13774f017d8772bcf
Author: James Buren <r...@frugalware.org>
Date:   Sun Dec 13 16:10:51 2015 +0100

subtitlecomposer-0.5.3-4-x86_64
* not modified in 3 years. remove.

diff --git a/source/kde-extra/subtitlecomposer/FrugalBuild 
b/source/kde-extra/subtitlecomposer/FrugalBuild
deleted file mode 100644
index 21e5bfd..0000000
--- a/source/kde-extra/subtitlecomposer/FrugalBuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Compiling Time: 0.05 SBU
-# Contributor: kikadf <kikadf...@gmail.com>
-# Contributor: exceed <exceed.ced...@gmail.com>
-# Contributor: Devil505 <devil505li...@gmail.com>
-
-pkgname=subtitlecomposer
-pkgver=0.5.3
-pkgrel=4
-pkgdesc="A KDE subtitle editor"
-_F_sourceforge_ext=".tar.bz2"
-_F_sourceforge_dirname="subcomposer"
-_F_cmakekde_final=FALSE
-Finclude sourceforge kde
-rodepends=('mplayer')
-depends=("${depends[@]}" "kdelibs>=$_F_kde_ver" 'gettext' 'xine-lib>=1.2.2-1' 
'gstreamer' 'libqtcore' 'libqtgui' 'libqt3support' 'phonon' 'libjpeg' 'libgif' 
'libqtscript')
-makedepends=("${makedepends[@]}" 'gettext' 'kdelibs-compiletime')
-groups=('kde-extra')
-archs=('i686' 'x86_64')
-source=(${source[@]} subtitlecomposer-0.5.3-gcc45.patch link_X11.patch 
link_krosscore.patch link_gobject.patch link_phonon.patch)
-sha1sums=('8b4bcba870c79af6cba35a2af5e4d740c3238afc' \
-          'df30cbe5008f51d643c45fad9729b2db6128ca18' \
-          '078a5868d25635d2ffc8ad9b5c8ae54edf30283f' \
-          '5a90eb6dd346b32cab129b69062c75b6dc5285dc' \
-          'dd2d54d8c125bb0137df67e9373ca9574fad7763' \
-          '3156ded55fcc125aff85802ad268c38b2be74889')
-replaces=('ksubtile' 'ksubeditor')
-
-# optimization OK
diff --git a/source/kde-extra/subtitlecomposer/link_X11.patch 
b/source/kde-extra/subtitlecomposer/link_X11.patch
deleted file mode 100644
index 0e806c0..0000000
--- a/source/kde-extra/subtitlecomposer/link_X11.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- subtitlecomposer-0.5.3/src/main/CMakeLists.txt     2009-04-17 
19:09:12.000000000 +0000
-+++ subtitlecomposer-0.5.3.new/src/main/CMakeLists.txt 2012-09-02 
18:15:37.000000000 +0000
-@@ -41,12 +41,15 @@
-
- KDE4_ADD_EXECUTABLE( subtitlecomposer ${subtitlecomposer_SRCS} )
-
-+FIND_PACKAGE( X11 REQUIRED )
-+
- TARGET_LINK_LIBRARIES(
-       subtitlecomposer
-       ${KDE4_KDEUI_LIBS}
-       ${KDE4_KHTML_LIBS}
-       ${KDE4_KFILE_LIBS}
-       ${KDE4_KROSSUI_LIBS}
-+      ${X11_LIBRARIES}
-       ${common_LIBS}
-       ${config_LIBS}
-       ${core_LIBS}
diff --git a/source/kde-extra/subtitlecomposer/link_gobject.patch 
b/source/kde-extra/subtitlecomposer/link_gobject.patch
deleted file mode 100644
index 091c005..0000000
--- a/source/kde-extra/subtitlecomposer/link_gobject.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: This pacth adds a missing find_package for GObject.
-#  Without this patch the package will FTBFS with binutils-gold.
-# Forwarded: 
http://sourceforge.net/tracker/?func=detail&aid=2897376&group_id=208427&atid=1005654
-# Author: José Manuel Santamaría Lema <panfa...@gmail.com>
-#
---- subtitlecomposer-0.5.3.orig/src/player/gstreamer/CMakeLists.txt
-+++ subtitlecomposer-0.5.3/src/player/gstreamer/CMakeLists.txt
-@@ -1,6 +1,7 @@
- # TODO WHY AREN'T THESE INCLUDED BY MACRO_OPTIONAL_FIND_PACKAGE( GStreamer )?
- FIND_PACKAGE( GLIB2 REQUIRED )
- FIND_PACKAGE( LibXml2 REQUIRED )
-+FIND_PACKAGE( GObject REQUIRED )
-
- SET( players_gstreamer_INCLUDE_DIR
-       ${GLIB2_INCLUDE_DIR}
diff --git a/source/kde-extra/subtitlecomposer/link_krosscore.patch 
b/source/kde-extra/subtitlecomposer/link_krosscore.patch
deleted file mode 100644
index e6c87cd..0000000
--- a/source/kde-extra/subtitlecomposer/link_krosscore.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: This pacth adds a missing link against Kross.
-#  Without this patch the package will FTBFS with binutils-gold.
-# Forwarded: not-needed
-# Author: José Manuel Santamaría Lema <panfa...@gmail.com>
-#
---- subtitlecomposer-0.5.3.orig/src/main/CMakeLists.txt
-+++ subtitlecomposer-0.5.3/src/main/CMakeLists.txt
-@@ -46,6 +46,7 @@
-       ${KDE4_KDEUI_LIBS}
-       ${KDE4_KHTML_LIBS}
-       ${KDE4_KFILE_LIBS}
-+      ${KDE4_KROSSCORE_LIBS}
-       ${KDE4_KROSSUI_LIBS}
-       ${common_LIBS}
-       ${config_LIBS}
diff --git a/source/kde-extra/subtitlecomposer/link_phonon.patch 
b/source/kde-extra/subtitlecomposer/link_phonon.patch
deleted file mode 100644
index f91178c..0000000
--- a/source/kde-extra/subtitlecomposer/link_phonon.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: This pacth adds a missing link against Phonon.
-#  Without this patch the package will FTBFS with binutils-gold.
-# Forwarded: not-needed
-# Author: José Manuel Santamaría Lema <panfa...@gmail.com>
-#
---- subtitlecomposer-0.5.3.orig/src/player/phonon/CMakeLists.txt
-+++ subtitlecomposer-0.5.3/src/player/phonon/CMakeLists.txt
-@@ -4,3 +4,7 @@
-       CACHE INTERNAL EXPORTEDVARIABLE
- )
-
-+SET( players_phonon_LIBS
-+      ${KDE4_PHONON_LIBS}
-+      CACHE INTERNAL EXPORTEDVARIABLE
-+)
diff --git 
a/source/kde-extra/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch 
b/source/kde-extra/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
deleted file mode 100644
index 4439071..0000000
--- a/source/kde-extra/subtitlecomposer/subtitlecomposer-0.5.3-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build with GCC-4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=323055
-
---- src/core/sstring.cpp
-+++ src/core/sstring.cpp
-@@ -1112,7 +1112,7 @@
-       append( str );
- }
-
--SStringList::SStringList( const SStringList::SStringList& list ):
-+SStringList::SStringList( const SStringList& list ):
-       QList<SString>( list )
- {
- }
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to